Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#5179 closed defect

Trac detected an internal error: argument to += must be iterable — at Initial Version

Reported by: a.najah@… Owned by: Christian Boos
Priority: high Milestone:
Component: timeline Version: 0.9.6
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The error appears when trying to open the Timeline:

Python traceback Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 206, in handler

dispatch_request(mpr.path_info, mpr, 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/Timeline.py", line 140, in process_request

filters)

TypeError: argument to += must be iterable

Change History (0)

Note: See TracTickets for help on using tickets.