Tyrrrz / YoutubeExplode

Abstraction layer over YouTube's internal API
MIT License
2.95k stars 493 forks source link

GetVideoMediaStreamInfosAsync returns null MediaStream #209

Closed darkdoctor closed 5 years ago

darkdoctor commented 5 years ago

Greetings,

Today I am facing an issue to get MediaStreams from GetVideoMediaStreamInfosAsync. I am getting as a result a NULL Pointer.

Tried with several videos, same result.

Please delete this thread, it was the DEBUG Intellisense that was giving me the reuslt as null.

Tyrrrz commented 5 years ago

It can't return null under any condition 😛 https://github.com/Tyrrrz/YoutubeExplode/blob/99ccc00a2731ca72dd791a7c6d4bb9f2c61e4823/YoutubeExplode/YoutubeClient.Video.cs#L270

vuongtranplus commented 5 years ago

I also face the same mistake today

Tyrrrz commented 5 years ago

You're probably thinking of #229 ?

vuongtranplus commented 5 years ago

You're probably thinking of #229 ?

Many thanks for that quick response.