title is in english, tvdbid is 358615, other titles work fine (even with id) any clue?
https://www.thetvdb.com/series/the-kimberley-cruise-australias-last-great-wilderness
Working fine for me, what do the debug logs show?
hi,
thanks for checking, i tried again and it is now working, previously the debug log showed the following:
SkyHookProxy Failed to read complete http response: Failed to read complete http response
digging deeper and doing a native call to the api (http://skyhook.sonarr.tv/v1/tvdb/shows/en/358615) the error was “id does not exist maybe it was removed”,
trace log showed this but other shows worked at the same time
19-1-24 18:05:50.2|Trace|Http|Req: 12757 [GET] /api/series/lookup?term=tvdb%3A358615
19-1-24 18:05:50.2|Trace|HttpClient|Req: [GET] http://skyhook.sonarr.tv/v1/tvdb/shows/en/358615
19-1-24 18:05:50.2|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
19-1-24 18:05:51.9|Warn|SkyHookProxy|Failed to read complete http response
[v2.0.0.5252]
System.Net.WebException: Failed to read complete http response ---> System.Net.WebException: Error getting response stream (ReadAsync): ReceiveFailure Value cannot be null. Parameter name: src ---> System.ArgumentNullException: Value cannot be null. Parameter name: src at System.Net.HttpWebRequest+<RunWithTimeoutWorker>d__244`1[T].MoveNext () [0x000ba] in <a360a10e096b4659a9142a244ddaea3e>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <b0e1ad7573a24fd5a9f2af9595e677e7>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <b0e1ad7573a24fd5a9f2af9595e677e7>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <b0e1ad7573a24fd5a9f2af9595e677e7>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <b0e1ad7573a24fd5a9f2af9595e677e7>:0 at System.Net.WebResponseStream+<ReadAsync>d__48.MoveNext () [0x00253] in <a360a10e096b4659a9142a244ddaea3e>:0 --- End of inner exception stack trace --- at System.Net.WebConnectionStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00077] in <a360a10e096b4659a9142a244ddaea3e>:0 at System.IO.Compression.DeflateStreamNative.UnmanagedRead (System.IntPtr buffer, System.Int32 length) [0x00027] in <a360a10e096b4659a9142a244ddaea3e>:0 at System.IO.Compression.DeflateStreamNative.UnmanagedRead (System.IntPtr buffer, System.Int32 length, System.IntPtr data) [0x00019] in <a360a10e096b4659a9142a244ddaea3e>:0 at (wrapper managed-to-native) System.IO.Compression.DeflateStreamNative.ReadZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,intptr,int) at System.IO.Compression.DeflateStreamNative.ReadZStream (System.IntPtr buffer, System.Int32 length) [0x00000] in <a360a10e096b4659a9142a244ddaea3e>:0 at System.IO.Compression.DeflateStream.ReadInternal (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00027] in <a360a10e096b4659a9142a244ddaea3e>:0 at System.IO.Compression.DeflateStream.Read (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00071] in <a360a10e096b4659a9142a244ddaea3e>:0 at System.IO.Compression.GZipStream.Read (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00006] in <a360a10e096b4659a9142a244ddaea3e>:0 at NzbDrone.Common.Extensions.StreamExtensions.ToBytes (System.IO.Stream input) [0x0001c] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Extensions\StreamExtensions.cs:13 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001e6] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:109 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f2] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:113 at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in C:\BuildAgent\work\5d7581516c0ee5b3\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 C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:121 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:57 at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:264 at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:269 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:40 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewSeries (System.String title) [0x00071] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:79
working ok now! one of those things i suppose!!??
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.