Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

#10585 closed defect (cantfix)

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

Reported by: astro Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.2
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: Opera/9.80 (X11; Linux x86_64; U; uk) Presto/2.10.229 Version/11.61

System Information

Trac 0.12.2
Babel 0.9.6
Genshi 0.6
mod_wsgi 2.8 (WSGIProcessGroup WSGIApplicationGroup dns-port.evernet.lutsk.ua|)
psycopg2 2.4
Python 2.7.1 (r271:86832, May 26 2011, 12:51:02)
[GCC 4.2.1 20070719 [FreeBSD]]
pytz 2011c
setuptools 0.6c11
Subversion 1.6.16 (r1073529)
jQuery 1.4.2

Enabled Plugins

TracAccountManager 0.3.2
TracBurndown 1.9.2
TracDoxygen 0.11.0.2-r10461

Python Traceback

Traceback (most recent call last):
  File "build/bdist.freebsd-8.2-RELEASE-p1-i386/egg/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.freebsd-8.2-RELEASE-p1-i386/egg/trac/web/main.py", line 283, in dispatch
    raise HTTPInternalError(e)
  File "build/bdist.freebsd-8.2-RELEASE-p1-i386/egg/trac/web/api.py", line 53, in __init__
    self.detail))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 38: ordinal not in range(128)

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 12 years ago

Resolution: cantfix
Status: newclosed

The /doxygen path doesn't exist in Trac core, so this is a PluginIssue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.