Closed
Bug 832302
Opened 13 years ago
Closed 12 years ago
[traceback] NoReverseMatch: Reverse for 'apps.share' with arguments '(u'blockedcar',)' and keyword arguments ... - bandwagon.views.render
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cboldan.mozbugs, Assigned: davidbgk)
Details
(Whiteboard: [contribute])
Steps to reproduce:
1. Load Create a New Collection page https://addons.mozilla.org/en-US/firefox/collections/add
2. Enter a name and description and Add to Collection the add-on named "Blocked Car"
3. Click the Create Collection button.
Expected results:
The collection is created successfully.
Actual results:
Oops! page is displayed and the collection is not created.
Notes/Issues:
Verified on FF18 (Win 7). Issue is also reproducing in production.
Screencast for this issue http://screencast.com/t/skLm3c4KZURg
Comment 1•13 years ago
|
||
http://sentry.dmz.phx1.mozilla.com/addons/group/2206/
NoReverseMatch: Reverse for 'apps.share' with arguments '(u'evernote-web',)' 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 "bandwagon/views.py", line 219, in collection_detail
'user_perms': user_perms})
File "bandwagon/views.py", line 116, in render
return jingo.render(request, template, data, **extra)
File "jingo/__init__.py", line 80, in render
rendered = render_to_string(request, template, context)
File "jingo/__init__.py", line 98, in render_to_string
return template.render(**get_context())
File "jinja2/environment.py", line 891, in render
return self.environment.handle_exception(exc_info, True)
File "/data/www/addons.mozilla.org/zamboni/apps/bandwagon/templates/bandwagon/collection_detail.html", line 213, in top-level template code
<p>{{ _('My favorite add-ons') }}</p>
File "/data/www/addons.mozilla.org/zamboni/templates/base.html", line 112, in top-level template code
{% block main_content %}
File "/data/www/addons.mozilla.org/zamboni/templates/base.html", line 115, in block "main_content"
{% block content %}{% endblock %}
File "/data/www/addons.mozilla.org/zamboni/apps/bandwagon/templates/bandwagon/collection_detail.html", line 104, in block "content"
{% cache addons.object_list %}
File "amo/ext.py", line 18, in _cache_support
return caller()
File "/data/www/addons.mozilla.org/zamboni/apps/bandwagon/templates/bandwagon/collection_detail.html", line 135, in template
{{ addon_listing_items(addons.object_list, notes=notes.next(), src="collection") }}
File "jingo/__init__.py", line 148, in wrapper
t = env.get_template(template).render(context)
File "jinja2/environment.py", line 891, in render
return self.environment.handle_exception(exc_info, True)
File "/data/www/addons.mozilla.org/zamboni/apps/addons/templates/addons/listing/items.html", line 4, in top-level template code
{% cache addons, extra=[collection, username] %}
File "amo/ext.py", line 18, in _cache_support
return caller()
File "/data/www/addons.mozilla.org/zamboni/apps/addons/templates/addons/listing/items.html", line 15, in template
{{ sharing_widget(addon, condensed=True) }}
File "jingo/__init__.py", line 147, in wrapper
context = f(*args, **kw)
File "sharing/helpers.py", line 22, in sharing_widget
'base_url': obj.share_url(),
File "mkt/webapps/models.py", line 309, in share_url
return reverse('apps.share', args=[self.app_slug])
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))
Summary: Oops page is displayed when a collection is created containing "Blocked Car" add-on → [traceback] NoReverseMatch: Reverse for 'apps.share' with arguments '(u'blockedcar',)' and keyword arguments ... - bandwagon.views.render
Updated•13 years ago
|
Assignee: nobody → cvan
Target Milestone: --- → 2013-01-31
Comment 3•13 years ago
|
||
Basta fixed this.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•13 years ago
|
||
Issue is still reproducing on both staging and production.
Please see screencast http://screencast.com/t/XjBJC8nZEIhE
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•13 years ago
|
Target Milestone: 2013-01-31 → ---
Updated•12 years ago
|
Whiteboard: [contribute]
Updated•12 years ago
|
Assignee: cvan → nobody
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → david
| Assignee | ||
Comment 5•12 years ago
|
||
Can you still reproduce it against https://addons-olympia-dev.allizom.org/en-US/firefox/ ?
Flags: needinfo?(cboldan.mozbugs)
Comment 6•12 years ago
|
||
No, I can no longer reproduce this issue, cannot find apps in the add-on collection search. http://screencast.com/t/fXRZjGOPZij
Flags: needinfo?(cboldan.mozbugs)
| Assignee | ||
Comment 7•12 years ago
|
||
I'm closing it, feel free to reopen it if you reproduce.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 12 years ago
Resolution: --- → WORKSFORME
Updated•10 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
•