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
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 [email protected] -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
The text was updated successfully, but these errors were encountered:
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 [email protected] -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
The text was updated successfully, but these errors were encountered: