[tahoe-lafs-trac-stream] [Tahoe-LAFS] #1642: internal error in trac.log
Tahoe-LAFS
trac at tahoe-lafs.org
Fri Sep 25 13:34:34 UTC 2020
#1642: internal error in trac.log
------------------------------------+-----------------------
Reporter: zooko | Owner: somebody
Type: defect | Status: closed
Priority: minor | Milestone: undecided
Component: dev-infrastructure | Version: 1.9.0
Resolution: wontfix | Keywords: trac
Launchpad Bug: |
------------------------------------+-----------------------
Changes (by exarkun):
* status: new => closed
* resolution: => wontfix
Old description:
> {{{
> ValueError: invalid literal for int() with base 10: '32?version=32'
> 2011-12-17 17:07:46,013 Trac[main] ERROR: Internal Server Error:
> Traceback (most recent call last):
> File "/usr/local/lib/python2.6/dist-
> packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 511, in
> _dispatch_request
> dispatcher.dispatch(req)
> File "/usr/local/lib/python2.6/dist-
> packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 237, in dispatch
> resp = chosen_handler.process_request(req)
> File "/usr/local/lib/python2.6/dist-
> packages/Trac-0.12.2-py2.6.egg/trac/timeline/web_ui.py", line 92, in
> process_request
> maxrows = int(req.args.get('max', format == 'rss' and 50 or 0))
> TypeError: int() argument must be a string or a number, not 'list'
> }}}
>
> I'm not sure if this causes any real harm. I don't know who/what is
> issuing the request that says "32?version=32" and if they are satisfied
> with the result they're getting.
New description:
{{{
ValueError: invalid literal for int() with base 10: '32?version=32'
2011-12-17 17:07:46,013 Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-
packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 511, in
_dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.6/dist-
packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.6/dist-
packages/Trac-0.12.2-py2.6.egg/trac/timeline/web_ui.py", line 92, in
process_request
maxrows = int(req.args.get('max', format == 'rss' and 50 or 0))
TypeError: int() argument must be a string or a number, not 'list'
}}}
I'm not sure if this causes any real harm. I don't know who/what is
issuing the request that says "32?version=32" and if they are satisfied
with the result they're getting.
--
Comment:
We probably won't try to fix anything in trac. Instead we'll keep working
on moving away from trac.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1642#comment:1>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list