From ff885ab3bd7f48d65d3e7a282d57b66df57873d5 Mon Sep 17 00:00:00 2001 From: Marcelo Castagna Date: Fri, 9 Mar 2018 18:53:15 -0300 Subject: [PATCH] Fixed: Added errorcode 160 - Permission denied on FileStation for easier diagnostics --- .../Clients/DownloadStation/Responses/DiskStationError.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Download/Clients/DownloadStation/Responses/DiskStationError.cs b/src/NzbDrone.Core/Download/Clients/DownloadStation/Responses/DiskStationError.cs index d8ce31d71..edb82465b 100644 --- a/src/NzbDrone.Core/Download/Clients/DownloadStation/Responses/DiskStationError.cs +++ b/src/NzbDrone.Core/Download/Clients/DownloadStation/Responses/DiskStationError.cs @@ -47,6 +47,7 @@ namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses FileStationMessages = new Dictionary { + { 160, "Permission denied. Give your user access to FileStation."}, { 400, "Invalid parameter of file operation" }, { 401, "Unknown error of file operation" }, { 402, "System is too busy" },