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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 652924

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)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.