Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#5179 closed defect (duplicate)

Trac detected an internal error: argument to += must be iterable

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 (last modified by Emmanuel Blot)

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

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 18 years ago

Description: modified (diff)

comment:2 by Emmanuel Blot, 18 years ago

Resolution: duplicate
Status: newclosed

Looks like a duplicate of #3353 and #2965

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.