Modify ↓
Opened 16 years ago
Last modified 13 years ago
#4381 assigned defect
UnicodeDecodeError with Trac-0.11
Reported by: | Owned by: | daan | |
---|---|---|---|
Priority: | high | Component: | ScrumBurndownPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
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 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.