Skip to content

Instantly share code, notes, and snippets.

@sherbondy
Created January 7, 2010 04:24
Show Gist options
  • Save sherbondy/270984 to your computer and use it in GitHub Desktop.
Save sherbondy/270984 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/webapp/__init__.py", line 507, in __call__
handler.get(*groups)
File "/Users/ethan/Pyapps/GAE/tooepic/main.py", line 152, in get
tumblr_object = load_tumblr("tehome")
File "/Users/ethan/Pyapps/GAE/tooepic/main.py", line 70, in load_tumblr
js_object = json.loads(content)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django/django/utils/simplejson/__init__.py", line 232, in loads
return cls(encoding=encoding, **kw).decode(s)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django/django/utils/simplejson/decoder.py", line 251, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/lib/django/django/utils/simplejson/decoder.py", line 270, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment