Closed
Bug 688825
Opened 14 years ago
Closed 14 years ago
[traceback] ValueError: unsupported format character '?' (0xc740) at index 23
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 686690
1.2
People
(Reporter: retornam, Unassigned)
References
()
Details
(Whiteboard: c=content u=visitor p=1)
STR:
1)Visit http://developer.mozilla.org/ko/mozilla
2) Notice there is an Internal Server Error on the page which produces the following traceback
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/landing/views.py", line 41, in mozilla
return common_landing(request, section=SECTION_APPS)
File "/data/www/django/developer.mozilla.org/kuma/apps/landing/views.py", line 99, in common_landing
return jingo.render(request, 'landing/%s.html' % section.short, data)
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/jingo/jingo/__init__.py", line 78, in render
rendered = render_to_string(request, template, context)
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/jingo/jingo/__init__.py", line 96, in render_to_string
return template.render(**get_context())
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/landing/templates/landing/mozilla.html", line 1, in top-level template code
{% extends "base.html" %}
File "/data/www/django/developer.mozilla.org/kuma/templates/base.html", line 138, in top-level template code
{% block content %}{% endblock %}
File "/data/www/django/developer.mozilla.org/kuma/apps/landing/templates/landing/mozilla.html", line 134, in block "content"
{{ twitter(tweets, title=_('Correspondence on Twitter from the Mozilla developer community.')) }}
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/jingo/jingo/__init__.py", line 146, in wrapper
t = env.get_template(template).render(context)
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/landing/templates/sidebar/twitter.html", line 1, in top-level template code
{% cache tweet_qs %}
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django-cache-machine/caching/ext.py", line 74, in _cache_support
return caching.base.cached_with(obj, caller, key, timeout)
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django-cache-machine/caching/base.py", line 288, in cached_with
return cached(f, key, timeout)
File "/data/www/django/developer.mozilla.org/kuma/vendor/src/django-cache-machine/caching/base.py", line 268, in cached
val = function()
File "/data/www/django/developer.mozilla.org/kuma/apps/landing/templates/sidebar/twitter.html", line 9, in template
{% trans author='@<a href="http://twitter.com/{0}" class="author url fn nickname">{0}</a>'|f(tweet['nick'])|safe,
File "/usr/lib/python2.6/site-packages/jinja2/_markupsafe/__init__.py", line 98, in __mod__
return self.__class__(unicode.__mod__(self, arg))
ValueError: unsupported format character '?' (0xc740) at index 23
Updated•14 years ago
|
Severity: normal → critical
OS: Mac OS X → All
Hardware: x86 → All
Summary: ValueError: unsupported format character '?' (0xc740) at index 23 → [traceback] ValueError: unsupported format character '?' (0xc740) at index 23
Comment 1•14 years ago
|
||
Les, did you say you already fixed this? Will it go out with the 1.2 release tomorrow when we update locales?
Whiteboard: c=content u=visitor p=1
Target Milestone: --- → 1.2
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•13 years ago
|
Version: MDN → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
Updated•6 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
•