Nope
How to ignoring proxy error?
-
Hello. I use about 50 proxies in my bot. However, sometimes the proxies have instant problems and the connection fails. In this case, the program gives an error and stops running. How can I solve this problem? Instead of stopping, the program may try to reconnect to the failed proxy or switch to the next proxy. How can I provide this?
-
@lacers123 Hello, personally I click on the small proxy triangle, which adds me an if else and in if I put fail and else continue. At each proxy in error it restarts the script with another proxy
-
@tanguy-dubreuil1 said in How to ignoring proxy error?:
Hello, personally I click on the small proxy triangle, which adds me an if else and in if I put fail and else continue. At each proxy in error it restarts the script with another proxy
It only opens an If block after clicking the triangle. Are you adding if and else to it?
-
No need for else, after the error message I just put a fail and the script continues and loads a new proxy
-
