ERR_EMPTY_RESPONSE when running multiple instances of the main script #3775
-
Hi everyone
If I run this file with
seleniumbase returns the typical page of The server where it's been run has 64 cores and 128Gb of RAM, so resources should not be the problem. Any insights, best practices, or tips would be greatly appreciated. Thanks in advice |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can't mix Also, you may want to try things without setting a proxy. |
Beta Was this translation helpful? Give feedback.
You can't mix
execute_cdp_cmd
with CDP Mode, asexecute_cdp_cmd
is WebDriver-based, and CDP Mode is CDP-based. Two very different APIs. If you're using CDP Mode, see this example for changing timezone/geolocation:Also, you may want to try things without setting a proxy.