Sb_cdp with proxy / sb.get() not responding after some navigation #3943
-
Hello, Sorry for my previous post. I thought I was doing the right thing by shortening my code as much as possible to make it easier for you to reproduce the problem, but i must have given the impression that I was trying to attack or disrupt the same website with 100 requests. This is obviously not the purpose of my original code.
When i use the sb.get() function multiple times, after a certain number of times the function stops responding. URL : xxx To try to understand, I installed a VNC server inside the Docker container so that I could view what was happening on Google Chrome: I can still navigate in the browser window and change websites. The browser isn't crashing, but I have a feeling the communication with the script is broken. I don't meet any problem without using proxy, with the same code.
Could there be a bug with sb_cdp and using proxy? Is there a way around it? Thank you in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Due to the removal of the |
Beta Was this translation helpful? Give feedback.
Due to the removal of the
--load-extension
command-line switch in Google Chrome 137, if you have issues using a proxy in pure CDP Mode (viasb_cdp
), then you may need to switch to UC Mode + CDP Mode. There's some basic proxy functionality, but that might not work in extreme situations. Also, running in Docker is detectable, unless you know something I don't.