Modify ↓
#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...
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)
Note:
See TracTickets
for help on using tickets.
Oops, this was from [1669]. [1676] should fix this.