-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Program not running because of a missing driver #20
Comments
Temporary Bug due on of the dependency of Bose
EDIT: Updated Instructions for Clarity |
Still not working, I take linux64 version of chromedriver, unzip it in build, renamed it into chromedriver (after deleting the one already there) then executed main.py but it didnt work and deleted the chromedriver file. |
|
It was my bad. I messed up with the unzipping and ended up with a chromedriver folder in build. My last little pb is, despite I have google-version-stable installed, he stills use mozilla as browser. |
All's well that end well! |
Awesome - had same issue but resolved same way advised as above - pro version totally worth it man legend yeah!! :) 👍 |
Resolved. I've been trying to solve it since yesterday and I've solved it now.
Find this solution in one question in stackoverflow. I am making some improvements and if it is of interest to the community I will contribute to the project. |
When I run main.py, I got this message:
'WARNING:root:Can not find chromedriver for currently installed chrome version.'
making the script crashes. Tried it under Windows and Ubuntu on 3 differents PC, same issue.
The text was updated successfully, but these errors were encountered: