Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This version of ChromeDriver only supports Chrome version 114 #85

Open
Rubiooo04 opened this issue Aug 17, 2023 · 4 comments
Open

This version of ChromeDriver only supports Chrome version 114 #85

Rubiooo04 opened this issue Aug 17, 2023 · 4 comments

Comments

@Rubiooo04
Copy link

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
Copy link

luktpro commented Aug 25, 2023

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

@miqueet
Copy link

miqueet commented Sep 5, 2023

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
Copy link

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

@miqueet
Copy link

miqueet commented Nov 26, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants