Closed
Bug 653505
Opened 14 years ago
Closed 14 years ago
Can't review an add-on with UTF-8 in its name
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 652924
6.0.8
People
(Reporter: clouserw, Unassigned)
Details
I tried to fully review an add-on with unicode in it's name (Español (España) Language Pack) and got a traceback:
Traceback (most recent call last):
File "/data/amo_python/www/next/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/amo_python/www/next/zamboni/apps/amo/decorators.py", line 22, in wrapper
return func(request, *args, **kw)
File "/data/amo_python/www/next/zamboni/apps/editors/views.py", line 36, in wrapper
return func(request, *args, **kw)
File "/data/amo_python/www/next/zamboni/apps/editors/views.py", line 252, in review
form.helper.process()
File "/data/amo_python/www/next/zamboni/apps/editors/helpers.py", line 309, in process
return self.actions[action]['method']()
File "/data/amo_python/www/next/zamboni/apps/editors/helpers.py", line 408, in process_public
'Mozilla Add-ons: %s %s Fully Reviewed')
File "/data/amo_python/www/next/zamboni/apps/editors/helpers.py", line 360, in notify_email
subject % (self.addon.name, self.version.version),
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 21: ordinal not in range(128)
Updated•14 years ago
|
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
•