Closed
Bug 935185
Opened 12 years ago
Closed 12 years ago
fake_payment_notify() takes exactly 3 non-keyword arguments (1 given)
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-11-12
People
(Reporter: kumar, Assigned: kumar)
Details
(Whiteboard: [qa-])
http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev-webpay/group/16599/
TypeError: fake_payment_notify() takes exactly 3 non-keyword arguments (1 given)
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)
Celery TASK exception: RetryTaskError: Retry at 2013-11-05 12:31:04.838781: "HTTPError('500 Server Error: INTERNAL SERVER ERROR',)"
http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev-webpay/group/16597/
Stacktrace (most recent call last):
File "nuggets/celeryutils.py", line 35, in wrapped
return fun(*args, **kw)
File "webpay/pay/tasks.py", line 232, in fake_payment_notify
_notify(fake_payment_notify, trans)
File "webpay/pay/tasks.py", line 392, in _notify
task_args, simulated=simulated)
File "webpay/pay/utils.py", line 85, in send_pay_notice
exc=exception)
File "celery/app/task.py", line 580, in retry
raise ret
| Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → kumar.mcmillan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → 2013-11-12
You need to log in
before you can comment on or make changes to this bug.
Description
•