Hi,
I would like to know answer to some questions about ReCaptcha Audio/ Associations please:
I see on Zennolab wiki for ReCaptcha2-Audio that "Changing proxy is obligatory as ReCaptcha denies access to audio file after recognizing 3-5 captchas from the same IP-address."
Does this still apply?
Does this affect ReCaptcha Associations too?
Also,
ReCaptcha also shows "Multiple correct solutions required - Please solve more"
Sometimes the ReCaptcha Association captcha shows but it automatically fails and CapMonster shows "Empty Answer" and the code in ZennoPoster fails. But this happens only 40-50% of the time for me.
I copy/pasted the code directly from the Wiki
I also increased tryRecognize to 4/5/6..10 but it "sometimes" fails automatically.
Is there something I am missing or something I do not understand about ReCaptcha?
Thanks in advance...
I would like to know answer to some questions about ReCaptcha Audio/ Associations please:
I see on Zennolab wiki for ReCaptcha2-Audio that "Changing proxy is obligatory as ReCaptcha denies access to audio file after recognizing 3-5 captchas from the same IP-address."
Does this still apply?
Does this affect ReCaptcha Associations too?
Also,
ReCaptcha also shows "Multiple correct solutions required - Please solve more"
Sometimes the ReCaptcha Association captcha shows but it automatically fails and CapMonster shows "Empty Answer" and the code in ZennoPoster fails. But this happens only 40-50% of the time for me.
I copy/pasted the code directly from the Wiki
I also increased tryRecognize to 4/5/6..10 but it "sometimes" fails automatically.
Код:
var tryRecognize = 3;
to
var tryRecognize = 4 or 5 or 6 ... and higher;
Thanks in advance...