Opened at 2011-12-18T02:51:25Z
Closed at 2020-09-25T13:34:34Z
#1642 closed defect (wontfix)
internal error in trac.log
Reported by: | zooko | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | dev-infrastructure | Version: | 1.9.0 |
Keywords: | trac | Cc: | |
Launchpad Bug: |
Description (last modified by exarkun)
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.
Change History (1)
comment:1 Changed at 2020-09-25T13:34:34Z by exarkun
- Description modified (diff)
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
We probably won't try to fix anything in trac. Instead we'll keep working on moving away from trac.