|
|
|
@ -105,15 +105,6 @@ namespace NzbDrone.Core.Download
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
//TODO: Make this more configurable (ignore failure reasons) to support changes and other failures that should be ignored
|
|
|
|
|
if (!trackedDownload.DownloadItem.Message.IsNullOrWhiteSpace() &&
|
|
|
|
|
trackedDownload.DownloadItem.Message.Equals("Unpacking failed, write error or disk is full?",
|
|
|
|
|
StringComparison.InvariantCultureIgnoreCase))
|
|
|
|
|
{
|
|
|
|
|
UpdateStatusMessage(trackedDownload, LogLevel.Error, "Download failed due to lack of disk space, not blacklisting.");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (FailedDownloadForRecentRelease(downloadClient, trackedDownload, grabbedItems))
|
|
|
|
|
{
|
|
|
|
|
_logger.Debug("[{0}] Recent release Failed, do not blacklist.", trackedDownload.DownloadItem.Title);
|
|
|
|
|