[Trac-tickets] [The Trac Project] #1561: rss on report gives error
The Trac Project
noreply at edgewall.com
Mon May 16 00:09:16 EDT 2005
#1561: rss on report gives error
---------------------------+------------------------------------------------
Id: 1561 | Status: new
Component: report system | Modified: Mon May 16 00:09:16 2005
Severity: major | Milestone: 0.9
Priority: high | Version: devel
Owner: daniel | Reporter: PBruin
---------------------------+------------------------------------------------
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
{{{
#!html
<h3>Oops...</h3>
<div class="message">
<strong>Trac detected an internal error:</strong>
<pre>_render_rss() takes exactly 2 arguments (3 given)</pre>
</div>
<p>
If you think this really should work and you can reproduce it. Then you
should consider to report this problem to the Trac team.
</p>
<p>
Go to <a href="http://trac.edgewall.com/">http://trac.edgewall.com/</a>
and create a new ticket where you describe
the problem, how to reproduce it. Don't forget to include the python
traceback found below.
</p>
<p>
<a href="/trac/wiki/TracGuide">TracGuide</a>
— The Trac User and Administration Guide
</p>
<h4>Python traceback</h4>
<pre>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)
</pre>
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1561>
The Trac Project <>
More information about the Trac-Tickets
mailing list