Closed
Bug 743043
Opened 10 years ago
Closed 10 years ago
[traceback] NoReverseMatch: Reverse for 'browse.themes.rss' ... not found
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.5.0
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 | ||
Comment 1•10 years ago
|
||
https://github.com/mozilla/zamboni/commit/dba02e1
Assignee: nobody → cvan
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 6.5.0
Comment 2•10 years ago
|
||
verified fixed at http://addons-dev.allizom.org/en-US/firefox/browse/type:2/cat:21/sort:updated/format:rss
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•