Closed Bug 824775 Opened 12 years ago Closed 11 years ago

[traceback] DoesNotExist: AddonPaymentAccount matching query does not exist.

Categories

(Marketplace Graveyard :: Developer Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: krupa.mozbugs, Unassigned)

References

()

Details

(Keywords: qawanted)

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "amo/decorators.py", line 33, in wrapper
    return func(request, *args, **kw)
  File "addons/decorators.py", line 33, in wrapper
    return f(request, addon, *args, **kw)
  File "addons/decorators.py", line 59, in wrapper
    return f(request, addon, *args, **kw)
  File "addons/decorators.py", line 96, in wrapper
    return f(request, addon, *args, **kw)
  File "amo/decorators.py", line 160, in wrapper
    return f(*args, **kw)
  File "amo/decorators.py", line 152, in wrapper
    return f(*args, **kw)
  File "amo/decorators.py", line 54, in wrapper
    return f(request, *args, **kw)
  File "amo/decorators.py", line 131, in wrapper
    response = func(*args, **kw)
  File "mkt/purchase/webpay.py", line 97, in prepare_pay
    acct = addon.app_payment_account.payment_account
  File "django/db/models/fields/related.py", line 255, in __get__
    rel_obj = self.get_query_set(instance=instance).get(**params)
  File "django/db/models/query.py", line 366, in get
    % self.model._meta.object_name)

sentry: http://sentry.dmz.phx1.mozilla.com/marketplace-dev/group/3767/
This was fixed when bug 824765 was fixed. However, I did not correct existing paid apps in the dev DB. Does it still happen with a freshly uploaded app using a fresh persona dev account?
Keywords: qawanted
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.