ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Resolved unknown download error if a podcast episode added to download list has gone from the feed #236

Closed ribbons closed 4 years ago

ribbons commented 4 years ago

If a podcast episode has been added to the download list but the download isn't attempted until later when it has gone from the podcast feed, the following exception will occur in the Podcast provider:

System.NullReferenceException
   at PodcastProvider.PodcastProvider.DownloadProgramme(String progExtId, String episodeExtId, ProgrammeInfo progInfo, EpisodeInfo epInfo, String finalName) in E:\Development\Radio Downloader\Providers\PodcastProvider\Classes\PodcastProvider.cs:line 394
   at RadioDld.DownloadHandler.DownloadProgThread() in E:\Development\Radio Downloader\Classes\DownloadHandler.cs:line 224