Closed
Bug 608434
Opened 15 years ago
Closed 15 years ago
Mobile input staging is still throwing 500 errors (Internal Server Error)
Categories
(Input :: General, defect)
Input
General
Tracking
(Not tracked)
VERIFIED
FIXED
2.0
People
(Reporter: stephend, Assigned: davedash)
References
()
Details
http://m.input.stage.mozilla.com/en-US/ is still throwing a 500; not sure if this is an app or an IT issue; please punt as needed.
(Blocking testing.)
| Reporter | ||
Comment 1•15 years ago
|
||
Is it this error:
Traceback (most recent call last):
File "/data/www/input.stage.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/input.stage.mozilla.com/reporter/vendor/packages/Django/django/utils/decorators.py", line 76, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/data/www/input.stage.mozilla.com/reporter/apps/input/decorators.py", line 33, in cached_view
return f(request, *args, **kwargs)
File "/data/www/input.stage.mozilla.com/reporter/apps/dashboard/views.py", line 83, in dashboard
return jingo.render(request, template, data)
File "/data/www/input.stage.mozilla.com/reporter/vendor/src/jingo/jingo/__init__.py", line 63, in render
rendered = render_to_string(request, template, context)
File "/data/www/input.stage.mozilla.com/reporter/vendor/src/jingo/jingo/__init__.py", line 84, in render_to_string
return template.render(**get_context())
File "/data/www/input.stage.mozilla.com/reporter/vendor/packages/jinja2/jinja2/environment.py", line 891, in render
return self.environment.handle_exception(exc_info, True)
File "/data/www/input.stage.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/dashboard.html", line 1, in top-level template code
{% extends "base_mobile.html" %}
File "/data/www/input.stage.mozilla.com/reporter/templates/base_mobile.html", line 26, in top-level template code
{% block content %}{% endblock %}
File "/data/www/input.stage.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/dashboard.html", line 49, in block "content"
{{ platforms_block(demo.os, opinion_count) }}
File "/data/www/input.stage.mozilla.com/reporter/apps/dashboard/helpers.py", line 60, in platforms_block
return render_template(tpl, new_context(**locals()))
File "/data/www/input.stage.mozilla.com/reporter/apps/dashboard/helpers.py", line 22, in render_template
t = register.env.get_template(template).render(context)
File "/data/www/input.stage.mozilla.com/reporter/vendor/packages/jinja2/jinja2/environment.py", line 891, in render
return self.environment.handle_exception(exc_info, True)
File "/data/www/input.stage.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/platforms.html", line 15, in top-level template code
{{ os_item(item.os, item.count) }}
File "/data/www/input.stage.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/platforms.html", line 2, in template
{{ mobile_bar(name='os', id='os_'+os, value=os, selected=selected,
TypeError: cannot concatenate 'str' and 'NoneType' objects
Comment 2•15 years ago
|
||
Dave, will you make it degrade gracefully when there's no data?
Assignee: nobody → dd
| Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> cc: fwenzel@mozilla.com; assigned_to: nobody@mozilla.org => dd@mozilla.comDave, will you make it degrade gracefully when there's no data?
ok....
http://github.com/fwenzel/reporter/commit/6488779
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•15 years ago
|
||
Verified FIXED; now, if only it has the right theme :-(
Status: RESOLVED → VERIFIED
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
•