Modify

Opened 15 years ago

Last modified 12 years ago

#4381 assigned defect

UnicodeDecodeError with Trac-0.11

Reported by: oliver.mueller@… Owned by: daan
Priority: high Component: ScrumBurndownPlugin
Severity: major Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

I have installed the "Timing and Estimation Plugin" without any problems and everything was working. After installation of the "Scrum Burndown Plugin" I see this error, when I click on the "Burndown" menu entry:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/api.py", line 339, in send_error
    'text/html')
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/chrome.py", line 726, in render_template
    stream.render(method, doctype=doctype, out=buffer)
  File "build/bdist.linux-i686/egg/genshi/core.py", line 179, in render
  File "build/bdist.linux-i686/egg/genshi/output.py", line 61, in encode
  File "build/bdist.linux-i686/egg/genshi/output.py", line 311, in __call__
  File "build/bdist.linux-i686/egg/genshi/output.py", line 753, in __call__
  File "build/bdist.linux-i686/egg/genshi/output.py", line 592, in __call__
  File "build/bdist.linux-i686/egg/genshi/output.py", line 707, in __call__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1155: ordinal not in range(128)

As you can imagine, with this error, the plugin is useless for us...

Btw, trac default character set is UTF-8 (we use German Umlauts).

Attachments (0)

Change History (2)

comment:1 Changed 15 years ago by daan

Status: newassigned

comment:2 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as assigned The owner will remain daan.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.