Skip to content
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

ERR_PROXY_CONNECTION_FAILED #28

Open
lynxgian opened this issue Sep 9, 2020 · 7 comments
Open

ERR_PROXY_CONNECTION_FAILED #28

lynxgian opened this issue Sep 9, 2020 · 7 comments

Comments

@lynxgian
Copy link

lynxgian commented Sep 9, 2020

Hi so when I start the bot I get No internet
and an error: ERR_PROXY_CONNECTION_FAILED

@andrei-zgirvaci
Copy link
Owner

It means usually that the proxy you have specified is bad, try other proxies

@lynxgian
Copy link
Author

lynxgian commented Sep 10, 2020

I tried that already I always get:

Using proxy: [xxx.xxx.x.197:80]

DevTools listening on ws://127.0.0.1:57179/devtools/browser/863ae512-aff8-492b-bec8-6baba11bfbce
[27gameryt2] Singing in...
Traceback (most recent call last):
  File "twitch_farmer.py", line 254, in <module>
    main()
  File "twitch_farmer.py", line 136, in main
    sign_in_status = sign_in(username, password)
  File "twitch_farmer.py", line 74, in sign_in
    driver.get("https://www.twitch.tv/login")
  File "C:\Users\vdavi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\selenium\webdriver\remote\webdriver.py", line 333, in get
    self.execute(Command.GET, {'url': url})
  File "C:\Users\vdavi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
  File "C:\Users\vdavi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: net::ERR_PROXY_CONNECTION_FAILED
  (Session info: chrome=85.0.4183.83)


C:\Users\vdavi\Desktop\Twitch-Farmer>[18504:21128:0909/235402.211:ERROR:device_event_log_impl.cc(208)] [23:54:02.212] Bluetooth: bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed.`
```

@andrei-zgirvaci
Copy link
Owner

Are you using public or private proxies?

@eqMFqfFd
Copy link

Are you using public or private proxies?

Private proxies. Same issue here.

@JamesonWelch
Copy link

JamesonWelch commented Jun 2, 2021

I had the same issue but was able to fix it. Sometimes your proxy service requires credentials or that your IP is whitelisted. If creds are needed, simply adding the proxy argument won't work. Also, many proxy services rotate proxy endpoints so make sure that hasn't happened.

@BenthosBacon
Copy link

BenthosBacon commented Jun 3, 2021 via email

@houssemaydi
Copy link

i got the same problem :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants