[Trac-tickets] [The Trac Project] #3128: UnicodeDecodeError in
/account
The Trac Project
noreply at edgewall.com
Tue May 9 07:59:22 CDT 2006
#3128: UnicodeDecodeError in /account
------------------------------------------+---------------------------------
Reporter: Markus Tacker <m at tacker.org> | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: general | Version: devel
Severity: normal | Keywords: UnicodeDecodeError
------------------------------------------+---------------------------------
Appears in r3281.
Happens when I try to change my password aftre click on "Change Password"
Button.
{{{
PythonHandler trac.web.modpython_frontend: Traceback (most recent call
last):
PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.4
/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n
result = object(req)
PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.4
/site-packages/trac/web/modpython_frontend.py", line 87, in handler\n
gateway.run(dispatch_request)
PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.4
/site-packages/trac/web/wsgi.py", line 87, in run\n response =
application(self.environ, self._start_response)
PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.4
/site-packages/trac/web/main.py", line 329, in dispatch_request\n
req.hdf['title'] = to_unicode(e) or 'Error'
PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.4
/site-packages/trac/util/__init__.py", line 108, in to_unicode\n return
' '.join([unicode(arg) for arg in text.args])
PythonHandler trac.web.modpython_frontend: UnicodeDecodeError: 'ascii'
codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3128>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list