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

Chrome 119: Chrome failed to start #99

Open
FGoessler opened this issue Nov 2, 2023 · 2 comments
Open

Chrome 119: Chrome failed to start #99

FGoessler opened this issue Nov 2, 2023 · 2 comments

Comments

@FGoessler
Copy link

FGoessler commented Nov 2, 2023

Orb version

1.4.5 as well as 1.4.6 (latest)

What happened

Our CI pipelines started to fail to execute specs due to the upgrade from Chrome 118 to Chrome 119.

The error we are getting for all of our tests that rely on Chromedriver is:

Selenium::WebDriver::Error::SessionNotCreatedError:
              session not created: Chrome failed to start: exited normally.
                (session not created: DevToolsActivePort file doesn't exist)
                (The process started from chrome location /opt/google/chrome/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

This seems to be some sort of running or installation issue with Google Chrome/Chromedriver.

Previously working version of Chrome: 118.0.5993.117
Now used version of Chrome: 119.0.6045.105

Our config in the jobs steps:

      - browser-tools/install-browser-tools:
          install-firefox: false

Note: We also tried to downgrade the Chroem version via the chrome-version option but that fails on installation and is probably another issue.

Expected behavior

The specs should run as expected.

@FGoessler
Copy link
Author

Removed some additional log extraction steps from Chrome in after_each hooks and am now getting a slightly different error:

Selenium::WebDriver::Error::WebDriverError:
            unable to connect to /home/circleci/.webdrivers/chromedriver 127.0.0.1:9515

But still the issue seems to be that Chrome/Chroemdriver isn't starting up correctly or staying alive and I have no idea why...

@snyaggarwal
Copy link

Until yesterday things were good for us, but today Chrome driver is not starting. We are on 1.4.6 with chrome/driver 120.0.6099.109.
We tried with SSH and it looks good manually. But without ssh it fails.
Any update on this?

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