Closed
Bug 809705
Opened 13 years ago
Closed 13 years ago
[traceback] NoReverseMatch: Reverse for 'addons.detail' with arguments '(u'wkw-stuff',)' and keyword arguments '{}' not found.
Categories
(Marketplace Graveyard :: Search, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2012-11-15
People
(Reporter: stephend, Assigned: cvan)
References
()
Details
(Whiteboard: [fuzzer])
https://marketplace-dev.allizom.org/search/suggestions?q=stuf&cat=http://www.owasp.org throws:
NoReverseMatch: Reverse for 'addons.detail' with arguments '(u'wkw-stuff',)' and keyword arguments '{}' 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 "amo/decorators.py", line 131, in wrapper
response = func(*args, **kw)
File "search/views.py", line 481, in ajax_search_suggestions
results += suggestions(request).items
File "search/views.py", line 364, in items
return self.build_list()
File "search/views.py", line 355, in build_list
val = val()
File "addons/models.py", line 467, in get_url_path
return reverse(view, args=[self.slug], add_prefix=add_prefix)
File "amo/urlresolvers.py", line 62, in reverse
url = django_reverse(viewname, urlconf, args, kwargs, prefix, current_app)
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))
| Assignee | ||
Comment 1•13 years ago
|
||
Not sure this is critical, but it is fixable.
Assignee: nobody → cvan
Target Milestone: --- → 2012-11-15
| Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•13 years ago
|
||
Verified FIXED; [13:53:29.012] GET https://marketplace-dev.allizom.org/search/suggestions?q=stuf&cat=http://www.owasp.org [HTTP/1.1 200 OK 205ms]
now returns:
[]
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•