reddit-place-script-2022
reddit-place-script-2022 copied to clipboard
[BUG] ProxyError Cannot connect to proxy
Bug Report Form
Checklist
- [x] I am using the latest version of the code.
- [x] I am absolutely sure I read the README in its entirety.
- [x] I have made sure this is not a duplicate issue.
- [x] I have filled out this form correctly.
Describe the bug
When adding a proxy it gives an error:
ERROR | __main__:task:532 - Failed to connect to websocket, trying again in 30 seconds...
I then checked in to code, and added in some code to tell me the exception which was:
HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /login (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response')))
Here is the config I used for the proxy:
"proxies": ["165.22.88.91:1080"],
To Reproduce
Steps to trigger the bug:
- Add proxy to config
- Run program
- See error
Expected behavior
Connecting and using the proxy
Same issue here, can't use any proxy
Have you tried with private/paid proxies?
Have you tried with private/paid proxies?
no I have not
anyone got proxies working yet?