Closed
Bug 779337
Opened 12 years ago
Closed 12 years ago
[traceback] SolitudeError: There was an error with that request/ 500 on setting up pre-auth
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: krupa.mozbugs, Assigned: andy+bugzilla)
References
Details
steps to reproduce:
Try setting up your preapproval
observed behavior:
File "django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "amo/decorators.py", line 29, in wrapper
return func(request, *args, **kw)
File "amo/decorators.py", line 156, in wrapper
return f(*args, **kw)
File "amo/decorators.py", line 148, in wrapper
return f(*args, **kw)
File "amo/decorators.py", line 29, in wrapper
return func(request, *args, **kw)
File "mkt/account/views.py", line 160, in preapproval
args=['cancel'])),
File "lib/pay_server/base.py", line 145, in wrapped
return self.call(url, method, data=data)
File "lib/pay_server/base.py", line 123, in call
code=code)
http://sentry.dmz.phx1.mozilla.com/marketplace-dev/group/1697/
Assignee | ||
Comment 1•12 years ago
|
||
We were setting up the proxy.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•