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

[BUG] Error when trying to fetch the GECKODRIVER_VERSION #15

Open
TheophileDiot opened this issue Jul 20, 2022 · 0 comments
Open

[BUG] Error when trying to fetch the GECKODRIVER_VERSION #15

TheophileDiot opened this issue Jul 20, 2022 · 0 comments

Comments

@TheophileDiot
Copy link

There is an issue when trying to fetch the GECKODRIVER_VERSION, the command returns a non-zero code (1).

I found a simple fix if you're having this issue, you just have to edit the command into this: curl -i https://github.com/mozilla/geckodriver/releases/latest | grep -Po 'v[0-9]+.[0-9]+.[0-9]+' and it works perfectly.

I'll create a P/R that includes this fix.

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

1 participant