Loading

Paste #pcfxdrh8h

  1. UnicodeDecodeError('utf-8', b'\xb0!"\xa7$%&/()=?`@QWERTZUIOP\xdc{{}*ASDFGHJKL\xd6\xc4\'>YXCVBNM;:_ .', 0, 1, 'invalid start byte')
  2.  
  3. Traceback (most recent call last):
  4.   File "/home/openttd/eints/webtranslate/bottle.py", line 862, in _handle
  5.     return route.call(**args)
  6.   File "/home/openttd/eints/webtranslate/bottle.py", line 1732, in wrapper
  7.     rv = callback(*a, **ka)
  8.   File "/home/openttd/eints/webtranslate/protect.py", line 45, in wrapper
  9.     return func(userauth, *a, **ka)
  10.   File "/home/openttd/eints/webtranslate/pages/string_edit.py", line 467, in str_post
  11.     request_forms = request.forms.decode() # Convert dict to Unicode.
  12.   File "/home/openttd/eints/webtranslate/bottle.py", line 1908, in decode
  13.     copy.append(self._fix(key, enc), self._fix(value, enc))
  14.   File "/home/openttd/eints/webtranslate/bottle.py", line 1894, in _fix
  15.     return s.encode('latin1').decode(encoding or self.input_encoding)
  16.   File "/usr/lib/python3.2/encodings/utf_8.py", line 16, in decode
  17.     return codecs.utf_8_decode(input, errors, True)
  18. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 0: invalid start byte

Comments