Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#501 closed defect (fixed)

My Tickets Report RSS traceback when there are no matching records

Reported by: peterk@… Owned by: daniel
Priority: high Milestone: 0.8
Component: report system Version: 0.7
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I've got a new Trac environment setup and running but there's a problem when selecting RSS 2.0 from the My Tickets report when there are no tickets that match. Here's the output and traceback:

Oops…

Trac detected an internal error:

'NoneType' object has no attribute 'child' Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/core.py", line 445, in cgi_start

real_cgi_start()

File "/usr/lib/python2.3/site-packages/trac/core.py", line 434, in real_cgi_start

module.run()

File "/usr/lib/python2.3/site-packages/trac/Module.py", line 42, in run

disp()

File "/usr/lib/python2.3/site-packages/trac/Report.py", line 362, in display_rss

item = item.child()

AttributeError: 'NoneType' object has no attribute 'child'

I'm currently able to recreate the problem at will. But that may change as more tickets are added to the system.

Attachments (0)

Change History (2)

comment:1 by daniel, 20 years ago

Milestone: 0.8
Priority: normalhigh
Severity: normalblocker
Status: newassigned

comment:2 by daniel, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [799].

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.