Closed
Bug 747833
Opened 14 years ago
Closed 14 years ago
[traceback] UnicodeDecodeError: 'ascii' codec can't decode byte on /users/logout
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 734422
People
(Reporter: cvan, Unassigned)
References
()
Details
https://arecibo-phx.mozilla.org/view/2477812/
File "/data/www/addons.mozilla.org/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/addons.mozilla.org/zamboni/apps/users/views.py", line 513, in logout
log.debug(u"User (%s) logged out" % user)
File "/usr/lib64/python2.6/logging/__init__.py", line 1305, in debug
self.logger.debug(msg, *args, **kwargs)
File "/usr/lib64/python2.6/logging/__init__.py", line 1044, in debug
self._log(DEBUG, msg, args, **kwargs)
File "/usr/lib64/python2.6/logging/__init__.py", line 1173, in _log
self.handle(record)
File "/usr/lib64/python2.6/logging/__init__.py", line 1183, in handle
self.callHandlers(record)
File "/usr/lib64/python2.6/logging/__init__.py", line 1220, in callHandlers
hdlr.handle(record)
File "/usr/lib64/python2.6/logging/__init__.py", line 679, in handle
self.emit(record)
File "/data/www/addons.mozilla.org/zamboni/lib/misc/unicode_log.py", line 11, in emit
msg = self.format(record) + '\000'
File "/usr/lib64/python2.6/logging/__init__.py", line 654, in format
return fmt.format(record)
File "/data/www/addons.mozilla.org/zamboni/vendor/src/commonware/commonware/log/__init__.py", line 38, in format
return logging.Formatter.format(self, record)
File "/usr/lib64/python2.6/logging/__init__.py", line 439, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 23: ordinal not in range(128)
| Reporter | ||
Comment 1•14 years ago
|
||
Seems like this is another manifestation of bug 734422.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•