Can't get video in hosted env #931
Unanswered
GeorgiPopovIT
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.
-
When deployed my app in the cloud when I invoke var video = await youtubeClient.Videos.GetAsync(url);, I received VideoUnavailableException. Error fetching video for URL: https://www.youtube.com/watch?v=b9cwTqr1cKoYoutubeExplode.Exceptions.VideoUnavailableException: Video 'b9cwTqr1cKo' is not available.at YoutubeExplode.Videos.VideoController.GetVideoWatchPageAsync(VideoId videoId, CancellationToken cancellationToken) in //YoutubeExplode/Videos/VideoController.cs:line 82at YoutubeExplode.Videos.VideoClient.GetAsync(VideoId videoId, CancellationToken cancellationToken) in /_/YoutubeExplode/Videos/VideoClient.cs:line 37at YouTubeSummarizer.Tools.TranscriptTool.GetTranscriptAsync(String url) in ..... . If I run locally, it working fine and video exist. Can YouTube make something blocking?
Beta Was this translation helpful? Give feedback.
All reactions