Modify ↓
#1832 closed defect (duplicate)
Viewing Active Tickets on a newly created project crashes
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | report system | Version: | devel |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I just created a new project and went to view active tickets and I get an "oops"
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 117, in run dispatch_request(req.path_info, req, env) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 432, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 292, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 127, in process_request resp = self._render_view(req, db, id) File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 283, in _render_view for col in cols: TypeError: iteration over non-sequence
If you create a ticket then this problem goes away for this query only "Active Tickets".
After you create a ticket, and assign it the query "Assigned, Active Tickets by Owner" Still crashes:
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 117, in run dispatch_request(req.path_info, req, env) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 432, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 292, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 127, in process_request resp = self._render_view(req, db, id) File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 283, in _render_view for col in cols: TypeError: iteration over non-sequence
Attachments (0)
Change History (7)
comment:1 by , 19 years ago
Priority: | high → highest |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Yes, I got from the svn trunk at the time (July 24, 2005 @ ~5:30pm EDT). The pysqlite version I have installed is 2.0.2.
comment:6 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Which version of pysqlite are you using?
Does this still happen with the current trunk version?