Closed
Bug 899265
Opened 12 years ago
Closed 12 years ago
[traceback] IndexError: tuple index out of range
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2013-08-01
People
(Reporter: krupa.mozbugs, Assigned: wraithan)
Details
(Keywords: regression)
Attachments
(1 file)
|
15.97 KB,
text/plain
|
Details |
steps to reproduce:
1. Have the in-app payment tester for stage installed.
2. Launch the app
3. Click the Pay button
expected behavior:
Payment flow starts within the trusted UI
observed behavior:
User hits a 500
sentry: http://sentry.dmz.phx1.mozilla.com/addons/marketplace-stage-webpay/group/16530/
traceback details:
Internal Server Error: /mozpay/
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "django/views/decorators/http.py", line 41, in inner
return func(request, *args, **kwargs)
File "webpay/pay/views.py", line 116, in lobby
tasks.configure_transaction(request)
File "webpay/pay/tasks.py", line 69, in configure_transaction
_localize_pay_request(request)
File "webpay/pay/tasks.py", line 102, in _localize_pay_request
trans_id))
| Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
What locale were you using? Sounds like a regression from bug 892613
| Assignee | ||
Comment 3•12 years ago
|
||
Assignee: nobody → wraithan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-08-01
Comment 4•12 years ago
|
||
Verified as fixed. Payment flow starts within the trusted UI .
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•