You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
As we talked about it on Slack, there's probably an real issue about the custom geckodriver.
I have encountered this error quite a few times The previously configured GeckoDriver service is still running. You must shut it down before you may adjust its configuration.
I was able to fix it by reinstalling the app, but I couldn't anymore.
Out of the box,
browsertime
installsgeckodriver
frombrowsertime/package.json
Line 27 in e09ad6e
We can configure this by shipping our own package with modifications around https://github.com/sitespeedio/geckodriver/blob/89db79952a9e0660e6160809aff36c3164b9fd31/install.js#L31-L37
In particular, we can point to a custom
geckodriver
(temporarily, until Bug 1525126 lands). We can also fix a Windows bug where.exe
is missing around https://github.com/sitespeedio/geckodriver/blob/89db79952a9e0660e6160809aff36c3164b9fd31/install.js#L105The text was updated successfully, but these errors were encountered: