platipus9999 / Tiktok-Bot

Update zefoy bot
36 stars 15 forks source link

[FIX] Not functional as of chrome 115 ( "This version of ChromeDriver only supports Chrome version 114" ) #3

Open Rubiooo04 opened 1 year ago

Rubiooo04 commented 1 year ago

From version 115 of Chrome the script will have this error and it will not work

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] The handle is invalid

With this change it is solved #4

Remember that this change is a botch, I'm sure you could solve this error in a better way.

THA1derful commented 1 year ago

To solve this just install the webdriver corresponding for your chrome version and it should work