Common Errors - robswc/tradingview-trainer GitHub Wiki

Message: session not created: Chrome version must be between xx and xx

This is a common error that occurs when the chromedriver.exe and the chrome web browser are on different versions. This can be fixed by downloading the corresponding chromedriver.exe.

Check your current chrome version by typing in 'chrome://version' in the address bar. Note the first group of digits (i.e. 73, 74, 75, etc...)

Visit: http://chromedriver.chromium.org/downloads Download the chromedriver that matches the first group of digits from before.

Replace your old chromedriver.exe with the newly downloaded chromedriver.exe

Alternatively, you can download the updater here: Place the trainer-updater.exe in the same directory as your app.exe and chromedriver.exe. Run the updater. Next, run app.exe.

If you have any questions or trouble with the above steps, please open an issue here: https://github.com/Robswc/tradingview-trainer/issues