Edgewall Software
Modify

Ticket #613 (closed defect: duplicate)

Opened 8 years ago

Last modified 8 years ago

RSS feed crash when no ticket is present in the desired report in RSS format

Reported by: trac@… Owned by: daniel
Priority: normal Milestone: 0.8
Component: report system Version: 0.7.1
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description

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'

Attachments

Change History

comment:1 Changed 8 years ago by daniel

  • Milestone set to 0.8

comment:2 Changed 8 years ago by daniel

  • Status changed from new to assigned

comment:3 Changed 8 years ago by daniel

  • Resolution set to duplicate
  • Status changed from assigned to closed

This is a dupe of #501, and was fixed in [799].

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from daniel. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.