Clicking the "I am not Robot" checkbox returning 400.

408 views
Skip to first unread message

shekhar...@sprinklr.com

unread,
Nov 6, 2015, 3:46:40 AM11/6/15
to reCAPTCHA
Hi, I am using recaptcha V2 in my application and it was working fine till yesterday, but suddenly from yesterday clicking the "I am not Robot" checkbox is returning 400 error, is there any change in the API I am not aware of.
I am attaching the screenshot error along, please respong ASAP.
Thanks 
Screen Shot 2015-11-06 at 2.12.01 PM.png

Recaptcha Captcha

unread,
Nov 6, 2015, 12:28:56 PM11/6/15
to reCAPTCHA
Hello,

Can you please provide more detail? What is the URL where this is happening?

Regards,

reCAPTCHA Support

--
You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+...@googlegroups.com.
To post to this group, send email to reca...@googlegroups.com.
Visit this group at http://groups.google.com/group/recaptcha.
For more options, visit https://groups.google.com/d/optout.



--
reCAPTCHA: stop spam, read books
http://www.google.com/recaptcha

shekhar...@sprinklr.com

unread,
Nov 9, 2015, 3:35:53 AM11/9/15
to reCAPTCHA
Hi, Thanks foe getting back. Here is the url where it's happening. https://getsatisfaction.com/getsatisfaction, you need to click on `Register` link on right side of the page to view the Modal which has Recaptcha in it. 

Recaptcha Captcha

unread,
Nov 10, 2015, 1:31:29 PM11/10/15
to reCAPTCHA
Hello,

The problem is that you are calling render twice on the same element in certain circumstances, so it's throwing an error. If you only render once the problems should go away.

Regards,

reCAPTCHA Support

Shekhar Dokania

unread,
Nov 10, 2015, 1:33:47 PM11/10/15
to reca...@googlegroups.com

Hi,  thanks for the response. Yeah i figures that out. But strangely I had that double render since a long time but it started breaking only recently. Wondering what could be the reason?

You received this message because you are subscribed to a topic in the Google Groups "reCAPTCHA" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/recaptcha/lWCI3qVL-mc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to recaptcha+...@googlegroups.com.

kiran atchyuta

unread,
Dec 21, 2015, 1:52:18 AM12/21/15
to reCAPTCHA

Hi,

I am using google recaptcha V1. It is working fine in google chrome but it is not working in firefox and internet explorer. In firefox and IE, it is reading instructions please enter... but it is not reading the actual captcha. But it is fine in chrome.

I am using the following jsp code.


<%@ page import="net.tanesha.recaptcha.ReCaptcha" %>
<%@ page import="net.tanesha.recaptcha.ReCaptchaFactory" %>
       
    <html>
      <body>
        <form action="login" method="post">
        <%
          ReCaptcha c = ReCaptchaFactory.newReCaptcha("6LeZ-RITAAAAAPCG3gxec1KZwARD1mNDqL6g87yb", "6LeZ-RITAAAAAP3z9p6AyDFcdoYlVl0EuZkbMGDy", false);
          out.print(c.createRecaptchaHtml(null, null));
          out.flush();
        %>
        <input type="submit" value="submit" />
        </form>
      </body>
    </html>

Please find the attached screen shot

Regards,
Atchyuta kiran

gal....@mail.huji.ac.il

unread,
Apr 9, 2016, 1:06:23 PM4/9/16
to reCAPTCHA
Hi, Can anyone help me solve this reCAPTCHA problem? I cannot use google scholar because the same 400 error... Thanks!
Reply all
Reply to author
Forward
0 new messages