#3128: UnicodeDecodeError in /account
------------------------------------------+---------------------------------
 Reporter:  Markus Tacker <[EMAIL PROTECTED]>  |        Owner:  jonas
     Type:  defect                        |       Status:  new  
 Priority:  normal                        |    Milestone:       
Component:  general                       |      Version:  devel
 Severity:  normal                        |   Resolution:       
 Keywords:  UnicodeDecodeError            |  
------------------------------------------+---------------------------------
Comment (by Markus Tacker <[EMAIL PROTECTED]>):

 I'm sorry. The error above was what the fronted reported. This is in the
 apache error_log
 {{{
 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/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to