You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On November 1, 2025, my YouTube video player (Windows Forms, .NET, WebView2) program started displaying YouTube error 153. YouTube announced a change in July but it did not affect my program until November 1.
To solve YouTube YTPLAYER API Error 153, I did the following:
Added in the area of the HTML/Javascript string I passed into webView.NavigateToString(): <meta name="referrer" content="strict-origin-when-cross-origin">
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On November 1, 2025, my YouTube video player (Windows Forms, .NET, WebView2) program started displaying YouTube error 153. YouTube announced a change in July but it did not affect my program until November 1.
To solve YouTube YTPLAYER API Error 153, I did the following:
Added in the area of the HTML/Javascript string I passed into webView.NavigateToString():
<meta name="referrer" content="strict-origin-when-cross-origin">In my program, I added:
Beta Was this translation helpful? Give feedback.
All reactions