Opened 16 years ago

Last modified 11 years ago

#2181 closed defect

Patch fails with 0.10-stable rev 6059 — at Initial Version

Reported by: anonymous Owned by: jmt4b04d4v
Priority: low Component: TracSpanishTranslation
Severity: major Keywords: UnicodeDecodeError, Win32
Cc: Trac Release: 0.10

Description

Hello, I made a checkout of both the most recent 0.10-stable and your patch. After the patch was applied, I tried my sample project and got this.

Traceback (most recent call last):

File "C:\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "C:\Python24\Lib\site-packages\trac\web\main.py", line 208, in dispatch

chrome.populate_hdf(req, chosen_handler)

File "C:\Python24\Lib\site-packages\trac\web\chrome.py", line 319, in populate_hdf

for category, name, text in contributor.get_navigation_items(req):

File "C:\Python24\Lib\site-packages\trac\Settings.py", line 35, in get_navigation_items

yield ('metanav', 'settings',

UnicodeDecodeError: 'utf8' codec can't decode bytes in position 11-12: unexpected end of data

Change History (0)

Note: See TracTickets for help on using tickets.