Jump to content

edmoisaa

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by edmoisaa

  1. 17 hours ago, aptalca said:

    Don't expect us to watch videos to figure out what you may or may not have done. Post what you did, your config, full logs, etc. and then we can try and figure what went wrong

    My indexer settings requires simply copying the torznab feed into the url and setting the pi key correctly (which was done). I have also currently tried changing ports removing letsencyrpt and resetting my containers (with no luck error still persists) so it has simply messed up my whole docker library. All tutorials for letsencrypt perform simple changes that just seem to work on their specific configs. This error also refers to connecting to a download client (in my case deluge) where a similar ReadDoneAsync2 error occurs also, so it is something with the sonarr.

     

    I cannot post the whole config for sonarr, however here is theerror, docker and sonarr indexer info:

     

    Error Log:

    19-3-28 15:41:43.0|Warn|Torznab|Unable to connect to indexer [v3.0.1.418] System.Net.WebException: Error getting response stream (ReadDoneAsync2): ReceiveFailure: 'http://192.168.1.135:9111/api/v2.0/indexers/ettv/results/torznab/api?t=caps&apikey=(removed) ---> System.Net.WebException: Error getting response stream (ReadDoneAsync2): ReceiveFailure at System.Net.WebResponseStream.InitReadAsync (System.Threading.CancellationToken cancellationToken) [0x000f3] in <f74b9f2fea8d47a7922726600e468191>:0 at System.Net.WebOperation.Run () [0x001d9] in <f74b9f2fea8d47a7922726600e468191>:0 at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <f74b9f2fea8d47a7922726600e468191>:0 at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <f74b9f2fea8d47a7922726600e468191>:0 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <f74b9f2fea8d47a7922726600e468191>:0 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:74 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001c3] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:102 at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:121 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:57 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:264 at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.FetchCapabilities (NzbDrone.Core.Indexers.Newznab.NewznabSettings indexerSettings) [0x0009a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Newznab\NewznabCapabilitiesProvider.cs:62 at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider+<>c__DisplayClass4_0.<GetCapabilities>b__0 () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Newznab\NewznabCapabilitiesProvider.cs:35 at NzbDrone.Common.Cache.Cached`1[T].Get (System.String key, System.Func`1[TResult] function, System.Nullable`1[T] lifeTime) [0x00069] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Cache\Cached.cs:81 at NzbDrone.Core.Indexers.Newznab.NewznabCapabilitiesProvider.GetCapabilities (NzbDrone.Core.Indexers.Newznab.NewznabSettings indexerSettings) [0x00020] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Newznab\NewznabCapabilitiesProvider.cs:35 at NzbDrone.Core.Indexers.Torznab.Torznab.get_PageSize () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Torznab\Torznab.cs:23 at NzbDrone.Core.Indexers.Torznab.Torznab.GetRequestGenerator () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\Torznab\Torznab.cs:27 at NzbDrone.Core.Indexers.HttpIndexerBase`1[TSettings].TestConnection () [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:334 19-3-28 15:41:43.0|Warn|SonarrErrorPipeline|Invalid request Validation failed: -- Unable to connect to indexer, check the log for more details

     

    1.thumb.png.9deab2e20984d7afd3fab3ba62c8ec9a.png2.thumb.png.0a3ed24befb5ee48810e65fe3a133a0f.png

     

     

  2. Good Evening,

     

    I am trying to get a reverse proxy to allow me to use sonarr and radarr from out of my lan. However, I can get the sonarr and radarr setup correctly, yet the connections to deluge and jackett fail.

     

    I am following this tutorial here: https://www.youtube.com/watch?v=I0lhZc25Sro

     

    and have included both deluge and jackett into the letsencrypt settings. Whenever I try to test an indexer i get an an ReadDoneAsync2 error:

     

    27425601_Screenshot2019-03-27at21_56_28.thumb.png.95985221f45b7994a73db662a43f41c9.png

     

    Any help would be appreciated as I have been trying to solve this for hours.

×
×
  • Create New...