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
I am very regularly getting this error followed immediately by a crash:
ERROR chromiumoxide::handler: WS Connection error: Ws(Io(Os { code: 10054, kind: ConnectionReset, message: "An existing connection was forcibly closed by the remote host." }))
The error doesn't seem to happen in headless mode
My BrowserLauncherConfig
let number = rand::thread_rng().next_u64();let config_builder = BrowserConfig::builder().chrome_executable(EXECUTABLE_PATH.get().unwrap()).launch_timeout(std::time::Duration::from_secs(20)).no_sandbox().request_timeout(std::time::Duration::from_secs(3_600)).enable_request_intercept().user_data_dir(BROWSER_PATH.join(format!(r"data-dir-{number}")));
The text was updated successfully, but these errors were encountered:
escritorio-gustavo
changed the title
Random crashes when not using headlessmode
Random crashes when not using headless mode
Feb 19, 2024
I am very regularly getting this error followed immediately by a crash:
The error doesn't seem to happen in headless mode
My
BrowserLauncherConfig
The text was updated successfully, but these errors were encountered: