Side navigation
#11479 closed bug (patchwelcome)
Opened March 16, 2012 10:56AM UTC
Closed April 07, 2012 02:11PM UTC
ValueError: invalid literal for int() with base 10: 'mozilla.org/file/local;1'
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | web | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
How to Reproduce
While doing a GET operation on /wiki/WikiStart
, Trac issued an internal error.
''(please provide additional details here)''
Request parameters:
{'page': u'WikiStart', 'version': u'mozilla.org/file/local;1'}
User agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
System Information
''System information not available''
Enabled Plugins
''Plugin information not available''
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-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.1-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.1-py2.6.egg/trac/wiki/web_ui.py", line 118, in process_request versioned_page = WikiPage(self.env, pagename, version=version) File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.1-py2.6.egg/trac/wiki/model.py", line 40, in __init__ version = int(version) # must be a number or None ValueError: invalid literal for int() with base 10: 'mozilla.org/file/local;1'
Attachments (0)
Change History (1)
Changed April 07, 2012 02:11PM UTC by comment:1
component: | unfiled → web |
---|---|
resolution: | → patchwelcome |
status: | new → closed |
Thanks, we're painfully aware of the Trac issues and are working to solve them. If you're a Trac guru, some help would be great!