[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>
   &mdash; The Trac User and Administration Guide
  </p>


   <h4>Python traceback</h4>
   <pre>Traceback (most recent call last):
   File &#34;c:\python23\Lib\site-
 packages\trac\web\modpython_frontend.py&#34;, line 241, in handler
     dispatch_request(mpr.path_info, mpr, env)
   File &#34;c:\python23\Lib\site-packages\trac\web\main.py&#34;, line 307,
 in dispatch_request
     dispatcher.dispatch(req)
   File &#34;c:\python23\Lib\site-packages\trac\web\main.py&#34;, line 190,
 in dispatch
     resp = chosen_handler.process_request(req)
   File &#34;c:\python23\Lib\site-packages\trac\Report.py&#34;, line 130,
 in process_request
     return self.render_report_list(req, db, id)
   File &#34;c:\python23\Lib\site-packages\trac\Report.py&#34;, 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