You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl 'http://localhost:8080/%D0%BF%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0'
Traceback (most recent call last):
...
File "/Users/anand/work/webpy/gae/issue80/web/utils.py", line 331, in safeunicode
return obj.decode(encoding)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xd0 in position 15: unexpected end of data
Any webpy app throws this exception, no matter what.
I think it is a bug, to reproduce it try to run example from the main page of webpy's website, and open this url:
http://localhost:8080/%D0%BF%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0
The text was updated successfully, but these errors were encountered: