Modify ↓
Opened 16 years ago
Closed 16 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: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | none |
| Severity: | critical | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
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 , 16 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



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:
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).