Error 153 when Embedding Youtube Videos

I keep getting a video unplayable “Error 153” message when trying to embed a YouTube video.

I have tries the basic syntax :
![]()

iframe:
<iframe src="INSERT YOUR URL HERE"></iframe>

and the commnity plugin convert URL to preview all with the same result.

It seems like some other users have had this issue and the responses are “Well it works for me”. I’d appreciate some help on this matter. Thanks!

Can you share a few links, in a code block so others can check them? e.g.

```
![](https://www.youtube.com/watch?v=c5v4LJJkvUU)

![](https://www.youtube.com/watch?v=jfKfPfyJRdk)
```

Also, I marked your examples above as inline code (single backticks) so we can see them. Hope you don’t mind.

Not much help, I know, but I was following some YouTube channels on the Feedly RSS reader because it seemed to get me fewer ads, and the same thing happened there a couple of weeks ago

  • error 153 everywhere. Maybe it’s YouTube moving the goalposts?

Same is happening in my vault, every new and existing youtube embed is showing “Error 153: error of the video player configuration”.

Examples:

![](https://youtu.be/2NTKh_hLefQ?si=aMmaXi2YzrJTa8JR)
![https://youtu.be/mH0xsQAIWNk?si=nSdJHXg0OLhOdBMe](https://youtu.be/mH0xsQAIWNk?si=nSdJHXg0OLhOdBMe) 

Both of those are working on my end.

I have tried those too and it works for me. I’m on the Android version of Obsidian, if that helps. I will try it later on the computer to see what happens.

I’ve got the same problem, when I try to make an iframe with a youtube link it says error 153.
Some of my friend does not have this problem, I am the only one. If you managed to solve this problem please let me know how. I tired bunch of things like deliteng the cache, or disabiliting the youtube ad blocker but nothing.

What’s the output of show debug info?

Someone posted a possible solution here:

It’s in Japanese, but a quick translation:

Reason:

This is because Obsidian has a third-party cookie for the YouTube domain, which causes the error.

Workaround:

Open Chrome DevTools in Obsidian and delete your cookies.

  1. Launch Obsidian and open the (notebook) vault where the error appears.
  2. Open Chrome DevTools. Open the Application tab, expand Cookies, and right-click any YouTube cookies to select Clear.

Once the Cookies are cleared, you’re good to go. Close the note and reopen it, and the video thumbnail should appear.


I also suspect it may, in part, have to do with region/country/geo-locking for embeds, but that’s just a guess.

1 Like