shine-jayakumar/insta-likecom-bot

Issue on downloading chromnium

imakou opened this issue · 5 comments

imakou commented

As title, the log is attached.
Thanks for taking a look!

image

gelbxx commented

I have the same issue

image

gelbxx commented

Does anybody please have any idea, how to solve this? Thank you!

@imakou @gelbxx please clone the latest version. Selenium driver issue has been fixed.

gelbxx commented

@shine-jayakumar thank you so much for your effort. However the error is the same see:
image

I would share the traceback, but its not displayed.. Thank you

@gelbxx Make sure you have selenium==4.11.2 and webdriver-manager==4.0.0 installed. Even though the latest version has these updated in the requirements.txt, you'd still have the old versions of selenium and webdriver-manager installed in your python environment.

Run pip freeze and check the selenium and webdriver version installed.

If you have the old version, then run

pip uninstall selenium
pip uninstall webdriver-manager

pip install selenium==4.11.2
pip install webdriver-manager==4.0.0