Skip to content

Instantly share code, notes, and snippets.

@rockyburt
Created March 8, 2012 20:52
Show Gist options
  • Save rockyburt/2003373 to your computer and use it in GitHub Desktop.
Save rockyburt/2003373 to your computer and use it in GitHub Desktop.
rocky@xps15z:~/t$ ./stackato-1.0.1-linux-glibc2.3-x86_64 ssh env
Traceback (most recent call last):
File "/opt/ActivePython-3.2/lib/python3.2/json/decoder.py", line 367, in raw_decode
obj, end = self.scan_once(s, idx)
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/stackato/bin/stackato-ssh", line 39, in <module>
token, cc_uri, appname)))
File "/opt/ActivePython-3.2/lib/python3.2/json/__init__.py", line 307, in loads
return _default_decoder.decode(s)
File "/opt/ActivePython-3.2/lib/python3.2/json/decoder.py", line 351, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/opt/ActivePython-3.2/lib/python3.2/json/decoder.py", line 369, 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