useragents / Zefoy-TikTok-Automator

💥 TikTok Follower, Like, View, Share Bot and MORE
947 stars 225 forks source link

This version of ChromeDriver only supports Chrome version 114 #85

Open Rubiooo04 opened 10 months ago

Rubiooo04 commented 10 months ago

When i run py tiktok.py i get this error

selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:53797
from session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 116.0.5845.96

OSError: [WinError 6] Controlador no válido
luktpro commented 10 months ago

same problem here, tried "upgrading" to chrome 114 but didnt work

miqueet commented 10 months ago

i ended up specifying the chrome driver path and downloading chrome 114

`class zefoy:

def __init__(self):
    chrome_options = uc.ChromeOptions()
    chrome_binary_path = 'path\\to\\chrome.exe'
    chrome_options.binary_location = chrome_binary_path
    `
lolguppy commented 7 months ago

@Wheaties466 where did you download Chrome 114? I can't seem to find it anywhere

miqueet commented 7 months ago

I believe I had to look up the commit ID and insert it into the url as it is still hosted. I’ll see if I can find the direct link later today.

On Sun, Nov 26, 2023 at 11:05 AM lolguppy @.***> wrote:

@Wheaties466 https://github.com/Wheaties466 where did you download Chrome 114? I can't seem to find it anywhere

— Reply to this email directly, view it on GitHub https://github.com/useragents/Zefoy-TikTok-Automator/issues/85#issuecomment-1826822806, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIZH77EZJO3P3N73BOMVNLYGNSGJAVCNFSM6AAAAAA3UNET6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWHAZDEOBQGY . You are receiving this because you were mentioned.Message ID: @.***>