I am not extremely familiar with JavaScript, so I'm having trouble sending captcha requests to the 2Captcha API. Is there an easier workaround for this? Or will I need to experiment with node modules? Please advise.
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.
Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved
@huntenkill said in [Recaptcha] - Browser sending automated packages:
Well,
Someone told me here once, that when you want to solve the captcha and Google recaptcha says you're sending automated packets that this can be solved with different fingerprints. Not sure if that is true, but would be nice to be able to beat recaptcha :- )
It's not true? Any other ideas to bypass that would be great.
I even get that when starting the bot and want to solve the captcha to login. Perhaps because of empty cache?
Automatic solution recaptcha? When is a check mark immediately put?