Forums

Chrome

I have been encountering an issue when trying to use headless chrome with selenium for a bot that I am creating. This is the error that I cant get passed:

selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed.
  (chrome not reachable)
  (The process started from chrome location /usr/bin/chromium is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

After doing some reserarch I saw some forum posts from last year stating that chrome needs to be enabled for this to work. Is this still the case and could someone please assist me?

Thanks in advance.

[formatted by admin]

I see that you're on the most recent system image, so chrome is enabled for you already. The error you see is usually related to starting multiple instances of Chrome simultaneously (Chrome starts many processes and there's per user process limit), could that be the case? Another possibility is that you installed your own chromedriver that's not working correctly on our system.