id summary reporter owner description type status priority component severity resolution keywords cc release 1280 Bug in master tickets plugin when invalid ticket num is entered. dpeterson@… Noah Kantrowitz "I've run a query generating a list of tickets (so they all exist) and then click on one of the ticket links and get the following traceback: {{{ Traceback (most recent call last): File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 387, in dispatch_request dispatcher.dispatch(req) File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 239, in dispatch template, content_type = self._post_process_request(req, File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 269, in _post_process_request content_type) File ""build/bdist.linux-x86_64/egg/mastertickets/web_ui.py"", line 59, in post_process_request File ""build/bdist.linux-x86_64/egg/mastertickets/util.py"", line 19, in linkify_ids File ""/usr/lib/python2.4/site-packages/trac/ticket/model.py"", line 40, in __init__ self._fetch_ticket(tkt_id, db) File ""/usr/lib/python2.4/site-packages/trac/ticket/model.py"", line 86, in _fetch_ticket raise TracError('Ticket %d does not exist.' % tkt_id, TypeError: int argument required }}} Looks like a bug with the master ticket plugin. " defect closed normal MasterTicketsPlugin normal duplicate 0.10