Message boards : Bug tracker : Your ReCaptcha response was not correct. Please try again.
Author | Message |
---|---|
d_worms Send message Joined: 11 Sep 17 Posts: 3 Credit: 5,824,437 RAC: 0 |
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 |
Richard Sun Send message Joined: 6 Apr 21 Posts: 6 Credit: 418,921,944 RAC: 0 |
Any update here? I'm having the exact same issue. |
Richard Sun Send message Joined: 6 Apr 21 Posts: 6 Credit: 418,921,944 RAC: 0 |
I've tried Chrome, Firefox, Chromium Edge, with Incognito/inPrivate windows, etc. puzzled what I'm doing wrong. |
ANCHULA-MARK Send message Joined: 27 Jan 21 Posts: 1 Credit: 116,215 RAC: 0 |
Still not working |
CDaniel Key Send message Joined: 29 Apr 21 Posts: 1 Credit: 123,051 RAC: 0 |
Same problem, I can see for example COVID program not working at all.. hello |
ecigator Send message Joined: 23 Aug 20 Posts: 2 Credit: 102,543 RAC: 0 |
same problem here! |
Austin Lepri Send message Joined: 25 Feb 20 Posts: 1 Credit: 359,385,534 RAC: 0 |
This has been an ongoing issue for me as well, even through the present. I check every so often. |
Tommy Owens Send message Joined: 14 Aug 22 Posts: 5 Credit: 918,093,965 RAC: 1,838,038 |
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 |
Tommy Owens Send message Joined: 14 Aug 22 Posts: 5 Credit: 918,093,965 RAC: 1,838,038 |
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 |
Laurent Lyaudet Send message Joined: 22 Mar 23 Posts: 32 Credit: 233,667,934 RAC: 1,677,622 |
Hello :) I have the same problem. |
Laurent Lyaudet Send message Joined: 22 Mar 23 Posts: 32 Credit: 233,667,934 RAC: 1,677,622 |
Problem solved :) Hint : search Google Recaptcha and JS dynamic loading. The webpage is missing the script tag to load Google recaptcha. |
Eonuzex Send message Joined: 3 May 23 Posts: 8 Credit: 572,893,532 RAC: 1,219,398 |
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 |
Laurent Lyaudet Send message Joined: 22 Mar 23 Posts: 32 Credit: 233,667,934 RAC: 1,677,622 |
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 |
Eonuzex Send message Joined: 3 May 23 Posts: 8 Credit: 572,893,532 RAC: 1,219,398 |
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 |
Sergei Chernykh Project administrator Project developer Send message Joined: 5 Jan 17 Posts: 534 Credit: 72,451,573 RAC: 0 |
Thanks for the hint, I've added https://www.google.com/recaptcha/api.js to the page template. |
Laurent Lyaudet Send message Joined: 22 Mar 23 Posts: 32 Credit: 233,667,934 RAC: 1,677,622 |
You're welcome :) |
Laurent Lyaudet Send message Joined: 22 Mar 23 Posts: 32 Credit: 233,667,934 RAC: 1,677,622 |
You're welcome :) Glad I could help. Now nobody will have to use dev tools for that anymore :) |
Message boards : Bug tracker : Your ReCaptcha response was not correct. Please try again.
©2024 Sergei Chernykh