Modify ↓
#11679 closed defect (cantfix)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: invalid data
Reported by: | admin | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.2 |
Severity: | major | Keywords: | |
Cc: | 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'Demo Sprint 1', 'name': u'Sprint Backlog', 'scope': None}
User agent: #USER_AGENT#
System Information
Trac | 0.12.2
|
Agilo | 1.3.13-pro
|
Genshi | 0.6
|
pysqlite | 2.3.2
|
Python | 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.3.4
|
Subversion | 1.5.6 (r36142)
|
jQuery | #JQUERY#
|
Enabled Plugins
binary-agilo | 1.3.13-pro
|
tracaccountmanager | 0.2.1dev-r5836
|
Python Traceback
Traceback (most recent call last): File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 511, in _dispatch_request dispatcher.dispatch(req) File "C:\Program Files (x86)\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.13_pro-py2.5.egg\agilo\api\view.py", line 155, in process_request return self._call_filters_and_handler(req, handler) File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.13_pro-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler data = handler(req) or {} File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.13_pro-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 333, in do_get sprint_start_date=backlog.sprint().start.strftime("%a %B %d").decode('utf8'), File "C:\Program Files (x86)\Agilo\lib\encodings\utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: invalid data
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).