reddit-place-script-2022 icon indicating copy to clipboard operation
reddit-place-script-2022 copied to clipboard

[BUG] ProxyError Cannot connect to proxy

Open marvhus opened this issue 3 years ago • 4 comments

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:

  1. Add proxy to config
  2. Run program
  3. See error

Expected behavior

Connecting and using the proxy

marvhus avatar Apr 03 '22 17:04 marvhus

Same issue here, can't use any proxy

tmexner-dev avatar Apr 03 '22 17:04 tmexner-dev

Have you tried with private/paid proxies?

GithubKillsMyOpsec avatar Apr 03 '22 19:04 GithubKillsMyOpsec

Have you tried with private/paid proxies?

no I have not

marvhus avatar Apr 03 '22 20:04 marvhus

anyone got proxies working yet?

tylerval18 avatar Apr 03 '22 21:04 tylerval18