SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
29.78k stars 8.02k forks source link

[🐛 Bug]: Getting error ERR_CONNECTION_REFUSED #14055

Closed AjinkyaMarathe7 closed 1 month ago

AjinkyaMarathe7 commented 1 month ago

What happened?

I am accessing my application URL from RemoteWebdriver using selenium grid but getting error as Site Can't be reached we have tried opening the firewall port as well but still issue persists. Browser used is Chrome.The nodes are linux machines.I have no access to grid server since it is maintained by other team.Any help would be appreciated.

How can we reproduce the issue?

_driver.Value = new RemoteWebDriver(new Uri(TestContext.Parameters["remoteDriverUrl"]), chromeOptions.ToCapabilities(), TimeSpan.FromSeconds(600));

Relevant log output

This Site can't be reached.
ERR_CONNECTION_REFUSED

Operating System

Linux

Selenium version

Selenium 4.1.0

What are the browser(s) and version(s) where you see this issue?

Chrome v122.0

What are the browser driver(s) and version(s) where you see this issue?

RemoteWebDriver Selenium Webdriver v4.1.0

Are you using Selenium Grid?

4.18.1

github-actions[bot] commented 1 month ago

@AjinkyaMarathe7, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

titusfortner commented 1 month ago

Unfortunately, there's nothing for Selenium to fix here. There is some kind of issue on your network and you'll need to figure out who to talk to at your company to get it sorted.

github-actions[bot] commented 6 days ago

This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs.