Issue with YoutubeExplode – Transcript Not Working on Live Server #4536
Replies: 1 comment
-
This is the Cake build system project, suggest you head over to https://github.com/Tyrrrz/YoutubeExplode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently using the YouTubeExplode NuGet package in my .NET 8 application to retrieve YouTube transcript data. Everything works perfectly in my local development environment, but I’m facing an issue when the same code is deployed to a live production server (IIS).
Specifically, the following line is throwing an exception:
var manifest = await youtube.Videos.ClosedCaptions.GetManifestAsync(videoId);
The error message is:
Video '{VideoId}' is not available.
Details:
This leads me to believe there may be an environmental or network-level issue, but I wanted to confirm:
Beta Was this translation helpful? Give feedback.
All reactions