Modify ↓
#5106 closed defect (duplicate)
UnicodeDecodeError
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/mod_python | Version: | 0.10.3.1 |
| Severity: | normal | Keywords: | utf-8 |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Traceback (most recent call last):
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 170, in dispatch
if not req.path_info or req.path_info == '/':
File "C:\Python24\Lib\site-packages\trac\web\api.py", line 219, in <lambda>
path_info = property(fget=lambda self: self.environ.get('PATH_INFO', '').decode('utf-8'),
File "C:\Python24\lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa3 in position 15: unexpected code byte
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
| Component: | roadmap → general |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
comment:2 by , 19 years ago
| Component: | general → mod_python frontend |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.



See #3663. Please follow-up there and report:
You'll also find a workaround there, in the last comment, which you can try and report if that worked for you as well.
Thanks for your feedback,