You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "app.py", line 38, in
File "selenium\webdriver\chrome\webdriver.py", line 76, in init
File "selenium\webdriver\remote\webdriver.py", line 157, in init
File "selenium\webdriver\remote\webdriver.py", line 252, in start_session
File "selenium\webdriver\remote\webdriver.py", line 321, in execute
File "selenium\webdriver\remote\errorhandler.py", line 242, in check_response
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 97
Current browser version is 103.0.5060.114 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app.py", line 56, in
RuntimeError: input(): lost sys.stdin
The text was updated successfully, but these errors were encountered:
I have faced same error and found out this error occurs for those who have multiple chrome profiles which it leads to the profile selecting screen before the browser lands on the tradingview website
This error message indicates that the version of ChromeDriver being used only supports Chrome version 97, while the current version of Chrome being used is 103.0.5060.114.
One solution to this issue would be to download the version of ChromeDriver that corresponds to the current version of Chrome being used. Another solution would be to downgrade the version of Chrome to version 97.
Traceback (most recent call last):
File "app.py", line 38, in
File "selenium\webdriver\chrome\webdriver.py", line 76, in init
File "selenium\webdriver\remote\webdriver.py", line 157, in init
File "selenium\webdriver\remote\webdriver.py", line 252, in start_session
File "selenium\webdriver\remote\webdriver.py", line 321, in execute
File "selenium\webdriver\remote\errorhandler.py", line 242, in check_response
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 97
Current browser version is 103.0.5060.114 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app.py", line 56, in
RuntimeError: input(): lost sys.stdin
The text was updated successfully, but these errors were encountered: