Replies: 1 comment
-
Would be tricky to debug without the full script. It also sounds like you’re using plain UC Mode instead of CDP Mode. Try out the CDP Mode examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem. There is an array of links. I open a new SB session and follow the links. The script works. It collects the data I need. Sometimes a captcha appears, which is also successfully solved. But the problem occurs when I go to the next link. An empty window about:blank appears. And there is an endless loading. The parser freezes. And this happens randomly. Maybe 3rd link, maybe 15, maybe 22 etc. I checked if "about:blank" in current_url. It doesn't work. As far as I understand, the script doesn't go any further. I used sb.uc_open, sb.open, sb.driver.get, sb_open_with_reconnect. All delays are set wherever possible. Scrolls and clicks also seem to be designed adequately. Is this a block? I can't figure out what to do with it? Is there any way to reload the page when this situation occurs? Or maybe there is another solution?
Beta Was this translation helpful? Give feedback.
All reactions