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

ValueError: There is no such driver by url #4

Closed
andreileonsalas opened this issue Sep 9, 2022 · 2 comments
Closed

ValueError: There is no such driver by url #4

andreileonsalas opened this issue Sep 9, 2022 · 2 comments

Comments

@andreileonsalas
Copy link

Hi, i just fork the repo and runned on github, but got this error:

ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/105.0.5177/chromedriver_linux64.zip

@coderjd-automation
Copy link

Ya please solve it we don't know whats the actual issue

@jsoma
Copy link
Owner

jsoma commented Sep 10, 2022

Hooray, it's now fixed!

The issue was that Ubuntu comes with a version of Chromium – 105.0.5177 – that doesn't have a Selenium ChromeDriver. I edited scrape.yml and added the following lines:

- name: Remove default Chromium
   run: sudo apt purge chromium-browser
- name: Install a new Chromium
   run: sudo apt install -y chromium-browser

By uninstalling the default Chronium and installing a new one it somehow magically works! I don't know if this is the best long-term solution, but it seems fine for now.

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

3 participants