Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7108 closed defect (invalid)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 712: ordinal not in range(128)

Reported by: tomas Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.11b1
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': ''}

System Information

Trac 0.11b1
Python 2.4.3 (#1, Mar 14 2007, 18:51:08)
[GCC 4.1.1 20070105 (Red Hat 4.1.1-52)]
setuptools 0.6c8
SQLite 3.3.6
pysqlite 1.1.7
Genshi 0.4.4
Pygments 0.9
Subversion 1.4.2 (r22196)

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 398, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/main.py", line 195, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/doxygentrac/doxygentrac.py", line 170, in process_request
  File "build/bdist.macosx-10.3-fat/egg/genshi/core.py", line 342, in __new__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 712: ordinal not in range(128)

Attachments (0)

Change History (2)

comment:1 by anonymous, 16 years ago

Tried to display the content of DOXYGEN output

comment:2 by Tim Hatch, 16 years ago

Resolution: invalid
Status: newclosed

This is not the right place to report bugs in plugins. See th:wiki:DoxygenPlugin

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.