Side navigation
#9582 closed bug (worksforme)
Opened June 14, 2011 06:17PM UTC
Closed July 12, 2011 05:04PM UTC
ValueError: invalid literal for int() with base 10: 'mozilla.org/file/local;1'
Reported by: | anonymous | Owned by: | jdsharp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | web | Version: | 1.6.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 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
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'
I think I saw this on the bug trac yesterday as well...