Skip to content

Instance ChroneDriver Error: ConnectFailure #5678

Closed
@Subhacse17

Description

@Subhacse17

Meta -

OS:
Ubuntu 16.04.4
Linux 4.10.0
Selenium Version:
3.9.0
Browser:
Chrome

Browser Version:
65.0.3325.181
ChromeDriver version 2.35

Steps to reproduce -

After instanciating a chrome Driver as in the screenshot1 we get a list of error written "Error: ConnectFailure (Connection refused)" Screenshot2

Screenshot1

image

Screenshot2

image

PS : for the first instance of chromedriver we don't get this error in console but for all the rest of instanciation we ll get it.

Help as soon as possible.

Activity

cgoldberg

cgoldberg commented on Mar 26, 2018

@cgoldberg
Contributor

Browser Version: 65.0.3325.181
ChromeDriver version 2.35

try a more recent version of Chromedriver. Version 2.35 only supports Chrome v62-64.
https://chromedriver.storage.googleapis.com/2.35/notes.txt

testphreak

testphreak commented on Mar 26, 2018

@testphreak

@cgoldberg even with chromedriver v2.36 or v2.37, the issue persists. It appears the issue has been fixed. Even tried their canary build from an hour back.

I see the issue when signing into a Google and then navigating to another URL in the same window.

Subhacse17

Subhacse17 commented on Mar 27, 2018

@Subhacse17
Author

@cgoldberg I am getting the same with new driver also and with firefox also.

Subhacse17

Subhacse17 commented on Mar 27, 2018

@Subhacse17
Author

@testphreak I am not trying to signing into any google product still getting. Can you suggest me any Soln? On windows I am not getting this error.Only with Linux I have this, and more interesting things this error did not cause any block to the code. All tests are running as expectation. This error coming n numbers of time and just increasing my log file length of Jenkins.

lmtierney

lmtierney commented on Mar 31, 2018

@lmtierney
Member

I do not have this issue on Linux, check your environment and provide concise reproducible test case so that we can act on this issue. See CONTRIBUTING.md

barancev

barancev commented on May 3, 2018

@barancev
Member

Closing the issue as there is no reproduction scenario.

locked and limited conversation to collaborators on Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    J-awaiting answerQuestion asked of user; a reply moves it to triage again

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @barancev@cgoldberg@lmtierney@testphreak@Subhacse17

        Issue actions

          Instance ChroneDriver Error: ConnectFailure · Issue #5678 · SeleniumHQ/selenium