Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed HTTP POST error 403 on Google Chrome 88 #61

Open
carlosnasillo opened this issue Jan 24, 2021 · 1 comment
Open

Embed HTTP POST error 403 on Google Chrome 88 #61

carlosnasillo opened this issue Jan 24, 2021 · 1 comment
Labels

Comments

@carlosnasillo
Copy link

This issue only seems to occur with Google Chrome ~88.

The embed frame opens fine and displays the preview image of the video. but on pressing play the following is logged to console.

POST https://www.youtube.com/youtubei/v1/player?key=<XXXX> 403 - base.js:8135

This is the current init

<script>
    $(".js-modal-btn").modalVideo({
        channel: 'youtube',
        youtube: {
            origin: "https://example.com",
            enablejsapi: 1,
            wmode: 'transparent',
        }
    });
</script>

Disabled adblockers, etc nothing seems to fix it.
Interestingly enough it works fine on Safari and Firefox.
Any ideas?

@uidev1116
Copy link

@carlosnasillo
Hi! Sorry, I don't know why logged to console. This log won't happen.
Maybe caouse is not modal-video, but youtube or chrome. So, It can't be fixed.

Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants