Please help me this is what I get when I run the script!! Ahh! Im new to this whole thing :)
(base) C:\Users\Harry Silverlock\immobot>python immo.py
There was a problem with reading a json formatted object
Traceback (most recent call last):
File "immo.py", line 25, in
data = json.load(data_file)
File "C:\Users\Harry Silverlock\anaconda3\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\Harry Silverlock\anaconda3\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\Harry Silverlock\anaconda3\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Harry Silverlock\anaconda3\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Time: 2021-03-08 13:15:22.121483
Time: 2021-03-08 13:16:22.125594
Traceback (most recent call last):
File "immo.py", line 14, in
call(["mv", fname, "href_old.json"])
File "C:\Users\Harry Silverlock\anaconda3\lib\subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\Harry Silverlock\anaconda3\lib\subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Harry Silverlock\anaconda3\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified