RSS feed crash when no ticket is present in the desired report in RSS format
Reported by: |
trac@… |
Owned by: |
daniel |
Priority:
|
normal
|
Milestone:
|
|
Component:
|
report system
|
Version:
|
0.7.1
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
Branch:
|
|
Release Notes:
|
|
API Changes:
|
|
Internal Changes:
|
|
RSS feed crash when no ticket is present in the desired report in RSS format
Oops...
Trac detected an internal error:
'NoneType' object has no attribute 'child'
Traceback (most recent call last):
File "C:\Python23\lib\site-packages\trac\core.py", line 476, in cgi_start
real_cgi_start()
File "C:\Python23\lib\site-packages\trac\core.py", line 471, in real_cgi_start
dispatch_request(path_info, args, req, env, database)
File "C:\Python23\lib\site-packages\trac\core.py", line 381, in dispatch_request
module.run()
File "C:\Python23\Lib\site-packages\trac\Module.py", line 42, in run
disp()
File "C:\Python23\lib\site-packages\trac\Report.py", line 373, in display_rss
item = item.child()
AttributeError: 'NoneType' object has no attribute 'child'
Change History
(4)
Resolution: |
→ duplicate
|
Status: |
assigned → closed
|
This is a dupe of #501, and was fixed in [799].