Modify ↓
#8220 closed defect (invalid)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 4: ordinal not in range#128#
Reported by: | さんきゅう | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /admin/tracini/project
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'tracini', 'panel_id': u'project', 'path_info': None}
User Agent was: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
System Information
Trac | 0.11.3.ja1
|
Python | 2.4.3 (#1, Sep 9 2006, 16:25:40) [GCC 3.4.6]
|
setuptools | 0.6c9
|
SQLite | 3.3.7
|
pysqlite | 2.5.4
|
Genshi | 0.5.1
|
Subversion | 1.4.6 (r28521)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/virtual/sunq/local/lib/python2.4/site-packages/Trac-0.11.3.ja1-py2.4.egg/trac/web/main.py", line 435, in _dispatch_request dispatcher.dispatch(req) File "/virtual/sunq/local/lib/python2.4/site-packages/Trac-0.11.3.ja1-py2.4.egg/trac/web/main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "/virtual/sunq/local/lib/python2.4/site-packages/Trac-0.11.3.ja1-py2.4.egg/trac/admin/web_ui.py", line 113, in process_request path_info) File "build/bdist.linux-i686/egg/iniadmin/iniadmin.py", line 74, in render_admin_panel File "/virtual/sunq/local/lib/python2.4/site-packages/Trac-0.11.3.ja1-py2.4.egg/trac/wiki/formatter.py", line 1137, in wiki_to_html return Markup(out.getvalue()) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 4: ordinal not in range#128#
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is a PluginIssue.