We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
in PyP100.handshake() after the following code: r = self.session.post(URL, json=Payload, timeout=2) error_code is returned as 1003
in ERROR_CODES dict -1003 is for bad JSON format
got any ideas? I'm assuming its a firmware update as all plugs stopped working on the same day approx 2 weeks ago
also I would move up the try to just after the session post to properly capture the error
Thanks
The text was updated successfully, but these errors were encountered:
I found fixed version here: https://github.com/almottier/TapoP100/blob/main/PyP100/PyP100.py Also it looks like this repo has last update a year ago, so I'm not sure if it will be officially supported here.
BTW this issue looks like duplicate of #128
Sorry, something went wrong.
Thanks, really appreciated. That was it
No branches or pull requests
Hi,
in PyP100.handshake() after the following code:
r = self.session.post(URL, json=Payload, timeout=2)
error_code is returned as 1003
in ERROR_CODES dict -1003 is for bad JSON format
got any ideas? I'm assuming its a firmware update as all plugs stopped working on the same day approx 2 weeks ago
also I would move up the try to just after the session post to properly capture the error
Thanks
The text was updated successfully, but these errors were encountered: