-
Notifications
You must be signed in to change notification settings - Fork 302
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
YouTube embed asks for consent #326
Comments
It doesn't yet redirect us to the consents, see debugger. Also cannot repeat in on local host. In any case, Iframely supports working directly with YouTube gdata API, and you should use it too. Get your SDK key from Google and configure it in your local config file as |
Thank you. I was running an old version with an even older config. Thanks for your quick response! Fixed |
Sorry, to bug you again. I've exactly the issue described above, on all my EU instances. The same version hosted on US servers still works as intended. I guess the only workaround for me is to get a Youtube API key. EDIT: Using an API token works fine. |
Alright, thanks @marwonline for EU servers hint. I'll make it a sticky issue. Here's the alternative fix you can apply to your Iframely instance: |
I have the same issue. I added the Google API key but on some api calls it's working, on others I have the same error as @BabyDino.
But in, it does not work, the console output is:
And the call to
|
There are two URLs running in your log. One is for https://youtube.com - root, and it's understandable. We do The second one is the video redirects indeed. It is only possible if HTMLParser plugin is used on that URL, e.g. by referring to |
You are a life saver 😄 |
Hello guys. I have exactly the same issue with Google Maps. Setup was done according to the tutorial. Without any API key, I was unable to embed YouTube. After creating an API key with YouTube API's enabled, YouTube embedding started working. Unfortunately cannot say the same for Google Maps. I've assigned the same key Maps Embed API, but didn't help. Has somebody developed a fix for this already? |
@hondem this issue is now closed and it's probably worth submitting a new one for Google Maps. Please include the console log from your local instance to see the html redirect if any. |
Hi all,
Suddenly we get the following error on youtube embeds:
The debug output is:
Googling this issue does not provide any hits. Anyone with a solution?
The text was updated successfully, but these errors were encountered: