Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#8893 closed defect (worksforme)

Trac detected an internal error: when i try to access this link https://projects.maemo.org/trac/btests/wiki/CIinstructions

Reported by: ext-golla.anil-kumar@… Owned by:
Priority: high Milestone:
Component: general Version: none
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Trac detected an internal error: when i try to access this link https://projects.maemo.org/trac/btests/wiki/CIinstructions.

Python Traceback
Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/lib/python-support/python2.4/trac/wiki/web_ui.py", line 97, in process_request
    page = WikiPage(self.env, pagename, version, db)
  File "/var/lib/python-support/python2.4/trac/wiki/model.py", line 32, in __init__
    self._fetch(name, version, db)
  File "/var/lib/python-support/python2.4/trac/wiki/model.py", line 57, in _fetch
    self.version = int(version)
ValueError: invalid literal for int(): gate/gate-fremantle-filemanager/trunk/testcases/filemanagercross/renameCross.py

Please help me in this regard.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 14 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

Well, when I try to access this link I get a 401 ;-)

So this is a "private" Trac, and all I can say is that they wrote a buggy TracLinks in their wiki page, something like:

[wiki:WikiStart?version=this-is-not-an-int]

WikiStart

As we don't do any kind of checking on the ?… params when creating the link, we can't prevent such a link to be written. Whether we should catch that error when the link is dereferenced and produce a nicer error instead of an internal error is another story, and that wouldn't solve your problem (and would take away my favorite recipe to trigger a backtrace and test the error page ;-) ).

So, best advice is to fix this buggy link (or ask those who can edit this page to do it).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.