DetailedDescription="Drone is unable to connect to Deluge using SSL. This problem could be computer related. Please try to configure both drone and Deluge to not use SSL."
returnnewNzbDroneValidationFailure("UseSsl","Unable to connect through SSL")
};
{
default:
DetailedDescription="Drone is unable to connect to Deluge using SSL. This problem could be computer related. Please try to configure both drone and Deluge to not use SSL."
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Sabnzbd)","Migrating-to-Completed-Download-Handling#sabnzbd-enable-completed-download-handling");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Sabnzbd)","Migrating-to-Completed-Download-Handling#sabnzbd-enable-completed-download-handling");
}
}
else if (downloadClients.All(v=>v.downloadClientisNzbget))
if (downloadClients.All(v=>v.downloadClientisNzbget))
{
{
// With Nzbget we can check if the category should be changed.
// With Nzbget we can check if the category should be changed.
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Nzbget)","Migrating-to-Completed-Download-Handling#nzbget-enable-completed-download-handling");
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible (Nzbget)","Migrating-to-Completed-Download-Handling#nzbget-enable-completed-download-handling");
}
}
else
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible","Migrating-to-Completed-Download-Handling");
{
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"Enable Completed Download Handling if possible","Migrating-to-Completed-Download-Handling");