simonfarah / tiktok-bot

🦾 A bot that generates followers, likes, views, shares and comment likes
MIT License
548 stars 178 forks source link

No internet connection #71

Closed qustxm closed 1 year ago

qustxm commented 1 year ago

I run bot.py and it writes that there is no connection and closes, I looked that some have the same problem and everyone is talking about some kind of "import undetected_chromedriver as uc" , but I paste this command into python and nothing happens

MikeBrizolla commented 1 year ago

I run bot.py and it writes that there is no connection and closes, I looked that some have the same problem and everyone is talking about some kind of "import undetected_chromedriver as uc" , but I paste this command into python and nothing happens

same problem here

qustxm commented 1 year ago

FIX download chrome version 114.0.5735.110

simonfarah commented 1 year ago

The problem was that undetected_chromedriver was not working with the latest chrome version. Issue is now fixed, please run pip install -r requirements.txt again and the bot will work.