Unable to solve Recaptcha callbacks of deezer with 2captcha

bishwasbh

Newbie
Joined
Dec 31, 2020
Messages
4
Reaction score
1
I am having issues with captcha callbacks. The site `deezer.com/en/login` is using captcha callbacks with `___grecaptcha_cfg.clients['0']['Z']['Z']['callback']` but it's not working. I am freaked out!

Actually I am trying to automate my accounts in `http://www.deezer.com/en/login`. And I got the sitekey inside their js: `6Lf4g34UAAAAAF2O2sScZKutelN7GM1FYVBmMom4`. But it isn't working when I insert the code inside the `<textarea> with id="g-recaptcha-response"`, and I clicked on Login with Python Selenium, but it is still poping the recaptch v2!
 
Back
Top