Closed
Bug 651162
Opened 14 years ago
Closed 14 years ago
[prod] ISE - DoesNotExist: Comment matching query does not exist.
Categories
(Input :: General, defect)
Input
General
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 606504
People
(Reporter: mbrandt, Unassigned)
References
()
Details
(Whiteboard: [prod])
Traceback (most recent call last):
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/Django/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/Django/django/utils/decorators.py", line 76, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/apps/input/decorators.py", line 43, in cached_view
return f(request, *args, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/apps/website_issues/views.py", line 126, in single_site
return jingo.render(request, 'website_issues/sites.html', data)
File "/data/www/django/input.mozilla.com/reporter/vendor/src/jingo/jingo/__init__.py", line 78, in render
rendered = render_to_string(request, template, context)
File "/data/www/django/input.mozilla.com/reporter/vendor/src/jingo/jingo/__init__.py", line 96, in render_to_string
return template.render(**get_context())
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/jinja2/jinja2/environment.py", line 891, in render
return self.environment.handle_exception(exc_info, True)
File "/data/www/django/input.mozilla.com/reporter/apps/website_issues/templates/website_issues/sites.html", line 13, in top-level template code
href="{{ sites_url(form,**{name: value}) }}">{{ label }}</a>
File "/data/www/django/input.mozilla.com/reporter/templates/base.html", line 65, in top-level template code
{% block content %}{% endblock %}
File "/data/www/django/input.mozilla.com/reporter/apps/website_issues/templates/website_issues/sites.html", line 63, in block "content"
{% include "website_issues/includes/single_site.html" %}
File "/data/www/django/input.mozilla.com/reporter/apps/website_issues/templates/website_issues/includes/single_site.html", line 30, in top-level template code
{% for comment in cluster.secondary_comments[:4] %}
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/jinja2/jinja2/environment.py", line 371, in getattr
return getattr(obj, attribute)
File "/data/www/django/input.mozilla.com/reporter/apps/input/decorators.py", line 79, in __get__
value = self.func(obj)
File "/data/www/django/input.mozilla.com/reporter/apps/website_issues/models.py", line 39, in secondary_comments
qs = self.comments.exclude(pk=self.primary_comment.pk)
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/Django/django/db/models/fields/related.py", line 300, in __get__
rel_obj = rel_mgr.using(db).get(**params)
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/Django/django/db/models/query.py", line 341, in get
% self.model._meta.object_name)
DoesNotExist: Comment matching query does not exist.
<WSGIRequest
GET:<QueryDict: {u'search_type': [u'week'], u'cluster': [u'1321'], u'sentiment': [u'sad']}>,
POST:<QueryDict: {}>,
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
You need to log in
before you can comment on or make changes to this bug.
Description
•