Recaptcha: Unknown base64 encoding in racaptcha_en.js

Created on 19 Jun 2020  路  10Comments  路  Source: google/recaptcha

I'm getting an Unknown base64 encoding at char (the char shown varies) while using the following code:


grecaptcha.ready(function() {
    grecaptcha.execute(<valid_key>, {action: <action_string}).then(function(token) {
        ...
    });
});

This worked up until this week. What do I need to fix it?

question widget

All 10 comments

Nobody getting the same error?

I'm seeing this in Firefox and the timing of the issue report correlates to some major CSS issues that showed up on our site in the past week.

image

image

For us I believe this is occurring in an iframe which is explicitly different origin than the main frame for sandbox purposes. There is not much I can think to do other than disable recaptcha since the call stack originates in the recaptcha script:

image

I'm getting the exact same thing, but I am not using iframes nor do i have a anything from different origins. When I first activated recaptcha, I didn't have any issues. It started after a week or so using it.

We're seeing the same issue. @edwolfe3 did you get it resolved, or did you stop using recaptcha?

Unfortunately, no.

I'm experiencing this issue as well. We're using reCAPTCHA v2 in "invisible" mode. The error does not occur on the latest Chrome (on Ubuntu 18.0x), but is a show-stopper in Firefox for me.

Same sad experience.

Same here.

image

hi
i am not sure but it looks like installing "Enable jQuery Migrate
Helper" to my WP site suffering
this problem solved it.
regards,
s
----- Message from JoppeDC notifications@github.com ---------
Date: Tue, 01 Dec 2020 00:47:31 -0800
From: JoppeDC notifications@github.com
Reply-To: google/recaptcha
reply@reply.github.com
Subject: Re: [google/recaptcha] Unknown base64 encoding in
racaptcha_en.js (#392)
To: google/recaptcha recaptcha@noreply.github.com
Cc: SandorDobos dbs.sndr@gmail.com, Comment
comment@noreply.github.com

Safari is working for me, but chrome (86.0.4240.198) is not working.
Same issue on the JS file. Did anyone figure out a solution?

--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/google/recaptcha/issues/392#issuecomment-736318130

----- End message from JoppeDC notifications@github.com -----

--
Dobos S谩ndor

Was this page helpful?
0 / 5 - 0 ratings

Related issues

edwardsmarkf picture edwardsmarkf  路  5Comments

crobinson42 picture crobinson42  路  4Comments

apriebe picture apriebe  路  7Comments

galford-tillster picture galford-tillster  路  5Comments

rishisattoor picture rishisattoor  路  14Comments