@DaHammer @m4zuper ,I got the Captcha to work, but how were you able to extract the data for email, phone, and text data? the Css values continue to change. (Im scraping craigslist jobs)
Hcaptcha Fails
-
Hello!
I am trying to solve hcaptcha from discord website.
But it doesn't work. I disabled the AjaxReCaptcha2 and have canvas enabled, but I think BAS is still trying to solve reCAPTCHA!
I use capmonster to solve it and it supports hcaptcha.I saw this response in dev console:
{"captcha_key": ["invalid-input-response"], "captcha_sitekey": "f5561ba9-....", "captcha_service": "hcaptcha"}Is there any workaround or a module for hcaptcha?
Thank you for helping!
-
@Skill said in Hcaptcha Fails:
Hello!
I am trying to solve hcaptcha from discord website.
But it doesn't work. I disabled the AjaxReCaptcha2 and have canvas enabled, but I think BAS is still trying to solve reCAPTCHA!
I use capmonster to solve it and it supports hcaptcha.I saw this response in dev console:
{"captcha_key": ["invalid-input-response"], "captcha_sitekey": "f5561ba9-....", "captcha_service": "hcaptcha"}Is there any workaround or a module for hcaptcha?
Thank you for helping!
BAS does not have a tool for solving hcaptcha
-
@Skill said in Hcaptcha Fails:
@Fox So I can not solve hcaptcha at all?
You can create an algorithm for solving this captcha yourself:
https://rucaptcha.com/api/solving_hcaptcha -
@Skill said in Hcaptcha Fails:
@Fox but isn't "invalid-input-response" an error from the site that uses the captcha? So its maybe bad configured or I don't know.
Like here: https://developers.google.com/recaptcha/docs/verify"hcaptcha" is not "recaptcha"