Edgewall Software

Ticket #7466 (closed defect: invalid)

Opened 4 months ago

Last modified 4 months ago

error when opening a ticket

Reported by: richard.hammersley@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:

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

Attachments

Change History

Changed 4 months ago by ebray <hyugaricdeau@…>

  • status changed from new to closed
  • resolution set to invalid

This is a problem in a plugin, and a duplicate of #5879 at that.

Add/Change #7466 (error when opening a ticket)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.