Closed
Bug 730892
Opened 13 years ago
Closed 13 years ago
Traceback: KeyError: 'description'
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2.4
People
(Reporter: retornam, Assigned: groovecoder)
References
()
Details
(Whiteboard: u=bot c=bug p=1 2.4.5)
Traceback (most recent call last):
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/django/developer.mozilla.org/kuma/apps/demos/views.py", line 442, in devderby_tag
template_name='demos/devderby_tag.html')
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django/django/views/generic/list_detail.py", line 101, in object_list
return HttpResponse(t.render(c), mimetype=mimetype)
File "/data/www/django/developer.mozilla.org/kuma/lib/utils.py", line 107, in render
return self.template.render(context_dict)
File "/usr/lib/python2.6/site-packages/jinja2/environment.py", line 891, in render
return self.environment.handle_exception(exc_info, True)
File "/data/www/django/developer.mozilla.org/kuma/apps/demos/templates/demos/devderby_tag.html", line 1, in top-level template code
{% extends "demos/base.html" %}
File "/data/www/django/developer.mozilla.org/kuma/apps/demos/templates/demos/base.html", line 1, in top-level template code
{% extends "base.html" %}
File "/data/www/django/developer.mozilla.org/kuma/templates/base.html", line 153, in top-level template code
{% block content %}{% endblock %}
File "/data/www/django/developer.mozilla.org/kuma/apps/demos/templates/demos/devderby_tag.html", line 38, in block "content"
<p>{{ tag_description(tag) }}</p>
File "/data/www/django/developer.mozilla.org/kuma/apps/demos/helpers.py", line 237, in tag_description
return TAG_DESCRIPTIONS[name]['description']
KeyError: 'description'
Assignee | ||
Comment 2•13 years ago
|
||
googlebot found the challenge:none tag somehow.
Whiteboard: u=bot c=bug p=1 2.4.5
Target Milestone: --- → 2.4
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → lcrouch
Comment 3•13 years ago
|
||
Commit pushed to mdn at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/f8a3838dd06fe45f87412ef4db325ddb68b828e4
Fix Bug 730892 use tag name if description not available
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
Commit pushed to mdn_prod at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/f8a3838dd06fe45f87412ef4db325ddb68b828e4
Fix Bug 730892 use tag name if description not available
Reporter | ||
Comment 5•13 years ago
|
||
Reporter | ||
Comment 6•13 years ago
|
||
still getting tracebacks on production
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•13 years ago
|
||
got it with the force reload to the server
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•13 years ago
|
||
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Version: MDN → unspecified
Updated•12 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•