Ticket #6372 (closed defect: duplicate)
Error when add an attachment to a ticket or wiki
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/mod_python | Version: | |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description
Error when add an attachment to a ticket or wiki
Traceback (most recent call last):
File "e:\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "e:\Python24\Lib\site-packages\trac\web\main.py", line 170, in dispatch
if not req.path_info or req.path_info == '/':
File "e:\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 "E:\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 0xa8 in position 27: unexpected code byte
error picture look "e1"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


