Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#7130 closed defect (wontfix)

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: plugin
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)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Keywords: plugin added
Resolution: wontfix
Status: newclosed

/doxygen URL is not implemented in Trac.

Please report the error to the Doxygen plugin maintainer.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.