Modify ↓
#8830 closed defect (worksforme)
invalid literal for int()
| Reported by: | Owned by: | Noah Kantrowitz | |
|---|---|---|---|
| Priority: | high | Component: | MasterTicketsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description (last modified by )
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.
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 13 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



I can't reproduce with the latest revision of the source. The issue was probably fixed by now. Please reopen if you can reproduce with the latest revision of the source.