Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p100.handshake() not working #143

Open
saepien opened this issue Dec 25, 2024 · 0 comments
Open

p100.handshake() not working #143

saepien opened this issue Dec 25, 2024 · 0 comments

Comments

@saepien
Copy link

saepien commented Dec 25, 2024

`

tape = PyP100.P100("192.168.1.140", "[email protected]", "test")
tape.handshake()
Traceback (most recent call last):
File "", line 1, in
tape.handshake()
~~~~~~~~~~~~~~^^
File "/Users/storm/dev/sandbox/tapo/env/lib/python3.13/site-packages/PyP100/PyP100.py", line 129, in handshake
encryptedKey = r.json()["result"]["key"]
~~~~~~~~^^^^^^^^^^
KeyError: 'result'
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant