Opened 19 years ago
Closed 19 years ago
#2784 closed defect (invalid)
TypeError: iteration over non-sequence when viewing report
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | report system | Version: | |
Severity: | normal | Keywords: | |
Cc: | petera@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I found an error over at http://tracos.org/TracCalendar/report/1
The traceback told me to file a bug here along with the trace, so thats what I'm doing.
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 117, in run
dispatch_request(req.path_info, req, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 432, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 292, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/ticket/report.py", line 127, in process_request
resp = self._render_view(req, db, id)
File "/usr/lib/python2.3/site-packages/trac/ticket/report.py", line 283, in _render_view
for col in cols:
TypeError: iteration over non-sequence
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Cc: | added |
---|
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Trac 0.9pre is no longer supported. Please contact the maintainers of tracos.org and ask them to upgrade.
I just created a test ticket. Originally there were no existing tickets and this seems to be the source of the problem. Now that a ticket exists the error does not show.
This is Trac v0.9.pre.