Ticket #2982 (reopened defect)
Error updating ticket
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | plugin/spamfilter | Version: | none |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run
dispatch_request(req.path_info, req, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 194, in process_request
self._do_save(req, db, ticket)
File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 344, in _do_save
newChildren = map(string.atoi, re.findall("\d+", newChildren))
File "/usr/lib/python2.3/sre.py", line 166, in findall
return _compile(pattern, 0).findall(string)
TypeError: expected string or buffer
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


