question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[🐛 Bug]: The HTTP request to the remote WebDriver server for URL http://localhost:57871/session/9ee0614f78d6247023cd56f0b84f1575/url timed out after 60 seconds.

See original GitHub issue

What happened?

Hey i try to open a URL with ChromeDriver and get the error “The HTTP request to the remote WebDriver server for URL http://localhost:57871/session/9ee0614f78d6247023cd56f0b84f1575/url timed out after 60 seconds.”

I allready tried to set timeout up to 180 but this dont worked.

The same driver open 2 Websites bevore the error occurs. If it try to open the 3. Website with this driver it alltimes crash.

Is there a solution for this?

It does not crash everytime but in 90% of the runs it crash.

I have 2 drivers running and i allready tried to sleep between the stat of the drivers. But that dont worked.

I have allready added this 2 lines: options.AddArgument(“no-sandbox”); options.AddArgument(“–remote-debugging-port=0”); But that dont worked.

Here is the code (is skipped it a little bit to the relevant lines because its a big program):

ChromeDriver driver = null; ChromeDriver driver3 = null; ChromeOptions options = new ChromeOptions();

options.AddArguments(“disable-blink-features=AutomationControlled”); options.AddArgument(“no-sandbox”); options.AddArgument(“–remote-debugging-port=0”);

driver3 = new ChromeDriver(options); Thread.Sleep(3000); driver = new ChromeDriver(options);

driver.Navigate().GoToUrl(“https://www.behindthename.com/random/random.php?number=1&sets=1&gender=m&surname=&randomsurname=yes&usage_ger=1”);

Thread.Sleep(10000);

driver.Navigate().GoToUrl(“https://all-inkl.com/login/”);

Thred.Sleeop(10000);

driver.Navigate().GoToUrl(“https://all-inkl.com/login/”);

I dont know why but alltime it tries to open the secound time https://all-inkl.com/login/ i got a crash.

How can we reproduce the issue?

Dont know see code above.

Relevant log output

No

Operating System

Windows 10

Selenium version

4.0.1

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

Chrome 98.0.4758.82

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

Chrome Driver 98.0.4758.82

Are you using Selenium Grid?

No

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:18 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ChristianErdtmanncommented, Feb 15, 2022

Please delete the Username and Password in the delete subdomain function. My acces to the webhoster is blocked caus of to much login attempts

0reactions
github-actions[bot]commented, Apr 7, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

The HTTP request to the remote WebDriver timed out after 60 ...
I've recently upgraded to C# 2.40.0 webdriver using FF 27.01 and our scripts are now failing in random places with the following error....
Read more >
SOLVED! HTTP request to the remote WebDriver server for ...
SOLVED! HTTP request to the remote WebDriver server for URL http://localhost:52847/….. timed out after 60 seconds. tips ...
Read more >
The HTTP request to the remote WebDriver timed out after 60 ...
Too many of those processes will slowdown execution and you may encounter the error above. Clean up your %temp% folder and restart your...
Read more >
The HTTP request to the remote WebDriver server timed out ...
The HTTP request to the remote WebDriver server for http://localhost:7055/xxxxx timed out after 60 seconds. This occurs when instantiating the ...
Read more >
Chrome 93 request timed out for 60 seconds - Google Groups
... remote WebDriver server for URL http://localhost:<port#>/session/87991d04de6064aed8060262bacb826f/element timed out after 60 seconds.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found