Skip to main content

Bug Tracker

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'
Attachments (0)
Change History (5)

Changed June 14, 2011 06:19PM UTC by rwaldron comment:1

component: unfiledweb
owner: → jdsharp

I think I saw this on the bug trac yesterday as well...

Changed June 14, 2011 07:26PM UTC by addyosmani comment:2

#9584 is a duplicate of this ticket.

Changed June 14, 2011 07:26PM UTC by addyosmani comment:3

#9583 is a duplicate of this ticket.

Changed June 22, 2011 06:53AM UTC by addyosmani comment:4

status: newopen

Changed July 12, 2011 05:04PM UTC by ajpiano comment:5

resolution: → worksforme
status: openclosed