Modify ↓
Opened 18 years ago
Closed 18 years ago
#7129 closed defect (invalid)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 8242: ordinal not in range(128)
| Reported by: | mashkov | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11b2 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /doxygen/, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'action': 'index', 'path': ''}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13
System Information
| Trac | 0.11b2
|
| Python | 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c7
|
| SQLite | 2.8.15
|
| pysqlite | 1.0.1
|
| Genshi | 0.4.4
|
| mod_python | 3.2.10
|
| Subversion | 1.4.4 (r25188)
|
| jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last):
File "c:\python24\lib\site-packages\Trac-0.11b2-py2.4.egg\trac\web\main.py", line 419, in _dispatch_request
dispatcher.dispatch(req)
File "c:\python24\lib\site-packages\Trac-0.11b2-py2.4.egg\trac\web\main.py", line 196, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\doxygentrac\doxygentrac.py", line 170, in process_request
File "C:\Python24\lib\site-packages\genshi-0.4.4-py2.4.egg\genshi\core.py", line 342, in __new__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 8242: ordinal not in range(128)
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Not a bug a Trac, it's in the doxygen plugin.