Modify ↓
Opened 17 years ago
Closed 17 years ago
#8255 closed defect (invalid)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range#128#
| Reported by: | admin | 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/svn, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'tracini', 'panel_id': u'svn', 'path_info': None}
User Agent was: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.1.3; msn OptimizedIE8;JAJP)
System Information
| Trac | 0.11.4.ja1
|
| Python | 2.5.2 (r252:60911, Oct 5 2008, 19:42:18) [GCC 4.3.2]
|
| setuptools | 0.6c9
|
| SQLite | 3.5.9
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Pygments | 0.10
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.4.ja1-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4.ja1-py2.5.egg/trac/web/main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4.ja1-py2.5.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
doc = wiki_to_html(inspect.getdoc(option), self.env, req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4.ja1-py2.5.egg/trac/wiki/formatter.py", line 1138, in wiki_to_html
Formatter(env, context).format(wikitext, out, escape_newlines)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4.ja1-py2.5.egg/trac/wiki/formatter.py", line 874, in format
result = re.sub(self.wikiparser.rules, self.replace, line)
File "/usr/lib/python2.5/re.py", line 150, in sub
return _compile(pattern, 0).sub(repl, string, count)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range#128#
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This is a PluginIssue. See #th4179.