Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12766 closed defect (fixed)

ValueError: invalid literal for int() with base 10: '9647/'

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: MasterTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

2016-05-02 15:05:22,612 Trac[main] ERROR: Internal Server Error: <RequestWithSession "GET '/depgraph/ticket/9647/'">, referrer None
Traceback (most recent call last):
  File "/var/www/bugs.jqueryui.com/private/pve/local/lib/python2.7/site-packages/trac/web/main.py", line 554, in _dispatch_request
    dispatcher.dispatch(req)
  File "/var/www/bugs.jqueryui.com/private/pve/local/lib/python2.7/site-packages/trac/web/main.py", line 247, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/www/bugs.jqueryui.com/private/pve/local/lib/python2.7/site-packages/mastertickets/web_ui.py", line 201, in process_request
    tkt_ids = [int(id)]
ValueError: invalid literal for int() with base 10: '9647/'

Attachments (0)

Change History (3)

comment:1 Changed 8 years ago by Ryan J Ollos

Status: newaccepted

comment:2 Changed 8 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 15731:

4.0.0dev: Fix tracebacks for invalid path to depgraph

Fixes #12766.

comment:3 Changed 8 years ago by Ryan J Ollos

In 15739:

4.0.0dev: Revise r15731 to allow forward slash in milestone name

Refs #12766.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.