Here's the wiki page:
https://github.com/hall5714/python-jsontv
And here is the error I get:
- Code: Select all
>>> print(schedule.get_status())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Python/2.7/site-packages/jsontv.py", line 211, in get_status
self._send_request()
File "/Library/Python/2.7/site-packages/jsontv.py", line 192, in _send_request
self.response = self.request.get_response_text()
File "/Library/Python/2.7/site-packages/jsontv.py", line 104, in get_response_text
return json.loads(self.response.text)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 365, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 383, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded