simonfarah / tiktok-bot

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

no internet connection #68

Closed genharris1 closed 1 year ago

genharris1 commented 1 year ago

the driver doesn't load, and I have no internet, even if I am connected. I am not behind proxies or firewalls!

quintendewilde commented 1 year ago

You have to go to zefoy to fill in the captcha

quintendewilde commented 1 year ago

Nevermind I get the same issue!

simonfarah commented 1 year ago

Can you please give more information, screenshots, code errors...

quintendewilde commented 1 year ago

I'm running the bot and receiving this instantly.

[~] Loading driver, please wait... [!] No internet connection

I have the chromedriver in the same folder, but it doesn't start up from my experience. I've launched manually, but it doesn't recognize it.

I have no other error code.

simonfarah commented 1 year ago

you don't have to manually put the chromedriver. do you have chrome installed? did you install all the dependency list?

quintendewilde commented 1 year ago

I have chrome installed and installed chromedriver with "brew install cask chromedriver". And did pip3 install -r requirements.txt

simonfarah commented 1 year ago

vpn is turned off, no proxies, internet is working?

quintendewilde commented 1 year ago

I've changed this 'import undetected_chromedriver as uc' saved and rebooted and suddenly it works... Baffled. Didn't change anything else..

simonfarah commented 1 year ago

must be the uc wasn't installed correctly. glad that it works

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.