Opened 16 years ago
Closed 16 years ago
#7466 closed defect (invalid)
error when opening a ticket
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
One of my users tried to view a ticket and got the error below. Beelow is what he entered for a url. He says that he was trying to close/resolve the ticket but could not open it up.
https://trac.tfcc.com/networking/ticket/11460
We are using About Trac 0.10.3
Oops… Trac detected an internal error:
If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
TracGuide — The Trac User and Administration Guide Python Traceback
Traceback (most recent call last):
File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 239, in dispatch
template, content_type = self._post_process_request(req,
File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 269, in _post_process_request
content_type)
File "build/bdist.solaris-2.10-i86pc/egg/mastertickets/web_ui.py", line 59, in post_process_request File "build/bdist.solaris-2.10-i86pc/egg/mastertickets/util.py", line 19, in linkify_ids File "/opt/csw/lib/python2.3/site-packages/trac/ticket/model.py", line 40, in init
self._fetch_ticket(tkt_id, db)
File "/opt/csw/lib/python2.3/site-packages/trac/ticket/model.py", line 86, in _fetch_ticket
raise TracError('Ticket %d does not exist.' % tkt_id,
TypeError: int argument required
This is a problem in a plugin, and a duplicate of #5879 at that.