shine-jayakumar / insta-likecom-bot

Automates likes and comments on an instagram account or tag
MIT License
136 stars 29 forks source link

Issue on downloading chromnium #80

Closed imakou closed 1 year ago

imakou commented 1 year ago

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

image

gelbxx commented 1 year ago

I have the same issue

image

gelbxx commented 1 year ago

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

shine-jayakumar commented 1 year ago

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

gelbxx commented 1 year ago

@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

shine-jayakumar commented 1 year ago

@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.

Runpip 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