tradingview-trainer icon indicating copy to clipboard operation
tradingview-trainer copied to clipboard

Chrome Driver, version must be between 'x' and 'y'

Open robswc opened this issue 5 years ago • 3 comments

This error occurs when either the chromedriver.exe is outdated or the users chrome is outdated. This can be fixed by ensuring both the chromedriver.exe and chrome application are on the same version.

You can check your chrome version by typing: chrome://version

in the address bar, keep in mind the first two digits (i.e. 73, 74, etc...)

Now visit: http://chromedriver.chromium.org/downloads

Find the corresponding chromedriver and download it. Replace your existing chromedriver.exe with the new chromedriver.exe.

robswc avatar May 12 '19 06:05 robswc

going forward, I will try to keep the chromedriver.exe included with this app on the latest chrome version.

robswc avatar May 15 '19 18:05 robswc

I have checked my chrome version. It's 80.xx. I have downloaded the driver from the website and replaced the file in the python folder, but I am still getting the error. I thought i read somewhere that I had to perform an action after I replaced it but cannot find it anymore. Is there something extra I would have to do? PS: I have also add a path to my environment variable, but with no success.

bdv1 avatar Mar 03 '20 21:03 bdv1

hey, this is an error I'm not "totally" sure how to fix since its a chromedriver error. Did you download this version?

https://chromedriver.storage.googleapis.com/index.html?path=80.0.3987.106/

IIRC, the error happened to me and I somehow fixed it by matching the versions. However, something might have changed that I'm not aware of, I'll look into it!

robswc avatar Mar 04 '20 19:03 robswc