Closed Bug 791292 Opened 12 years ago Closed 12 years ago

[traceback] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 17: ordinal not in range(128) - mkt.receipts.views.issue

Categories

(Marketplace Graveyard :: Consumer Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: eviljeff, Assigned: andy+bugzilla)

References

()

Details

The w2mo app can't be installed - the web console shows a 500 error when the button is clicked:
--
[17:56:46.596] POST https://marketplace.mozilla.org/reviewers/receipt/issue/w2mo?src= [HTTP/1.1 500 INTERNAL SERVER ERROR 864ms]

I get the same error from the review page.

This is the Sentry entry:
http://sentry.dmz.phx1.mozilla.com/marketplace/group/2337/
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 17: ordinal not in range(128)

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "addons/decorators.py", line 32, in wrapper
    return f(request, addon, *args, **kw)

  File "amo/decorators.py", line 127, in wrapper
    response = func(*args, **kw)

  File "amo/decorators.py", line 50, in wrapper
    return f(request, *args, **kw)

  File "mkt/receipts/views.py", line 180, in issue
    receipt_cef.log(request, addon, 'sign', 'Receipt signing for %s' % flavour)

  File "lib/cef_loggers.py", line 67, in log
    environ, **kwargs)

  File "python/cef.py", line 293, in log_cef
    msg = _format_msg(fields, kw)

  File "python/cef.py", line 271, in _format_msg
    msg += ' %s=%s' % (key, value)
Summary: w2mo app can't be installed → [traceback] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 17: ordinal not in range(128) - mkt.receipts.views.issue
Assignee: nobody → amckay
https://github.com/mozilla/zamboni/commit/7a941f and filed bug 800462.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
I thought this was fixed (and I was able to install the app in comment 0) but I'm hitting it on https://marketplace.mozilla.org/app/%D0%BF%D1%82%D1%82-news/ now.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Depends on: 800462
https://github.com/mozilla/zamboni/commit/03e42e
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.