Closed
Bug 652228
Opened 13 years ago
Closed 13 years ago
[stage] ISE - ValueError: unsupported format character '?' (0xac1c) at index 12
Categories
(Input Graveyard :: Sites, defect)
Input Graveyard
Sites
Tracking
(Not tracked)
VERIFIED
FIXED
4.4
People
(Reporter: mbrandt, Assigned: davedash)
References
()
Details
(Whiteboard: [fromAutomation] [stage][4.3.3])
Steps to reproduce:
1. Go to http://input.stage.mozilla.com/ko/sites
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 43, in cached_view
return f(request, *args, **kwargs)
File "/data/www/input.stage.mozilla.com/reporter/apps/website_issues/views.py", line 100, in website_issues
return jingo.render(request, 'website_issues/sites.html', data)
File "/data/www/input.stage.mozilla.com/reporter/vendor/src/jingo/jingo/__init__.py", line 78, in render
rendered = render_to_string(request, template, context)
File "/data/www/input.stage.mozilla.com/reporter/vendor/src/jingo/jingo/__init__.py", line 96, 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/website_issues/templates/website_issues/sites.html", line 13, in top-level template code
href="{{ base_url|urlparams(**{name: value, 'page': None}) }}">{{ label }}</a>
File "/data/www/input.stage.mozilla.com/reporter/templates/base.html", line 45, in top-level template code
{% block content %}{% endblock %}
File "/data/www/input.stage.mozilla.com/reporter/apps/website_issues/templates/website_issues/sites.html", line 61, in block "content"
{% include "website_issues/includes/sites_list.html" %}
File "/data/www/input.stage.mozilla.com/reporter/apps/website_issues/templates/website_issues/includes/sites_list.html", line 46, in top-level template code
{% trans num=site.size, count=site.size|numberfmt %}
File "/data/www/input.stage.mozilla.com/reporter/vendor/packages/jinja2/jinja2/_markupsafe/__init__.py", line 98, in __mod__
return self.__class__(unicode.__mod__(self, arg))
ValueError: unsupported format character '?' (0xac1c) at index 12
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
Flags: in-testsuite+
Comment 1•13 years ago
|
||
See also bug 648636; dupes?
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → tofumatt
Target Milestone: --- → 4.1
Updated•13 years ago
|
Component: Input → General
Flags: in-testsuite+
Product: Webtools → Input
Version: other → unspecified
Assignee | ||
Comment 3•13 years ago
|
||
4.2 is frozen, moving things to 4.x and will reassign to more specific milestones soon.
Target Milestone: 4.2 → 4.x
Assignee | ||
Updated•13 years ago
|
Assignee: tofumatt → dd
Component: General → Sites
QA Contact: input-deleted → sites
Target Milestone: 4.x → 4.3
Assignee | ||
Updated•13 years ago
|
Target Milestone: 4.x → 4.4
Assignee | ||
Comment 5•13 years ago
|
||
Bad .po file, I fixed this. It should refresh soon.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Whiteboard: [fromAutomation] [stage] → [fromAutomation] [stage][4.3.3]
Updated•8 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•