Closed Bug 648636 Opened 13 years ago Closed 13 years ago

[stage] ISE - ValueError: unsupported format character '?' (0xac1c) at index 12

Categories

(Input :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mbrandt, Unassigned)

References

()

Details

(Whiteboard: [fromAutomation] [stage])

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 95, 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="{{ sites_url(form,**{name: value}) }}">{{ label }}</a>

  File "/data/www/input.stage.mozilla.com/reporter/templates/base.html", line 65, 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 45, 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: {}>,
COOKIES:{},
META:{'CSRF_COOKIE': 'cbe6542d9f6108c16224b93a85f26c15',
 'DOCUMENT_ROOT': '/data/www/input.stage.mozilla.com',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT_ENCODING': 'identity',
 'HTTP_CONNECTION': 'Keep-Alive',
 'HTTP_HOST': 'input.stage.mozilla.com',
 'HTTP_USER_AGENT': 'Python-urllib/2.6',
 'HTTP_X_CLUSTER_CLIENT_IP': '63.245.220.240',
 'HTTP_X_FORWARDED_FOR': '63.245.220.240',
 'HTTP_X_MOZ_PLATFORM': 'other',
 'PATH_INFO': u'/ko/beta/sites',
 'PATH_TRANSLATED': '/data/www/input.stage.mozilla.com/reporter/wsgi/reporter.wsgi/ko/beta/sites',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '10.2.81.103',
 'REMOTE_PORT': '60260',
 'REQUEST_METHOD': 'GET',
 'REQUEST_URI': '/ko/beta/sites',
 'SCRIPT_FILENAME': '/data/www/input.stage.mozilla.com/reporter/wsgi/reporter.wsgi',
 'SCRIPT_NAME': u'',
 'SERVER_ADDR': '10.2.81.29',
 'SERVER_ADMIN': 'webmaster@mozilla.com',
 'SERVER_NAME': 'input.stage.mozilla.com',
 'SERVER_PORT': '80',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SIGNATURE': '<address>Apache/2.2.3 (Red Hat) Server at input.stage.mozilla.com Port 80</address>\n',
 'SERVER_SOFTWARE': 'Apache/2.2.3 (Red Hat)',
 'mod_wsgi.application_group': 'input.stage.mozilla.com|',
 'mod_wsgi.callable_object': 'application',
 'mod_wsgi.handler_script': '',
 'mod_wsgi.input_chunked': '0',
 'mod_wsgi.listener_host': '',
 'mod_wsgi.listener_port': '80',
 'mod_wsgi.process_group': '',
 'mod_wsgi.request_handler': 'wsgi-script',
 'mod_wsgi.script_reloading': '1',
 'mod_wsgi.version': (3, 2),
 'wsgi.errors': <mod_wsgi.Log object at 0xad4b110>,
 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0xb369bf0>,
 'wsgi.input': <mod_wsgi.Input object at 0xaf38e80>,
 'wsgi.loaded': datetime.datetime(2011, 4, 8, 13, 43, 25, 65848),
 'wsgi.multiprocess': True,
 'wsgi.multithread': False,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 1)}>
Flags: in-testsuite+
Looks like a bug in the Korean translation.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: Input → General
Product: Webtools → Input
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.