Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#1561 closed defect (fixed)

rss on report gives error

Reported by: PBruin Owned by: daniel
Priority: high Milestone: 0.9
Component: report system Version: devel
Severity: major Keywords: rss, report
Cc: peter.bruin@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The following Oops appears after I installed r1674. I use the following link with RSSOwl: https://trac.myserver.com/trac/report/9?format=rss&USER=PBruin

Oops...

Trac detected an internal error:
_render_rss() takes exactly 2 arguments (3 given)

If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.

Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.

TracGuide — The Trac User and Administration Guide

Python traceback

Traceback (most recent call last):
  File "c:\python23\Lib\site-packages\trac\web\modpython_frontend.py", line 241, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "c:\python23\Lib\site-packages\trac\web\main.py", line 307, in dispatch_request
    dispatcher.dispatch(req)
  File "c:\python23\Lib\site-packages\trac\web\main.py", line 190, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\python23\Lib\site-packages\trac\Report.py", line 130, in process_request
    return self.render_report_list(req, db, id)
  File "c:\python23\Lib\site-packages\trac\Report.py", line 430, in render_report_list
    self._render_rss(req, db)
TypeError: _render_rss() takes exactly 2 arguments (3 given)

Attachments (0)

Change History (2)

comment:1 by Matthew Good, 19 years ago

Resolution: fixed
Status: newclosed

Oops, this was from [1669]. [1676] should fix this.

comment:2 by PBruin, 19 years ago

Thanks, confirmed fixed.

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.