#501 closed defect (fixed)
My Tickets Report RSS traceback when there are no matching records
Reported by: | 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 , 20 years ago
Milestone: | → 0.8 |
---|---|
Priority: | normal → high |
Severity: | normal → blocker |
Status: | new → assigned |
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [799].