Can't import current library auto or manual

There Was An Error Searching For ‘Arrow’.
If the series title contains non-alphanumeric characters try removing them, otherwise try your search again later.

New setup on qnap to replace sickbeard… Link to SABnzbd ok but can’t connect to pushover or downloader or import my library which is on the same device.

Help please

We need some additional information:

Sonarr version (exact version):
Mono version (if Sonarr is not running on Windows):
OS:
Debug logs:
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here. Post in .txt not .doc, .rtf or some other formatted document)

Version
2.0.0.5163
Mono Version
5.10.0.160

18-4-5 03:20:32.2|Error|SceneMappingService|Failed to Update Scene Mappings

[v2.0.0.5163] System.Net.WebException: DNS Name Resolution Failure: 'services.sonarr.tv'
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0013d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:79 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:119 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:55 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:220 
  at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:225 
  at NzbDrone.Core.DataAugmentation.Scene.SceneMappingProxy.Fetch () [0x0001b] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\DataAugmentation\Scene\SceneMappingProxy.cs:29 
  at NzbDrone.Core.DataAugmentation.Scene.ServicesProvider.GetSceneMappings () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\DataAugmentation\Scene\ServicesProvider.cs:16 
  at NzbDrone.Core.DataAugmentation.Scene.SceneMappingService.UpdateMappings () [0x00028] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\DataAugmentation\Scene\SceneMappingService.cs:152 

18-4-5 03:22:29.9|Info|RssSyncService|Starting RSS Sync
18-4-5 03:22:30.0|Warn|FetchAndParseRssService|No available indexers. check your configuration.
18-4-5 03:22:30.1|Info|DownloadDecisionMaker|No results found
18-4-5 03:22:30.1|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
18-4-5 03:37:42.4|Info|RssSyncService|Starting RSS Sync
18-4-5 03:37:42.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
18-4-5 03:37:42.6|Info|DownloadDecisionMaker|No results found
18-4-5 03:37:42.7|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
18-4-5 03:52:52.8|Info|RssSyncService|Starting RSS Sync
18-4-5 03:52:52.9|Warn|FetchAndParseRssService|No available indexers. check your configuration.
18-4-5 03:52:53.0|Info|DownloadDecisionMaker|No results found
18-4-5 03:52:53.0|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
18-4-5 04:08:00.7|Info|RssSyncService|Starting RSS Sync
18-4-5 04:08:00.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
18-4-5 04:08:00.9|Info|DownloadDecisionMaker|No results found
18-4-5 04:08:00.9|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
18-4-5 04:23:10.5|Info|RssSyncService|Starting RSS Sync
18-4-5 04:23:10.6|Warn|FetchAndParseRssService|No available indexers. check your configuration.
18-4-5 04:23:10.6|Info|DownloadDecisionMaker|No results found
18-4-5 04:23:10.6|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
18-4-5 04:30:15.0|Warn|Sabnzbd|Couldn't get download queue. Unable to connect to SABnzbd, please check your settings

[v2.0.0.5163] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://192.168.1.77:8800/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000d1] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net.Sockets/Socket.cs:879 
  at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0019b] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/WebConnection.cs:187 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00065] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/HttpWebRequest.cs:1033 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/HttpWebRequest.cs:1045 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000f6] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:63 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0019e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:91 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:119 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:55 
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:178 
   --- End of inner exception stack trace ---
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0003a] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:186 
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:104 
  at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:57 

18-4-5 04:30:18.3|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sabnzb

[v2.0.0.5163] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://192.168.1.77:8800/api?mode=history&start=0&limit=30&category=tv&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000d1] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net.Sockets/Socket.cs:879 
  at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0019b] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/WebConnection.cs:187 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00065] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/HttpWebRequest.cs:1033 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/HttpWebRequest.cs:1045 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000f6] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:63 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0019e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:91 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:119 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:55 
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:178 
   --- End of inner exception stack trace ---
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0003a] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:186 
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetHistory (System.Int32 start, System.Int32 limit, System.String category, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0004a] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:120 
  at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetHistory () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:117 
  at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+<GetItems>d__8.MoveNext () [0x0001f] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:194 
  at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x0008b] in <9bd9e84059c24be09437dbac9a8cdbcc>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00011] in /SRC/mono-5.10.0.160/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30 
  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 

18-4-5 04:31:45.3|Warn|Sabnzbd|Couldn't get download queue. Unable to connect to SABnzbd, please check your settings

[v2.0.0.5163] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://192.168.1.77:8800/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000d1] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net.Sockets/Socket.cs:879 
  at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0019b] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/WebConnection.cs:187 
   --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00065] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/HttpWebRequest.cs:1033 
  at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /SRC/mono-5.10.0.160/mcs/class/System/System.Net/HttpWebRequest.cs:1045 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000f6] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:63 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0019e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:91 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:119 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Http\HttpClient.cs:55 
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:178 
   --- End of inner exception stack trace ---
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0003a] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:186 
  at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetQueue (System.Int32 start, System.Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00033] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:104 
  at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetQueue () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:57 

18-4-5 04:31:46.2|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Sabnzb

System.Net.WebException: DNS Name Resolution Failure: 'services.sonarr.tv'
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0015e] in <6d548036160a49ed8e2657c617163f50>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <6d548036160a49ed8e2657c617163f50>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in <6d548036160a49ed8e2657c617163f50>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <6d548036160a49ed8e2657c617163f50>:0 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in <6d548036160a49ed8e2657c617163f50>:0 
  at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <6d548036160a49ed8e2657c617163f50>:0 
  at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x0006c] in <9b8bbe29888f49229914613e26af4aa5>:0 
  at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00016] in <9b8bbe29888f49229914613e26af4aa5>:0 
  at NzbDrone.Core.Update.InstallUpdateService.Execute (NzbDrone.Core.Update.Commands.ApplicationUpdateCommand message) [0x00016] in <9b8bbe29888f49229914613e26af4aa5>:0 
  at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in <9b8bbe29888f49229914613e26af4aa5>:0 
  at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
  at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0003e] in <8d4a9b6d2bbc4806ab6b48d381664711>:0 
  at (wrapper delegate-invoke) System.Action`4[System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,System.Object,NzbDrone.Core.Messaging.Commands.CommandModel].invoke_void_T1_T2_T3_T4(System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
  at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
  at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <9b8bbe29888f49229914613e26af4aa5>:0

Looks like a problem with DNS.

Sonarr can’t connect to SABnzbd either, though that appears to be because SAB isn’t running or a firewall is blocking it.

Sab and sickbeard are rerunning ok on this qnap… And other online activity I havn’t got any dns issues in the system so why with this?

This thread might be of some help:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.