-
Notifications
You must be signed in to change notification settings - Fork 64
ERROR: BrowserError: Could not start the browser with 3 tries #329
Comments
Hi @alienbuild Best |
Hi @soulgalore |
Latest released or latest in apt-get? :)
Just want to verify :) |
Else do you run --headless or do you use xvfb or do you have a screen on your machine? |
@soulgalore @alienbuild I did the following and it helped me fix this issue hope this helps you.
That's it. :) |
@soulgalore Same issue here. I'm also running the latest versions of chrome and ss.io, running with Any idea?
|
Hi @leonardoraele does it work with Firefox? Chromedriver is very picky with Chrome version, they need to match exact, wonder if that's the problem. What Chrome version are you using? |
@soulgalore The installed google chrome version is 79.0.3945.88. I don't have firefox installed in this image. How can I know what version of google chrome sitespeed.io expects? |
Hi @leonardoraele if you are using the latest, its 79. The way to see it is which Chromedriver version: https://github.com/sitespeedio/browsertime/blob/master/package.json#L9 Are you run headless with xvfb does that work? Best |
@soulgalore Tried to run with xvfb, but got the same result.
|
Note: The issue only happens when using chrome. It works fine for me with |
I have the same issue on both docker distribution and npm package install Google Chrome 118.0.5993.88 |
Hi @vasilvestre can you share how you run and what OS you are using so I can see if I can reproduce it? |
I use both Seems like a duplicate of #365 (maybe closing similar issue would be better for bug history) |
Ah sorry that is my fault, that image hasn't been built in ages. I try to redirect people to use sitespeed.io directly but I see that I haven't updated the readme (and some other docs). |
I also use sitespeed.io but I don't see recommendation. That's why I'm using coach directly, maybe I've missed it ? |
Ooooh thank you ! |
I've made a node app using webcoach to return JSON data for a bunch of urls stored in a text file. Everything works fine on my windows pc but on unix I get the error:
ERROR: BrowserError: Could not start the browser with 3 tries
I've ensured both Chrome and Firefox are installed and up to date and nothing is blocking the browsers from what I can see.
Full error can be seen here:
Repo for the app I created is here:
https://github.com/alienbuild/node-espionagex
Run with 'node app.js -u all'
The text was updated successfully, but these errors were encountered: