How to get requests from Recaptcha. For example, the captcha is not solved {"errorId": 1, "errorCode": 16, "errorDescription": "ERROR_CAPTCHA_UNSOLVABLE"} and check this authentication and restart the captcha
For your second question read this post from @Fox ,
maybe its what you need. Its in Russian, but you can
use translator. There is an example script too >
If anyone has this problem add a HTTP client reset at the beginning of your script. HTTP client seems to get clogged at a certain point. Issue resolved.