Skip to content

Handshake() fails #144

@RustieNewton

Description

@RustieNewton

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'

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