Edgewall Software
Modify

Ticket #1561 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

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@…
Release Notes:
API 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

Change History

comment:1 Changed 7 years ago by mgood

  • Resolution set to fixed
  • Status changed from new to closed

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

comment:2 Changed 7 years ago by PBruin

Thanks, confirmed fixed.

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.