Ticket #501 (closed defect: fixed)
Opened 8 years ago
Last modified 6 years ago
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: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by daniel
- Milestone set to 0.8
- Priority changed from normal to high
- Severity changed from normal to blocker
- Status changed from new to assigned
comment:2 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from assigned to closed



Fixed in [799].