Issue with YoutubeExplode – Transcript Not Working on Live Server #898
Unanswered
HarshDarjiHack
asked this question in
Q&A
Replies: 0 comments
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.
-
Dear Tyrrrz,
I hope this message finds you well.
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:
I would really appreciate any guidance you could provide to help me resolve this issue.
Thank you for your time and for providing such a useful library.
Beta Was this translation helpful? Give feedback.
All reactions