tiktodv3 icon indicating copy to clipboard operation
tiktodv3 copied to clipboard

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

Open Catteleya opened this issue 1 year ago • 2 comments

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]

Catteleya avatar Jul 30 '23 20:07 Catteleya

the same issue. any help plz ?

felmounzil avatar Aug 07 '23 13:08 felmounzil

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

GhostPhyre avatar Oct 26 '23 08:10 GhostPhyre