Closed
Bug 1171178
Opened 10 years ago
Closed 10 years ago
[traceback] django.template.base:TemplateDoesNotExist: firefox/os/releases.html
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: jgmize)
References
()
Details
https://www.mozilla.org/en-US/firefox/os/releases/ is throwing a 500:
django.template.base:TemplateDoesNotExist: firefox/os/releases.html
Stack trace
Traceback (most recent call last):
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/newrelic-2.50.0.39/newrelic/api/web_transaction.py", line 1329, in _nr_wsgi_application_wrapper_
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/whitenoise/base.py", line 62, in __call__
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/newrelic-2.50.0.39/newrelic/api/web_transaction.py", line 1215, in _nr_wsgi_application_wrapper_
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 187, in __call__
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/newrelic-2.50.0.39/newrelic/hooks/framework_django.py", line 499, in wrapper
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 57, in wrapped_view
File "/data/www/www.mozilla.org-django/bedrock/bedrock/mozorg/util.py", line 80, in _view
File "/data/www/www.mozilla.org-django/bedrock/lib/l10n_utils/__init__.py", line 45, in render
File "/data/www/www.mozilla.org-django/bedrock/lib/l10n_utils/gettext.py", line 244, in translations_for_template
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/django/template/loader.py", line 144, in get_template
File "/data/www/www.mozilla.org-django/venv/lib/python2.7/site-packages/django/template/loader.py", line 136, in find_template
New Relic: https://rpm.newrelic.com/accounts/263620/applications/2639284/traced_errors/2845b6-1bd0fa05-097d-11e5-a48a-f8bc124250a8
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/41d92532b55862fa47d71e3b5ab28cc792222b2b
Redirect firefox/os/releases to MDN: fix bug 1171178
https://github.com/mozilla/bedrock/commit/c51972886c4c5535d484bc18b28449e557cca05f
Merge pull request #3032 from jgmize/firefox-os-releases-redirect
Redirect /firefox/os/releases to MDN: fix bug 1171178
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → jmize
Reporter | ||
Comment 2•10 years ago
|
||
Verified FIXED on dev/stage/prod -- thx, Josh!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•