Your ReCaptcha response was not correct. Please try again.

Message boards : Bug tracker : Your ReCaptcha response was not correct. Please try again.

To post messages, you must log in.

AuthorMessage
d_worms

Send message
Joined: 11 Sep 17
Posts: 3
Credit: 5,824,437
RAC: 0
   
Message 1494 - Posted: 28 Jan 2021, 2:39:29 UTC

ReCaptcha is not working I'm unable to create/edit Profile maybe its time to update it, oh and yes I dit tick the box




link to website www.whocalledmeoz.info
ID: 1494 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Richard Sun
Avatar

Send message
Joined: 6 Apr 21
Posts: 6
Credit: 418,921,944
RAC: 0
   
Message 1499 - Posted: 7 Apr 2021, 18:29:52 UTC - in response to Message 1494.  

Any update here? I'm having the exact same issue.
ID: 1499 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Richard Sun
Avatar

Send message
Joined: 6 Apr 21
Posts: 6
Credit: 418,921,944
RAC: 0
   
Message 1500 - Posted: 7 Apr 2021, 18:34:06 UTC - in response to Message 1499.  

I've tried Chrome, Firefox, Chromium Edge, with Incognito/inPrivate windows, etc. puzzled what I'm doing wrong.
ID: 1500 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
ANCHULA-MARK

Send message
Joined: 27 Jan 21
Posts: 1
Credit: 116,215
RAC: 0
  
Message 1524 - Posted: 12 Jun 2021, 9:15:04 UTC

Still not working
ID: 1524 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
CDaniel Key

Send message
Joined: 29 Apr 21
Posts: 1
Credit: 123,051
RAC: 0
  
Message 1528 - Posted: 5 Jul 2021, 20:38:20 UTC

Same problem, I can see for example COVID program not working at all..
hello
ID: 1528 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
ecigator

Send message
Joined: 23 Aug 20
Posts: 2
Credit: 102,543
RAC: 0
  
Message 1620 - Posted: 18 Aug 2022, 7:51:45 UTC - in response to Message 1494.  

same problem here!
ID: 1620 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Austin Lepri

Send message
Joined: 25 Feb 20
Posts: 1
Credit: 359,385,534
RAC: 0
   
Message 1622 - Posted: 4 Sep 2022, 2:44:16 UTC

This has been an ongoing issue for me as well, even through the present. I check every so often.
ID: 1622 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Tommy Owens

Send message
Joined: 14 Aug 22
Posts: 5
Credit: 534,125,479
RAC: 498,187
    
Message 1649 - Posted: 6 Mar 2023, 5:37:33 UTC

Has anyone found a workaround for this problem?

Notice: Undefined index: g-recaptcha-response in 
/home/boincadm/boinc/amicable/html/inc/recaptchalib.php on line 49
ID: 1649 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Tommy Owens

Send message
Joined: 14 Aug 22
Posts: 5
Credit: 534,125,479
RAC: 498,187
    
Message 1650 - Posted: 6 Mar 2023, 5:37:49 UTC

Has anyone found a workaround for this problem?

Notice: Undefined index: g-recaptcha-response in 
/home/boincadm/boinc/amicable/html/inc/recaptchalib.php on line 49
ID: 1650 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Laurent Lyaudet

Send message
Joined: 22 Mar 23
Posts: 25
Credit: 78,705,097
RAC: 148,910
    
Message 1662 - Posted: 24 Apr 2023, 22:23:03 UTC

Hello :)
I have the same problem.
ID: 1662 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Laurent Lyaudet

Send message
Joined: 22 Mar 23
Posts: 25
Credit: 78,705,097
RAC: 148,910
    
Message 1663 - Posted: 24 Apr 2023, 22:48:28 UTC

Problem solved :)
Hint : search Google Recaptcha and JS dynamic loading.
The webpage is missing the script tag to load Google recaptcha.
ID: 1663 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Eonuzex
Avatar

Send message
Joined: 3 May 23
Posts: 8
Credit: 220,515,097
RAC: 1,945,402
    
Message 1668 - Posted: 4 May 2023, 19:50:52 UTC - in response to Message 1663.  

I'm sorry to bother you on an old thread, but I am trying to change my profile and the reCAPTCHA doesn't load in.
I did a lot of research and fiddling around but I am unsure how to properly get the captcha to work. I can get it to show up and everything
by using another projects script for it and injecting it. But it won't verify so I am doing something wrong.
Just wanting to update my profile but this is all types of confusing.

If possible in your own time could you explain in detail what you need to do to get the reCAPTCHA to show up and work.
Hope this is the right place to post.

Thanks
ID: 1668 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Laurent Lyaudet

Send message
Joined: 22 Mar 23
Posts: 25
Credit: 78,705,097
RAC: 148,910
    
Message 1669 - Posted: 6 May 2023, 15:45:15 UTC - in response to Message 1668.  

Hello,

SPOILER FOR EVERYONE : try by yourself with the hints above first :)
I did the following :

The doc for the missing script is here :
https://developers.google.com/recaptcha/docs/display?hl=fr

You need to use the dev tools of your webbrowser and execute this JS :
let scriptElement = document.createElement("script");
scriptElement.setAttribute("src", "https://www.google.com/recaptcha/api.js");
document.body.appendChild(scriptElement);

It will append the missing script tag and load the JS from Google Recaptcha.
Everything afterward worked for me.
> "I can get it to show up and everything by using another projects script for it and injecting it. But it won't verify so I am doing something wrong."
If you told the truth, I don't see what my solution will bring above what you tried.
Let us know if it worked for you.

Best regards,
Laurent Lyaudet
ID: 1669 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Eonuzex
Avatar

Send message
Joined: 3 May 23
Posts: 8
Credit: 220,515,097
RAC: 1,945,402
    
Message 1670 - Posted: 7 May 2023, 8:44:35 UTC - in response to Message 1669.  
Last modified: 7 May 2023, 8:45:25 UTC

Thanks so much man. That worked. I haven't had a lot of practice with dev tools. And wasn't getting it to work right till you posted this.

Eonuzex
ID: 1670 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Sergei Chernykh
Project administrator
Project developer

Send message
Joined: 5 Jan 17
Posts: 506
Credit: 72,451,573
RAC: 0
   
Message 1671 - Posted: 7 May 2023, 14:48:45 UTC - in response to Message 1669.  

Thanks for the hint, I've added https://www.google.com/recaptcha/api.js to the page template.
ID: 1671 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Laurent Lyaudet

Send message
Joined: 22 Mar 23
Posts: 25
Credit: 78,705,097
RAC: 148,910
    
Message 1672 - Posted: 7 May 2023, 16:57:10 UTC - in response to Message 1670.  

You're welcome :)
ID: 1672 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Laurent Lyaudet

Send message
Joined: 22 Mar 23
Posts: 25
Credit: 78,705,097
RAC: 148,910
    
Message 1673 - Posted: 7 May 2023, 16:58:10 UTC - in response to Message 1671.  

You're welcome :) Glad I could help. Now nobody will have to use dev tools for that anymore :)
ID: 1673 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote

Message boards : Bug tracker : Your ReCaptcha response was not correct. Please try again.


©2024 Sergei Chernykh