Traceback (most recent call last):
File "./wakeup.py", line 133, in <module>
if wake_up(config, sid, uid):
~~~~~~~^^^^^^^^^^^^^^^^^^
File "./wakeup.py", line 92, in wake_up
vers = get_version(config, sid)
File "./wakeup.py", line 81, in get_version
reply = json.loads(r.content)
File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/json/decoder.py", line 363, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Hi,
with the latest Update I get the following stacktrace:
Unfortunately I'm not a python dev, so is anyone able to get to the root cause?
Peter