aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Skip deleted videos in the playlist #155

Closed terrimorton closed 4 years ago

terrimorton commented 5 years ago

Currently, when a video in the YouTube playlist (https://www.youtube.com/watch?v=WmDXgO0f-MQ&list=PL1rZQsJPBU2StolNg0aqvQswETPcYnNKL) is deleted, the web app will fail with a 500 error and a null reference exception.

We need to skip deleted videos in the playlist.

hishamco commented 5 years ago

So that's why the 505 show up in the live.asp.net, nice catch