8000 Unable to setup a session/ handshake with TpLink Tapo bulb · Issue #123 · fishbigger/TapoP100 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Unable to setup a session/ handshake with TpLink Tapo bulb #123
Open
@Shakthi-Dhar

Description

@Shakthi-Dhar
File "python/site-packages/PyP100/PyP100.py", line 129, in handshake
encryptedKey = r.json()["result"]["key"]
KeyError: 'result'

I checked the response and it happens to be: {'error_code': 1003}

I am trying to set a connection with my TpLink Tapo L530 bulb and run this code to turn it on and off:

from PyP100 import PyL530

l530 = PyL530.L530("IP Address", "Mail ID", "Password")

l530.handshake()
l530.login()

l530.turnOn()
l530.turnOff()
l530.turnOn()

How do I tackle this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0