anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 233 forks source link

400 response from google. #56

Closed raysn0w closed 7 years ago

raysn0w commented 7 years ago

Hi,

Today without making any changes to the site I'm getting this response on the network console whenever I try to click the captcha:

<HTML>
<HEAD>
<TITLE>Bad Request</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Bad Request</H1>
<H2>Error 400</H2>
</BODY>
</HTML>

it's coming from recaptcha__es.js:236 if that helps.

Any ideas?

asadabbas88 commented 7 years ago

I am also getting 400 error with following trace:

cl @ recaptchaen.js:232 Dn @ recaptchaen.js:282 f.Mj @ recaptchaen.js:283 (anonymous) @ recaptchaen.js:190 ih @ recaptchaen.js:101 eh @ recaptchaen.js:102 (anonymous) @ recaptcha__en.js:100

and circle keeps on revolving .. can some one help on this?

raysn0w commented 7 years ago

I think this project may be dead.

asadabbas88 commented 7 years ago

@raysn0w So u found any workaround?

raysn0w commented 7 years ago

@asadabbas88 No sir!, I just disabled the package, still looking for something else.

da40 commented 7 years ago

I've tried using https://github.com/ARCANEDEV/noCAPTCHA instead, but it fails the same way. Maybe google have broken it by changing their JavaScript?

asadabbas88 commented 7 years ago

I found the issue .. In my case I was surrounding secret and site key with square brackets .. Once removed the square brackets it worked for me

raysn0w commented 7 years ago

@asadabbas88 Yep! worked here also, I wonder what changed, it was working before without issues.

Thanks!