Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11749 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/t1_sprint_backlog, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'bscope': u's2', 'name': u't1_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:\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:\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:\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:\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:\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:\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 (3)

comment:1 by Jun Omae, 10 years ago

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

in reply to:  description comment:2 by Ryan J Ollos, 10 years ago

Replying to admin:

Enabled Plugins

binary-agilo 1.3.13-pro
tracaccountmanager 0.2.1dev-r5836

You should really consider upgrading your AccountManagerPlugin installation as well.

comment:3 by claudio.dicosmo@…, 10 years ago

@Jomae, thank you for the CC @reporter, please contact us at support@….

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.