Skip to content

Instantly share code, notes, and snippets.

@mikedm139
Created October 13, 2013 14:40
Show Gist options
  • Save mikedm139/6963058 to your computer and use it in GitHub Desktop.
Save mikedm139/6963058 to your computer and use it in GitHub Desktop.
More json parsing error
ERROR [ato.core.helpers.encoding] Unable to decode value "'\n\r\n\n[{"id":"789..." : Traceback (most recent call last):
File "/usr/local/couchpotato_v2/couchpotato/core/helpers/encoding.py", line 32, in toUnicode
return ek(original, *args)
File "/usr/local/couchpotato_v2/couchpotato/core/helpers/encoding.py", line 54, in ek
return original.decode(Env.get('encoding'))
File "/usr/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 0xed in position 36015: invalid continuation byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment