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

Message: unknown error: net::ERR_TUNNEL_CONNECTION_FAILED #288

Closed
alighazanfar-dev opened this issue Nov 21, 2021 · 3 comments
Closed

Message: unknown error: net::ERR_TUNNEL_CONNECTION_FAILED #288

alighazanfar-dev opened this issue Nov 21, 2021 · 3 comments

Comments

@alighazanfar-dev
Copy link

Hi, I'm using the rotating proxies and I'm having issue with this error.

Message: unknown error: net::ERR_TUNNEL_CONNECTION_FAILED

Sometimes the proxy open the youtube and mostly show me this error.

Line : 944 | Message: unknown error: net::ERR_TUNNEL_CONNECTION_FAILED (Session info: chrome=96.0.4664.45)

How to fix this issue brother?

My Config:

{
"http_api": {
"enabled": true,
"host": "0.0.0.0",
"port": 1234
},
"database": true,
"views": 100000,
"minimum": 99.0,
"maximum": 100.0,
"proxy": {
"category": "r",
"proxy_type": "http",
"filename": "rotating.proxy-spider.com:1500",
"authentication": false,
"proxy_api": false,
"refresh": 0.0
},
"background": false,
"bandwidth": false,
"playback_speed": 1,
"max_threads": 9,
"min_threads": 8
}

@alighazanfar-dev
Copy link
Author

@MShawon is it possible when the ip won't connect then wait for few mins like custom option of waiting field. Maybe the ip need 5 to 25 sec wait time etc.

@MShawon
Copy link
Owner

MShawon commented Nov 22, 2021

I think it's your proxies problem why the connection is failing or simply your internet speed was slow at that moment.

Selenium waits to execute any code until page is completely loaded. So if you see the loading animation on the tab script is just waiting to get the page get loaded then execute the rest of the code. Usually selenium waits 300 sec to get page loaded completely. No need to add any custom wait duration.

@alighazanfar-dev
Copy link
Author

Oh Thank you soo much brother <3

@MShawon MShawon closed this as completed Jan 6, 2022
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

2 participants