Closed Bug 743043 Opened 13 years ago Closed 13 years ago

[traceback] NoReverseMatch: Reverse for 'browse.themes.rss' ... not found

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: cvan, Assigned: cvan)

References

()

Details

We don't have RSS feeds for Themes (https://addons.mozilla.org/en-US/firefox/themes/nature/?sort=updated) in Zamboni. So we should either 404 when we try to reverse `browse.themes.rss` - or we can add feeds for Themes. I'd prefer the former. Traceback (most recent call last): File "/data/www/addons.mozilla.org/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/data/www/addons.mozilla.org/zamboni/vendor/src/django/django/utils/decorators.py", line 91, in _wrapped_view response = view_func(request, *args, **kwargs) File "/data/www/addons.mozilla.org/zamboni/apps/browse/views.py", line 364, in legacy_redirects url = reverse('browse.%s.rss' % type_slug, args=[cat.slug]) File "/data/www/addons.mozilla.org/zamboni/apps/amo/urlresolvers.py", line 59, in reverse url = django_reverse(viewname, urlconf, args, kwargs, prefix, current_app) File "/data/www/addons.mozilla.org/zamboni/vendor/src/django/django/core/urlresolvers.py", line 391, in reverse *args, **kwargs))) File "/data/www/addons.mozilla.org/zamboni/vendor/src/django/django/core/urlresolvers.py", line 337, in reverse "arguments '%s' not found." % (lookup_view_s, args, kwargs)) NoReverseMatch: Reverse for 'browse.themes.rss' with arguments '(u'animals',)' and keyword arguments '{}' not found.
Assignee: nobody → cvan
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → 6.5.0
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.