Opened 13 years ago

Last modified 10 years ago

#8830 closed defect

invalid literal for int() — at Version 1

Reported by: wrobel@… Owned by: Noah Kantrowitz
Priority: high Component: MasterTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Trac detected an internal error:

ValueError: invalid literal for int() with base 10: '#243'

Python traceback
Most recent call last:

    File "/usr/share/python2.6/site-packages/trac/web/main.py", line 511, in _dispatch_request
    File "/usr/share/python2.6/site-packages/trac/web/main.py", line 248, in dispatch
    File "/usr/share/python2.6/site-packages/trac/web/main.py", line 357, in _post_process_request
    File "build/bdist.linux-i686/egg/mastertickets/web_ui.py", line 82, in post_process_request 

The problem is that I cannot correct this value since ticket page is broken now.

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.