Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2784 closed defect (invalid)

TypeError: iteration over non-sequence when viewing report

Reported by: petera@… 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 mde@…, 18 years ago

Cc: petera@… added

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.

comment:2 by Matthew Good, 18 years ago

Resolution: invalid
Status: newclosed

Trac 0.9pre is no longer supported. Please contact the maintainers of tracos.org and ask them to upgrade.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel 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.