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

First code cell of Firefox demo notebook gives WebDriverException #1

Closed
fomightez opened this issue Feb 22, 2022 · 1 comment
Closed

Comments

@fomightez
Copy link

fomightez commented Feb 22, 2022

Right now when running the first code cell after a launch, seeing WebDriverException: Message: Service geckodriver unexpectedly exited. Status code was: 1

Approach that seemed to work was updating/dispensing with the install you have in postBuild and moving the geckodriver install to where conda/mamba handles it, see example here, specifically the addition of geckodriver toenvironment.yml.
You won't need your postBuild after that change since that was only running GeckoDriverDownloader().

Currently the GeckoDriverDownloader() has an issue where it isn't getting filename correct (see below). This approach bypasses that.

fixes/bypasses these issues that crop up when you simply try to update:

@psychemedia
Copy link
Contributor

Ah, thanks... I updated to use geckodriver-autoinstaller from PyPi, which seems to have fixed it...

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