1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated for Download Client backoff logic

Taloth 2017-05-27 20:06:58 +02:00
parent 0aa62a167d
commit 0582571ab6

@ -42,6 +42,15 @@ If you already have a download client installed, you should configure Sonarr to
Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.
#### Download clients are unavailable due to failure ####
One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones.
However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.
You should inspect System->Logs to see what the reason is for the failures.
If you no longer use this download client, disable it in Sonarr to prevent the errors.
#### Enable Completed Download Handling or configure Drone Factory ####
Sonarr requires Completed Download Handling or a properly configured Drone Factory to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.