After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693287 - KeyError at / u'\xf1'
KeyError at / u'\xf1'
Status: RESOLVED OBSOLETE
Product: website
Classification: Infrastructure
Component: developer.gnome.org
current
Other Linux
: Normal normal
: ---
Assigned To: GNOME Web maintainers
GNOME Web maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-06 23:14 UTC by Tobias Mueller
Modified: 2017-11-10 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tobias Mueller 2013-02-06 23:14:03 UTC
http://developer.gnome.org/symbols/?q=espa%C3%B1ol

Environment:


Request Method: GET
Request URL: http://developer.gnome.org/symbols/?q=espa%C3%B1ol

Django Version: 1.3.4
Python Version: 2.6.6
Installed Applications:
[]
Installed Middleware:
()


Traceback:
  • File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 111 in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  • File "/var/cache/gnomeweb/git/library-web/web/./api.py", line 65 in redirect
    return HttpResponseRedirect('/search?q=%s' % urllib.quote(symbol))
  • File "/usr/lib64/python2.6/urllib.py", line 1236 in quote
    res = map(safe_map.__getitem__, s)
Exception Type: KeyError at /
Exception Value: u'\xf1'
Comment 1 David King 2014-01-26 22:02:11 UTC
I just ried this, and it does not seem to be a problem any longer.
Comment 2 Frederic Peters 2014-01-26 22:32:44 UTC
Actually I could reproduce it with a similar URL, https://developer.gnome.org/symbols/?q=%C3%A9

On my list for this week.
Comment 3 Tobias Mueller 2017-11-10 16:27:53 UTC
Seems to be working now, right?  Feel free to mark as FIXED if you know what caused it to work.