forked from K4CZP3R/tapo-p100-python
-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
AttributeError: module 'urllib3' has no attribute 'get_host' #169
Comments
I'm also seeing this with
|
The problem is here: https://github.com/petretiandrea/plugp100/blob/main/plugp100/protocol/klap_protocol.py#L44
Something like:
fixed the HACS integration for me (but I'd add more error checking to it...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the demo code, you get the error:
AttributeError: module 'urllib3' has no attribute 'get_host'
The offending line is: https://github.com/petretiandrea/plugp100/blob/b85f5ad1439bfdbf44cbd4bb979352e2babc63b2/plugp100/protocol/klap_protocol.py#L44C30-L44C38
urllib3 version is
2.1.0
plugp100 version is
4.0.1
The text was updated successfully, but these errors were encountered: