Advertisement
Guest User

Untitled

a guest
Feb 25th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./scripts/make-node.py", line 160, in <module>
  3. install(url=url, target=options.target)
  4. File "./scripts/make-node.py", line 135, in install
  5. i = get_info(update_url)
  6. File "./scripts/make-node.py", line 53, in get_info
  7. data = json.loads(f.read())[0]
  8. File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
  9. return _default_decoder.decode(s)
  10. File "/usr/lib64/python2.7/json/decoder.py", line 365, in decode
  11. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  12. File "/usr/lib64/python2.7/json/decoder.py", line 383, in raw_decode
  13. raise ValueError("No JSON object could be decoded")
  14. ValueError: No JSON object could be decoded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement