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

I keep gettin' this error. How does one fix it? #171

Open
Catteleya opened this issue Jul 30, 2023 · 2 comments
Open

I keep gettin' this error. How does one fix it? #171

Catteleya opened this issue Jul 30, 2023 · 2 comments

Comments

@Catteleya
Copy link

Traceback (most recent call last):
File "C:\Users\eclip\Desktop\Temp\tiktodv3\tiktodv3.py", line 37, in
driver = webdriver.Chrome( options=chrome_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 49, in init
super().init(
File "C:\Python311\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 54, in init
super().init(
File "C:\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 206, in init
self.start_session(capabilities)
File "C:\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 291, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 346, in execute
self.error_handler.check_response(response)
File "C:\Python311\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: Chrome failed to start: crashed.
(timeout: Timed out receiving message from renderer: 60.000)
(The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Stacktrace:
GetHandleVerifier [0x00007FF6E3928342+55890]
(No symbol) [0x00007FF6E3896A62]
(No symbol) [0x00007FF6E374DADB]
(No symbol) [0x00007FF6E377C2A3]
(No symbol) [0x00007FF6E377812E]
(No symbol) [0x00007FF6E37B6BCC]
(No symbol) [0x00007FF6E37AE9C3]
(No symbol) [0x00007FF6E3783761]
(No symbol) [0x00007FF6E37849A4]
GetHandleVerifier [0x00007FF6E3C718E2+3502066]
GetHandleVerifier [0x00007FF6E3CC6F10+3851808]
GetHandleVerifier [0x00007FF6E3CBFC2F+3822399]
GetHandleVerifier [0x00007FF6E39C3A86+692630]
(No symbol) [0x00007FF6E38A19A8]
(No symbol) [0x00007FF6E389D844]
(No symbol) [0x00007FF6E389D972]
(No symbol) [0x00007FF6E388E063]
BaseThreadInitThunk [0x00007FF95F8A7614+20]
RtlUserThreadStart [0x00007FF9600426A1+33]

@felmounzil
Copy link

the same issue. any help plz ?

@GhostPhyre
Copy link

go into your path uninstall the old chromedrive then go to chrome driver website and install the version for chrome 118 assuming you have the newest chrome update

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

3 participants