Skip to content

Instantly share code, notes, and snippets.

@edsu
Created February 16, 2011 19:41
Show Gist options
  • Select an option

  • Save edsu/830015 to your computer and use it in GitHub Desktop.

Select an option

Save edsu/830015 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/home/esummers/projects/sampler/sampler/transfer.py", line 60, in tasks
http=http)
File "/home/esummers/.virtualenvs/sampler/src/pycts/cts/srb.py", line 169, in accept_next_from_queue
sr.update_from_response(sr._location, headers, data)
File "/home/esummers/.virtualenvs/sampler/src/pycts/cts/base.py", line 51, in update_from_response
super(TransferObject, self).update_from_response(url, headers, data)
File "/home/esummers/.virtualenvs/sampler/lib/python2.6/site-packages/remoteobjects/promise.py", line 231, in update_from_response
super(PromiseObject, self).update_from_response(url, response, content)
File "/home/esummers/.virtualenvs/sampler/lib/python2.6/site-packages/remoteobjects/http.py", line 266, in update_from_response
data = json.loads(content)
File "/usr/lib/pymodules/python2.6/simplejson/__init__.py", line 307, in loads
return _default_decoder.decode(s)
File "/usr/lib/pymodules/python2.6/simplejson/decoder.py", line 335, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/pymodules/python2.6/simplejson/decoder.py", line 353, 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