Hi, I have working script but when I tryed to run it here it gives me an error, I will appreciate any help:
Traceback (most recent call last):
File "nhk-today.py", line 108, in <module>
main()
File "nhk-today.py", line 14, in main
o = json.loads(r.text)
File "/usr/lib/python3.5/json/__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)