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

The HTTP request to the remote WebDriver server for URL http://localhost:49961/session timed out after 60 seconds #1

Open
AlexP11223 opened this issue Jun 1, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@AlexP11223
Copy link
Owner

It worked fine, but now I get this error:

[01-06-2018 17:45:45] Starting web driver
[01-06-2018 17:46:47] OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:49961/session timed out after 60 seconds. ---> System.Net.WebException: The request was aborted: The operation has timed out.
   at System.Net.HttpWebRequest.GetResponse()
   at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
   --- End of inner exception stack trace ---
   at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
   at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
   at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout)
   at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options)
   at WebChangeNotifier.Worker.get_WebDriver() in C:\Users\Alex\...\Worker.cs:line 111
   at WebChangeNotifier.Worker.LoadData(MonitoringTask task) in C:\Users\Alex\...\Worker.cs:line 146
   at WebChangeNotifier.Worker.Process(MonitoringTask task) in C:\Users\Alex\...\Worker.cs:line 184
   at WebChangeNotifier.Worker.<Run>b__22_1(MonitoringTask task) in C:\Users\Alex\...\Worker.cs:line 243
@AlexP11223
Copy link
Owner Author

Looks like it's caused by the latest Chrome WebDriver or Chrome.

For now try deleting browser_data folder when you encounter this.

@AlexP11223 AlexP11223 added the bug Something isn't working label Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant