-
Notifications
You must be signed in to change notification settings - Fork 106
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
Proxy connection failed. poe_api_wrapper.api:select_proxy:202 - Connection failed with {'http': '...'}. #124
Comments
2024-03-20 10:20:06.357 | WARNING | poe_api_wrapper.api:on_ws_close:296 - Connection to remote host was lost. Reconnecting... |
Yeah. I managed to fix the proxy problem by modifying the code a bit, but now the connection times out. I managed to work around it like this, but it is a clunky solution and it's far from perfect:
Please take a look at this problem |
This is be fixed in v.1.5.4 |
I set up my own http proxy that works upon curling quora:
However, when I use it with this package:
It can't connect:
The stuff I hid with the blue color is the same proxy ip + port.
Am I doing something wrong or is this a bug of some sorts?
The text was updated successfully, but these errors were encountered: