GNOME Bugzilla – Bug 693287
KeyError at / u'\xf1'
Last modified: 2017-11-10 16:27:53 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:
+ Trace 231495
response = callback(request, *callback_args, **callback_kwargs)
return HttpResponseRedirect('/search?q=%s' % urllib.quote(symbol))
res = map(safe_map.__getitem__, s)
Exception Value: u'\xf1'
I just ried this, and it does not seem to be a problem any longer.
Actually I could reproduce it with a similar URL, https://developer.gnome.org/symbols/?q=%C3%A9 On my list for this week.
Seems to be working now, right? Feel free to mark as FIXED if you know what caused it to work.