We’ll need to see ((trace logs)) that include any issues communicating with NZBVortex. From what I remember Sonarr should re authenticate if the session with NZBVortex times out, though it’s been some time since it was added.
17-10-26 14:53:18.6|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0
17-10-26 15:04:33.8|Warn|HttpClient|HTTP Error - Res: [GET] https://localhost:4321/api/nzb?groupName=TV%20Shows&limitDone=30&sessionid=92FEAFE7-7F90-4262-821A-321DEC221729: 403.Forbidden
{"result":"not_logged_in"}
17-10-26 15:04:34.0|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZB Vortex Downloader
[v2.0.0.4949] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to NZBVortex, please check your settings ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [https://localhost:4321/api/nzb?groupName=TV%20Shows&limitDone=30&sessionid=92FEAFE7-7F90-4262-821A-321DEC221729]
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00129] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:98
at NzbDrone.Core.Download.Clients.NzbVortex.NzbVortexProxy.ProcessRequest[T] (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, System.Boolean requiresAuthentication, NzbDrone.Core.Download.Clients.NzbVortex.NzbVortexSettings settings) [0x0000e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\NzbVortex\NzbVortexProxy.cs:136
--- End of inner exception stack trace ---
at NzbDrone.Core.Download.Clients.NzbVortex.NzbVortexProxy.ProcessRequest[T] (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, System.Boolean requiresAuthentication, NzbDrone.Core.Download.Clients.NzbVortex.NzbVortexSettings settings) [0x000b4] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\NzbVortex\NzbVortexProxy.cs:163
at NzbDrone.Core.Download.Clients.NzbVortex.NzbVortexProxy.GetQueue (System.Int32 doneLimit, NzbDrone.Core.Download.Clients.NzbVortex.NzbVortexSettings settings) [0x00046] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\NzbVortex\NzbVortexProxy.cs:103
at NzbDrone.Core.Download.Clients.NzbVortex.NzbVortex.GetItems () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\NzbVortex\NzbVortex.cs:50
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:89
17-10-26 15:06:04.5|Warn|HttpClient|HTTP Error - Res: [GET] https://localhost:4321/api/nzb?groupName=TV%20Shows&limitDone=30&sessionid=92FEAFE7-7F90-4262-821A-321DEC221729: 403.Forbidden
{"result":"not_logged_in"}
17-10-26 15:06:04.7|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from NZB Vortex Downloader
[v2.0.0.4949] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to NZBVortex, please check your settings ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [https://localhost:4321/api/nzb?groupName=TV%20Shows&limitDone=30&sessionid=92FEAFE7-7F90-4262-821A-321DEC221729]
a
Here is the log entry. I’m not sure what I did but for a while it was working fine again, and then it failed and now is still in a failed state. I’m going to try restarting Sonarr to see if that temporarily clears it, but here is the first log entry when it failed again. Trace was turned on to my knowledge.
I’m looking for more of the log, which includes the error, plus the log leading up to it (and after). It looks like this log snippet shows a successful request.