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
the creation of cookies in handshake() fails with key error "result", which is an unhelpful error report,
has the firmware updated
rustie@rustie-Inspiron-15-3515:~$ python3 lamps.py
Traceback (most recent call last):
File "/home/rustie/lamps.py", line 5, in
p110.handshake() #Creates the cookies required for further methods
File "/home/rustie/.local/lib/python3.10/site-packages/PyP100/PyP100.py", line 129, in handshake
encryptedKey = r.json()["result"]["key"]
KeyError: 'result'
The text was updated successfully, but these errors were encountered:
the creation of cookies in handshake() fails with key error "result", which is an unhelpful error report,
has the firmware updated
rustie@rustie-Inspiron-15-3515:~$ python3 lamps.py
Traceback (most recent call last):
File "/home/rustie/lamps.py", line 5, in
p110.handshake() #Creates the cookies required for further methods
File "/home/rustie/.local/lib/python3.10/site-packages/PyP100/PyP100.py", line 129, in handshake
encryptedKey = r.json()["result"]["key"]
KeyError: 'result'
The text was updated successfully, but these errors were encountered: