Currently, I am using uc to bypass cloudflare and scrape data from 'https://www.topcv.vn/viec-lam-it'. I run multithread and sometimes got this error:
WebDriverException: Message: unknown error: cannot determine loading status
from no such window
(Session info: chrome=115.0.5790.171)
Stacktrace:
Backtrace:
GetHandleVerifier [0x00CDA813+48355]
(No symbol) [0x00C6C4B1]
(No symbol) [0x00B75220]
(No symbol) [0x00B688E2]
(No symbol) [0x00B67138]
(No symbol) [0x00B677AA]
(No symbol) [0x00B703E5]
(No symbol) [0x00B7C668]
(No symbol) [0x00B7F566]
(No symbol) [0x00B67BC3]
(No symbol) [0x00B7C37A]
(No symbol) [0x00BCC87D]
(No symbol) [0x00BBA536]
(No symbol) [0x00B982DC]
(No symbol) [0x00B993DD]
GetHandleVerifier [0x00F3AABD+2539405]
GetHandleVerifier [0x00F7A78F+2800735]
GetHandleVerifier [0x00F7456C+2775612]
GetHandleVerifier [0x00D651E0+616112]
(No symbol) [0x00C75F8C]
(No symbol) [0x00C72328]
(No symbol) [0x00C7240B]
(No symbol) [0x00C64FF7]
BaseThreadInitThunk [0x760E00C9+25]
RtlGetAppContainerNamedObjectPath [0x779D7B1E+286]
RtlGetAppContainerNamedObjectPath [0x779D7AEE+238]
Currently, I am using uc to bypass cloudflare and scrape data from 'https://www.topcv.vn/viec-lam-it'. I run multithread and sometimes got this error: WebDriverException: Message: unknown error: cannot determine loading status from no such window (Session info: chrome=115.0.5790.171) Stacktrace: Backtrace: GetHandleVerifier [0x00CDA813+48355] (No symbol) [0x00C6C4B1] (No symbol) [0x00B75220] (No symbol) [0x00B688E2] (No symbol) [0x00B67138] (No symbol) [0x00B677AA] (No symbol) [0x00B703E5] (No symbol) [0x00B7C668] (No symbol) [0x00B7F566] (No symbol) [0x00B67BC3] (No symbol) [0x00B7C37A] (No symbol) [0x00BCC87D] (No symbol) [0x00BBA536] (No symbol) [0x00B982DC] (No symbol) [0x00B993DD] GetHandleVerifier [0x00F3AABD+2539405] GetHandleVerifier [0x00F7A78F+2800735] GetHandleVerifier [0x00F7456C+2775612] GetHandleVerifier [0x00D651E0+616112] (No symbol) [0x00C75F8C] (No symbol) [0x00C72328] (No symbol) [0x00C7240B] (No symbol) [0x00C64FF7] BaseThreadInitThunk [0x760E00C9+25] RtlGetAppContainerNamedObjectPath [0x779D7B1E+286] RtlGetAppContainerNamedObjectPath [0x779D7AEE+238]
Is there any solution for this? Thank you.
-> Here is the code: https://github.com/VQHieu1012/Issue.git selenium version 4.11.2 python version 3.10.7