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
Error: {'error_code': -1003} Traceback (most recent call last): File "d:\Python\Training\Practice\tapo110.py", line 8, in p110.getEnergyUsage() File "D:\Anaconda\Lib\site-packages\PyP100\PyP100.py", line 109, in getEnergyUsage return self.request("get_energy_usage") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Anaconda\Lib\site-packages\PyP100\PyP100.py", line 47, in request return self.protocol._request(method, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Anaconda\Lib\site-packages\PyP100\auth_protocol.py", line 65, in _request raise Exception(f"Error code: {data['error_code']}") Exception: Error code: -1003
The text was updated successfully, but these errors were encountered:
see issue #128 , #136, #123
pip remove pyp100 pip install git+https://github.com/almottier/TapoP100.git@main
Sorry, something went wrong.
No branches or pull requests
Error: {'error_code': -1003}
Traceback (most recent call last):
File "d:\Python\Training\Practice\tapo110.py", line 8, in
p110.getEnergyUsage()
File "D:\Anaconda\Lib\site-packages\PyP100\PyP100.py", line 109, in getEnergyUsage
return self.request("get_energy_usage")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Anaconda\Lib\site-packages\PyP100\PyP100.py", line 47, in request
return self.protocol._request(method, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Anaconda\Lib\site-packages\PyP100\auth_protocol.py", line 65, in _request
raise Exception(f"Error code: {data['error_code']}")
Exception: Error code: -1003
The text was updated successfully, but these errors were encountered: