Ticket #7033 (closed defect: wontfix)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa4 in position 26: ordinal not in range(128)
| Reported by: | tzuchun0914@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11b1 |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description
How to Reproduce
While doing a GET operation on /admin, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': None, 'panel_id': None, 'path_info': None}
System Information
| Trac | 0.11b1 |
| Python | 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] |
| setuptools | 0.6c7 |
| SQLite | 3.3.4 |
| pysqlite | 2.3.2 |
| Genshi | 0.4.4 |
Python Traceback
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\trac\web\main.py", line 398, in _dispatch_request
dispatcher.dispatch(req)
File "C:\Python25\Lib\site-packages\trac\web\main.py", line 217, in dispatch
data, content_type)
File "C:\Python25\Lib\site-packages\trac\web\chrome.py", line 683, in render_template
return stream.render(method, doctype=doctype)
File "C:\Python25\Lib\site-packages\genshi\core.py", line 154, in render
return encode(generator, method=method, encoding=encoding)
File "C:\Python25\Lib\site-packages\genshi\output.py", line 45, in encode
output = u''.join(list(iterator))
File "C:\P
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


