Edgewall Software
Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12455 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: normal 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,
 'view': u'View'}

User agent: #USER_AGENT#

System Information

Trac 0.12.2
Agilo 1.3.14-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.14-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.14_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.14_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.14_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:\Documents and Settings\Administrator\Desktop\Agilo Installer\Agilo\lib\encodings\utf_8.py", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: invalid data

Attachments (0)

Change History (2)

comment:1 by Ryan J Ollos, 8 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed

comment:2 by stefano.rago@…, 8 years ago

@Ryan: thanks for the cc
@reporter: please write to support@agilosoftware.com

Last edited 8 years ago by Jun Omae (previous) (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.