[Trac-tickets] [The Trac Project] #2982: Error updating ticket

The Trac Project noreply at edgewall.com
Tue Apr 4 19:03:34 CDT 2006


#2982: Error updating ticket
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  jonas
     Type:  defect     |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  general    |     Version:  0.9.4
 Severity:  normal     |    Keywords:       
-----------------------+----------------------------------------------------
 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

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2982>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list