Opened 15 years ago

Last modified 12 years ago

#4381 assigned defect

UnicodeDecodeError with Trac-0.11 — at Initial Version

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

Description

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).

Change History (0)

Note: See TracTickets for help on using tickets.