How do you retry a request on proxy ban without restarting the entire script? #1160
Closed
frozen-cdn
started this conversation in
General
Replies: 1 comment
-
I really think you need to stop using free low quality proxies if you're encountering this issue. Once a proxy is assigned to a bot, it is locked there until the bot processes the entire data line and exits with a given status, a bot cannot fetch a new proxy from the pool without ending the script at the moment. I don't think this will change anytime soon. |
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.
-
A big annoyance I am encountering is, let's say a simple script sends 3 requests and keychecks. Often times the proxy lets you have ONE query for free, so it goes as intended on the first request - but then on Request 2, it fails with whatever jibberish the proxy spits out, and then receives the BAN status. Problem is, the next attempt - the same thing happens. It starts from Request 1 again, and then uses up it's Request, and thus the cycle continues until a better proxy is discovered
How can you retry same request on Ban without full script restart?
Beta Was this translation helpful? Give feedback.
All reactions