Ticket #2965 (closed defect: duplicate)
Internal error while accessing Timeline page.
| Reported by: | mot at tdvniikp dot ru | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | timeline | Version: | 0.9.4 |
| Severity: | minor | Keywords: | timeline apache virtualhost |
| Cc: |
Description
Sometimes (i can not say how often/what it depends on) i get this error while accessing Timeline:
Trac detected an internal error: argument to += must be iterable
Python traceback
Traceback (most recent call last):
File "c:\python23\lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "C:\Python23\lib\site-packages\trac\web\main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python23\lib\site-packages\trac\web\main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Python23\lib\site-packages\trac\Timeline.py", line 140, in process_request
filters)
TypeError: argument to += must be iterable
Platform is Windows2000/Apache 2.0.55.
Python is used by mod_python 3.2.8.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


