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

it is not running in my windows 11 64 bit #13

Open
ArianKhadem opened this issue Jul 10, 2022 · 3 comments
Open

it is not running in my windows 11 64 bit #13

ArianKhadem opened this issue Jul 10, 2022 · 3 comments

Comments

@ArianKhadem
Copy link

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

@enjoypython
Copy link

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

@f0cii
Copy link

f0cii commented Jan 20, 2023

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.

@alm0ra
Copy link
Owner

alm0ra commented Feb 17, 2024

Dears @f0cii @enjoypython @ArianKhadem

I don't have time to keep maintaining this project without your contribution

Please feel free to open PR

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