Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. Error occurred while executing task RefreshSeries: Failed to read complete http response
  2.  
  3. Exception
  4. System.Net.WebException: Failed to read complete http response ---> System.IO.IOException: Corrupted data ReadInternal
  5. at System.IO.Compression.DeflateStreamNative.CheckResult (System.Int32 result, System.String where) [0x0008e] in <d2c057d9d34d4e029e580897bd60340c>:0
  6. at System.IO.Compression.DeflateStreamNative.ReadZStream (System.IntPtr buffer, System.Int32 length) [0x0000d] in <d2c057d9d34d4e029e580897bd60340c>:0
  7. at System.IO.Compression.DeflateStream.ReadInternal (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00027] in <d2c057d9d34d4e029e580897bd60340c>:0
  8. at System.IO.Compression.DeflateStream.Read (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00071] in <d2c057d9d34d4e029e580897bd60340c>:0
  9. at System.IO.Compression.GZipStream.Read (System.Byte[] array, System.Int32 offset, System.Int32 count) [0x00006] in <d2c057d9d34d4e029e580897bd60340c>:0
  10. at NzbDrone.Common.Extensions.StreamExtensions.ToBytes (System.IO.Stream input) [0x0001c] in <c1f685cfea004829ae7197374125cdfd>:0
  11. at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001dd] in <c1f685cfea004829ae7197374125cdfd>:0
  12. --- End of inner exception stack trace ---
  13. at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f7] in <c1f685cfea004829ae7197374125cdfd>:0
  14. at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <c1f685cfea004829ae7197374125cdfd>:0
  15. at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in <c1f685cfea004829ae7197374125cdfd>:0
  16. at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <c1f685cfea004829ae7197374125cdfd>:0
  17. at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in <c1f685cfea004829ae7197374125cdfd>:0
  18. at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <c1f685cfea004829ae7197374125cdfd>:0
  19. at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in <e8ad39d438bc4c448bfbd968b0f74ec6>:0
  20. at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (NzbDrone.Core.Tv.Series series) [0x0002b] in <e8ad39d438bc4c448bfbd968b0f74ec6>:0
  21. at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x00043] in <e8ad39d438bc4c448bfbd968b0f74ec6>:0
  22. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in <e8ad39d438bc4c448bfbd968b0f74ec6>:0
  23. 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)
  24. at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x00110] in <e3fb361e66bb4797b6f56fd88e04971e>:0
  25. 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)
  26. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <e8ad39d438bc4c448bfbd968b0f74ec6>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement