Closed Bug 942872 Opened 11 years ago Closed 11 years ago

"Oops.." page displayed every time when trying to select "Compatibility & Payments" section on MP-dev

Categories

(Marketplace Graveyard :: Developer Pages, defect, P1)

Avenir
x86_64
Windows 7

Tracking

(Not tracked)

VERIFIED FIXED
2013-11-26

People

(Reporter: vcarciu, Assigned: mat)

References

()

Details

(Keywords: regression)

Prerequisites:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0

Steps to reproduce:
1.Go to your submissions in MP-dev (https://marketplace-dev.allizom.org/developers/submissions)
2.Select any submitted app and go to "Compatibility & Payments" section

Expected results:
"Compatibility & Payments" is opened without any issues

Actual results:
"Oops.." page is displayed

Please see screencast for this bug: http://screencast.com/t/u7Wed9MONlkD

NOTES:
Not reproducible on Stage
This is the traceback:

NoReverseMatch: Reverse for 'api_dispatch_list' with arguments '()' and keyword arguments '{'api_name': 'webpay', 'resource_name': 'prices'}' not found.

http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev/group/17214/
sentry: http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev/group/17214/

traceback details:


NoReverseMatch: Reverse for 'api_dispatch_list' with arguments '()' and keyword arguments '{'api_name': 'webpay', 'resource_name': 'prices'}' not found.

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "newrelic/hooks/framework_django.py", line 485, in wrapper
    return wrapped(*args, **kwargs)
  File "amo/decorators.py", line 157, in wrapper
    return f(*args, **kw)
  File "amo/decorators.py", line 149, in wrapper
    return f(*args, **kw)
  File "addons/decorators.py", line 33, in wrapper
    return f(request, addon, *args, **kw)
  File "amo/decorators.py", line 32, in wrapper
    return func(request, *args, **kw)
  File "mkt/developers/decorators.py", line 65, in wrapper
    return fun()
  File "mkt/developers/decorators.py", line 28, in <lambda>
    *args, **kw)
  File "mkt/developers/views_payments.py", line 151, in payments
    'api_name': 'webpay'}),
  File "amo/urlresolvers.py", line 62, in reverse
    url = django_reverse(viewname, urlconf, args, kwargs, prefix, current_app)
  File "newrelic/hooks/framework_django.py", line 587, in wrapper
    return execute(*args, **kwargs)
  File "newrelic/hooks/framework_django.py", line 586, in execute
    return wrapped(viewname, *args, **kwargs)
  File "django/core/urlresolvers.py", line 476, in reverse
    return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs))
  File "django/core/urlresolvers.py", line 396, in _reverse_with_prefix
    "arguments '%s' not found." % (lookup_view_s, args, kwargs))
Severity: normal → major
Keywords: regression
Assignee: nobody → mpillard
Priority: -- → P1
Fixed in https://github.com/mozilla/zamboni/commit/e7788d8b05c11e6df08cb801c5b6e8dad255a0d7
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Verified as fixed : http://screencast.com/t/TR9OiE9w
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.