Modify ↓
#9560 closed defect (cantfix)
ValueError: Extra data: line 1 column 4 - line 1 column 5 (char 4 - 5)
| Reported by: | Shelleyc | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.7 |
| Severity: | blocker | Keywords: | https://capita.hosted.agile42.com |
| Cc: | christopher.shelley@…, support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /backlog/Sprint Backlog, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'bscope': u'LPP TimeBox3', 'name': u'Sprint Backlog', 'scope': None}
System Information
| Trac | 0.11.7
|
| Python | 2.5.2 (r252:60911, Jan 24 2010, 18:02:01) [GCC 4.3.2]
|
| setuptools | 0.6c9
|
| psycopg2 | 2.0.7
|
| Genshi | 0.5.1
|
| mod_wsgi | 2.5 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
|
| Agilo | 1.3.0.2-PRO
|
| Subversion | 1.5.1 (r32289)
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/binary_agilo-1.3.0.2_PRO-py2.5.egg/agilo/api/view.py", line 155, in process_request
return self._call_filters_and_handler(req, handler)
File "/usr/lib/python2.5/site-packages/binary_agilo-1.3.0.2_PRO-py2.5.egg/agilo/api/view.py", line 143, in _call_filters_an
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
This is an issue viewing the whiteboard or dashboard for a certain sprint (LPP Timebox3).
This is on the hosted environment https://capita.hosted.agile42.com.
comment:3 by , 15 years ago
| Cc: | added |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
comment:4 by , 15 years ago
This issue is caused by a bug in an old version of simplejson (2.0.9) http://code.google.com/p/simplejson/issues/detail?id=43
To resolve this issue, you could:
- Upgrade the version of simplejson to 2.1.0 or later
- Remove the C extension of simplejson and replace it with the pure Python implementation
Note:
See TracTickets
for help on using tickets.



This is an issue viewing the whiteboard or dashboard for a certain sprint (LPP Timebox3).
This is on the hosted environment https://capita.hosted.agile42.com.