Closed
Bug 770858
Opened 13 years ago
Closed 13 years ago
"Oops.." page displayed when trying to view an user profile.
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 766108
People
(Reporter: vcarciu, Unassigned)
References
()
Details
(Keywords: regression)
Prerequisites:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1
Steps to reproduce:
1.Go to AMO homepage and login with valid credentials.
2.Try to access "My Profile" from <username> drop down menu (https://addons-dev.allizom.org/en-US/firefox/user/6017157/)
Expected results:
User profile is displayed.
Actual results:
"Oops.." page is displayed instead of user profile page
Please see screencast for this bug: http://screencast.com/t/BX1yF90C
Notes:
Not reproducible in production
| Reporter | ||
Comment 1•13 years ago
|
||
Possible duplicate of this bug : https://bugzilla.mozilla.org/show_bug.cgi?id=766108
Please feel free to mark it as duplicate if we have the same reason for the issue.
Comment 2•13 years ago
|
||
NoReverseMatch: Reverse for 'apps.reviews.detail' with arguments '(u'test-app-jsucks54', 344389L)' 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 "users/views.py", line 575, in profile
return jingo.render(request, 'users/profile.html', data)
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-dev.allizom.org/zamboni/apps/users/templates/users/profile.html", line 1, in top-level template code
{% extends "impala/base_shared.html" %}
File "/data/www/addons-dev.allizom.org/zamboni/templates/impala/base_shared.html", line 4, in top-level template code
{% extends 'impala/base.html' %}
File "/data/www/addons-dev.allizom.org/zamboni/templates/impala/base.html", line 174, in top-level template code
{% block main_content %}
File "/data/www/addons-dev.allizom.org/zamboni/templates/impala/base.html", line 179, in block "main_content"
{% block content %}{% endblock %}
File "/data/www/addons-dev.allizom.org/zamboni/apps/users/templates/users/profile.html", line 91, in block "content"
{% cache reviews %}
File "amo/ext.py", line 22, in _cache_support
return sup(key, obj, timeout, extra, caller)
File "caching/ext.py", line 74, in _cache_support
return caching.base.cached_with(obj, caller, key, timeout)
File "caching/base.py", line 285, in cached_with
return cached(f, key, timeout)
File "caching/base.py", line 265, in cached
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•9 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
•