Closed
Bug 653285
Opened 15 years ago
Closed 15 years ago
[traceback] UnicodeDecodeError @ /en-US/mobile/addon/verificador-ortográfico-para-p/
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.0.8
People
(Reporter: krupa.mozbugs, Assigned: jbalogh)
References
()
Details
(Whiteboard: regression)
steps to reproduce:
1. Load https://addons.allizom.org/en-US/mobile/addon/verificador-ortogr%C3%A1fico-para-p/
traceback details:
File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/core/handlers/base.py", line 178, in get_response
response = middleware_method(request, response)
File "/data/amo_python/www/preview/zamboni/apps/amo/middleware.py", line 175, in process_response
timing_log.info(msg)
File "/usr/lib/python2.6/logging/__init__.py", line 1283, in info
self.logger.info(msg, *args, **kwargs)
File "/usr/lib/python2.6/logging/__init__.py", line 1030, in info
self._log(INFO, msg, args, **kwargs)
File "/usr/lib/python2.6/logging/__init__.py", line 1143, in _log
self.handle(record)
File "/usr/lib/python2.6/logging/__init__.py", line 1153, in handle
self.callHandlers(record)
File "/usr/lib/python2.6/logging/__init__.py", line 1190, in callHandlers
hdlr.handle(record)
File "/usr/lib/python2.6/logging/__init__.py", line 669, in handle
self.emit(record)
File "/usr/lib/python2.6/logging/handlers.py", line 765, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 644, in format
return fmt.format(record)
File "/data/amo_python/www/preview/zamboni/vendor/src/commonware/commonware/log/__init__.py", line 38, in format
return logging.Formatter.format(self, record)
File "/usr/lib/python2.6/logging/__init__.py", line 435, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128)
| Reporter | ||
Updated•15 years ago
|
Whiteboard: regression
Target Milestone: --- → 6.0.8
Comment 1•15 years ago
|
||
-> jbalogh. I think this is caused by https://github.com/jsocol/commonware/commit/e228fa8f0f52f2e5b03b51ae15d42b3369727ab9 . It's blocking some testing mobile is trying to do on allizom also
Assignee: nobody → jbalogh
Priority: -- → P1
| Assignee | ||
Comment 2•15 years ago
|
||
I can reproduce this locally, so I'm shooting in the dark with http://github.com/jsocol/commonware/commit/4923fbf
| Assignee | ||
Comment 3•15 years ago
|
||
Next attempt: http://github.com/jsocol/commonware/commit/6df3a12
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•15 years ago
|
||
No more tracebacks @ https://addons.allizom.org/en-US/mobile/addon/verificador-ortogr%C3%A1fico-para-p/
marking this verified.
Status: RESOLVED → VERIFIED
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
•