YoutubeExplode: Library stopped working....

Since a few days ago my code just suddenly halts without returning any errors on the "var streamInfoSet = await ytClient.GetVideoMediaStreamInfosAsync(parsedVideoId);" command. Execution just never returns to the calling thread, ie. any and all of the commands following this await never executes…

Any ideas?

PS: At first I thought it could be because I was running it in multiple threads (think I tested 5 max at some stage), but even after bringing it back to just 1 thread, the issue persisted.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 19 (9 by maintainers)

Most upvoted comments

For me everything works fine, but DownloadMediaStreamAsync takes about a minute to download a video that’s only 2-3 minutes long. It worked fine just a few days ago.