Closed
Bug 1025981
Opened 11 years ago
Closed 11 years ago
services/theme_update.py: UnicodeDecodeError
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
2014-08
People
(Reporter: oremj, Assigned: cvan)
Details
Type: <type 'exceptions.UnicodeDecodeError'>, 'utf8' codec can't decode byte 0xe1 in position 1: invalid continuation byte. Data: :./services/utils.py:122#012Traceback (most recent call last):#012 File "./services/theme_update.py", line 219, in application#012 output = update.get_json()#012 File "./services/theme_update.py", line 160, in get_json#012 return json.dumps(data)#012 File "/usr/lib64/python2.6/json/__init__.py", line 230, in dumps#012 return _default_encoder.encode(obj)#012 File "/usr/lib64/python2.6/json/encoder.py", line 367, in encode#012 chunks = list(self.iterencode(o))#012 File "/usr/lib64/python2.6/json/encoder.py", line 309, in _iterencode#012 for chunk in self._iterencode_dict(o, markers):#012 File "/usr/lib64/python2.6/json/encoder.py", line 275, in _iterencode_dict#012 for chunk in self._iterencode(value, markers):#012 File "/usr/lib64/python2.6/json/encoder.py", line 294, in _iterencode#012 yield encoder(o)#012UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 1: invalid continuation byte
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → cvan
Target Milestone: --- → 2014-07
Updated•11 years ago
|
Target Milestone: 2014-07 → 2014-08
Comment 1•11 years ago
|
||
I'm not seeing this. If this is still a thing, can you describe thwere the error in comment 0 is coming from? Cron?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•9 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
•