Modify ↓
Opened 7 years ago
Closed 7 years ago
#13420 closed defect (worksforme)
ValueError: invalid literal for int() with base 10: '#12623'
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Hello, I have a problem opening some of the tickets.
How to Reproduce
While doing a GET operation on /ticket/14337
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'14337', 'show': []}
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36
System Information
Trac | 1.0.8
|
Genshi | 0.7 (with speedups)
|
mod_wsgi | 3.4 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
|
psycopg2 | 2.7.4 (dt dec pq3 ext lo64)
|
Pygments | 1.4
|
Python | 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]
|
pytz | 2016.10
|
RPC | 1.1.4
|
setuptools | 0.9.8
|
Subversion | 1.7.14 (r1542130)
|
jQuery | 1.7.2
|
jQuery UI | 1.8.21
|
jQuery Timepicker | 1.0.1
|
Enabled Plugins
BlackMagicTicketTweaks | 0.12.2
|
ReadmeRendererPlugin | 0.1
|
Roadmap-Plugin | 0.4.1
|
TicketCreateButtons | 0.1
|
TicketImport | 0.8.3
|
timingandestimationplugin | 1.4.8b
|
TracAccountManager | 0.4.4
|
TracDateField | 3.0.0dev
|
TracDragDrop | 0.12.0.12
|
TracMasterTickets | 4.0.0dev
|
TracPermRedirect | 3.0
|
TracTocMacro | 11.0.0.5
|
TracWysiwyg | 0.12.0.5
|
TracXMLRPC | 1.1.4
|
WikiTableMacro | 0.3dev
|
WorkLog | 1.0dev
|
WsdlDoc | 0.2
|
Python Traceback
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 551, in _dispatch_request dispatcher.dispatch(req) File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 254, in dispatch self._post_process_request(req, *resp) File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 385, in _post_process_request resp = f.post_process_request(req, *resp) File "build/bdist.linux-x86_64/egg/mastertickets/web_ui.py", line 94, in post_process_request new = set([int(n) for n in field_data['new'].split(',')]) ValueError: invalid literal for int() with base 10: '#12623'
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Please upgrade to the latest trunk or PyPI version (4.0.2) and reopen if you still have issues.