Skip to content

Instantly share code, notes, and snippets.

@dwalleck
Created August 27, 2013 02:37
Show Gist options
  • Save dwalleck/6349061 to your computer and use it in GitHub Desktop.
Save dwalleck/6349061 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Users/dwalleck/stackforge/cloudcafe/cloudcafe/compute/limits_api/models/limit.py", line 48, in _json_to_obj
json_dict = json.loads(serialized_str)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 326, in loads
return _default_decoder.decode(s)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Invalid \escape: line 6 column 40 (char 128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment