Google's ReCaptcha Suddenly Stopped Working For All Sites - recaptcha

I've been using Google's Recaptcha in conjunction with Tectite FormMail on all of my sites and have noticed that it's suddenly stopped working on all sites.
I've checked the code and everything seems fine.
I've tried regenerating keys.
I'm using V2.0
Is any one aware of a problem with the recaptcha service and is there anywhere that you can check the status?

To address this problem, Tectite have released an updated version of Formmail - version 9.14 - and advise that the MAXSTRING setting be changed to 2048.

Related

Google Recaptcha - Safari browser getting 0.1 score

I have implemented Google Recaptcha V3 on my site login page, I am getting success status as true and score 0.9 in the Google Chrome browser.
But in the Safari browser, I am always getting a score of 0.1.
I am using this URL: https://www.google.com/recaptcha/api/siteverify from the server side for site verify.
How to overcome this issue with Safari and all browsers?
I having same problem, but can't find any help too. I think this is a problem with v3. In other similar problems that I found googling, one person told that is necessary some time for v3 to learning behavoir and automated tuning it. So, is necessary that your website goes live for some time to work correctly. And, he sugest to use v2 first and changing versions until all goes fine.

Unable to see Rendered messages in logs for Ruby on Rails 6.1

I have recently upgraded from Ruby on Rails from 5.2 to 6.1 . Everything works fine but i am unable to see the rendered messages in the logs. Not able to understand the reason and solution for this.
(I am not sure if i can mention the logs here because of company policies.)
The widgets and everything are rendering on the testing page but not able to see them in logs.

Recaptcha v3 issue

Suddenly Recaptcha V3 stopped working. I am getting error.
Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge..
But internet is fine. On investigation found that https://www.google.com/recaptcha/api2/api2/anchor?ar=1&k=6Lfe5HcUAAAAAGrF4-sXx5YFaoCETFY1qZ6V8pGM&co=aHR0cHM6Ly93d3cuaW50ZXJyYWlsLmV1OjQ0Mw..&hl=en-GB&v=NjbyeWjjFy97MXGZ40KrXu3v&size=invisible&cb=z9bncod50jz9
is throwing 404 error. This gets added by recaptcha js on the page. The strange thing is api2 is twice in the url, if I remove one it returns 200 and loads the recaptcha logo. https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lfe5HcUAAAAAGrF4-sXx5YFaoCETFY1qZ6V8pGM&co=aHR0cHM6Ly93d3cuaW50ZXJyYWlsLmV1OjQ0Mw..&hl=en-GB&v=NjbyeWjjFy97MXGZ40KrXu3v&size=invisible&cb=z9bncod50jz9
You might want to check that no 3rd party library or your own JavaScript files are fiddling with String.prototype. Some String methods have been added to the ECMAScript 2015 specification and old scripts are still containing these. Just search for occurrences of String.prototype. At least that fixed it for me.

Recaptcha 404s Errors

What could I do to try and troubleshoot a re-captcha that had previous been working but now returns a 404 when trying to access the javascript file.
I don't think it's a coding issue because they were up this afternoon.
For what it's worth both my sites using re-captcha have the same issue.
Thoughts?
I believe the reCaptcha service may be experiencing issues. I have multiple websites that are all receiving 404 errors. I know for sure at least 2 of them were working a couple of hours ago.
This is the error I am seeing:
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.google.com/recaptcha/api/js/recapcha_1-XXXXXXXX.js
I've also just found a few other posts with people experiencing the same issue.
It appears to be a global problem at the moment. Twitter feed for reCaptcha has many, many tweets.
For a quick fix, using Chrome's console I went to the "Sources" tab and edited the URL. Just change recapcha_1-XXXXXXXX.js to recapcha_ajax.js and save the change.
Please, make sure that you have version 2 in web config recaptcha api.
Version one doesn't run properly
add key="recaptchaApiVersion" value="2"

Google in-page analytics doesn't work in my ASP.NET MVC 3 Razor website

We've recently launched a new website http://atlascode.com and since the launch I've been unable to get in-page analytics working on the website. Google also claims that my tracking code is not working but I think this is a misnomer.
Whenever I attempt to load in-page analytics I receive the error:
We've identified problems in your setup. These may cause problems loading In-Page Analytics.
Your site doesn't load ga.js from Google.
If you host the Google tracking code on your own servers, it isn't updated automatically and can miss important changes.
We didn't find a tracking snippet on your site. In-Page Analytics cannot load. Please make sure you have tracking installed correctly. If your snippet is included in a separate JavaScript file, you'll have to manually check it is being loaded correctly.
-ENDS-
I've simply copy and pasted the tracking code on to the website and haven't done anything out of the ordinary. I've also checked to make sure that under Web Property Settings my Web property name and default URL is atlascode.com.
Any ideas you guys have really would be welcomed.
EDIT: Added screenshot of Google Analytics error http://min.us/mdqlrhj
Thanks in advance
Simon
Well there's whole buncha people in the web complaining about the same issue.
I've noticed something funny.
Most of developers love to exclude Analytics tracking code for logged in administrators and trying to check out In-Page Analytics while they're logged in. So there's really no any ga.js.
In my experience, this occurred when I hadn't set my default URL to exactly match the URL set in the profile.
Matt
P.S. Someone beat me to your source!
Got the same problem on Magento Enterprise, but solution was pretty simple: GA code just need to be placed before <head> tags. After this simple fix In-Page tracking works perfectly.
Update
Also, be sure you have no framekiller installed in your site.

Resources