You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this morning the script isn’t able to start. Please, find below the error I get:
~/doctoshotgun$ ./doctoshotgun.py fr brest [email protected]
Password:
Traceback (most recent call last):
File "/home/user/doctoshotgun/./doctoshotgun.py", line 949, in <module>
sys.exit(Application().main())
File "/home/user/doctoshotgun/./doctoshotgun.py", line 744, in main
docto.load_state(self.load_state())
File "/home/user/doctoshotgun/./doctoshotgun.py", line 662, in load_state
state = json.load(fp)
File "/usr/lib/python3.9/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/usr/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/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)
The text was updated successfully, but these errors were encountered:
Since this morning the script isn’t able to start. Please, find below the error I get:
The text was updated successfully, but these errors were encountered: