-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
something may have changed in the Tapo API because the script in subject (running under the virtual environment py3cv3) does not work anymore.
Doing the following command that ran two months ago:
python my_iot_light_demo.py --ip-address 192.168.1.139 -e myemail@gmail.com -p mypassword --type plug
I am now getting the return:
Traceback (most recent call last):
File "/home/username/DEV/RP4CV/HackerBundle_Code/chapter15-case_study_iot/my_iot_light_demo.py", line 38, in
device.handshake()
File "/home/username/.virtualenvs/py3cv3/lib/python3.10/site-packages/PyP100/PyP100.py", line 129, in handshake
encryptedKey = r.json()["result"]["key"]
KeyError: 'result'
Has someone encountered the same issue, and found a solution ?
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels