Closed
Bug 921590
Opened 12 years ago
Closed 12 years ago
[traceback] HttpClientError: Client Error 400: https://payments.allizom.org/bango/billing/
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-10-01
People
(Reporter: krupa.mozbugs, Assigned: andy+bugzilla)
References
()
Details
(Keywords: regression)
steps to reproduce:
1. On marketplace stage, start the purchase of an app
2. Enter PIN
expected behavior:
bango screen loads
observed behavior:
traceback
traceback details:
HttpClientError: Client Error 400: https://payments.allizom.org/bango/billing/
Content:
Stacktrace (most recent call last):
File "celery/task/trace.py", line 228, in trace_task
R = retval = fun(*args, **kwargs)
File "celery/task/trace.py", line 415, in __protected_call__
return self.run(*args, **kwargs)
File "nuggets/celeryutils.py", line 35, in wrapped
return fun(*args, **kw)
File "multidb/pinning.py", line 46, in decorator
return func(*args, **kw)
File "multidb/pinning.py", line 46, in decorator
return func(*args, **kw)
File "django/db/transaction.py", line 224, in inner
return func(*args, **kwargs)
File "webpay/pay/tasks.py", line 197, in start_pay
application_size,
File "lib/solitude/api.py", line 236, in configure_product_for_billing
'application_size': application_size
File "curling/lib.py", line 153, in post
else:
File "curling/lib.py", line 253, in _request
stats_key = _key(url, method)
sentry: http://sentry.dmz.phx1.mozilla.com/addons/marketplace-stage-webpay/group/16838/
| Assignee | ||
Comment 1•12 years ago
|
||
HUF not enabled I think: https://github.com/mozilla/solitude/commit/788ddd0
Comment 2•12 years ago
|
||
I didn't see this on stage today so I think the commit from comment #1 fixed it
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: nobody → amckay
Target Milestone: --- → 2013-10-01
You need to log in
before you can comment on or make changes to this bug.
Description
•