Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. 18-9-14 16:27:21.9|Debug|Api|[GET] /api/calendar?start=2018-08-31&end=2018-09-28: 200.OK (60 ms)
  2. 18-9-14 16:28:10.3|Debug|Api|[GET] /api/series?sort_by=sortTitle&order=asc: 200.OK (335 ms)
  3. 18-9-14 16:28:11.5|Debug|Api|[GET] /api/profile: 200.OK (4 ms)
  4. 18-9-14 16:28:11.6|Debug|RootFolderService|Generating list of unmapped folders
  5. 18-9-14 16:28:11.7|Debug|RootFolderService|0 unmapped folders detected.
  6. 18-9-14 16:28:11.7|Debug|Api|[GET] /api/rootfolder: 200.OK (118 ms)
  7. 18-9-14 16:28:16.4|Debug|Api|[GET] /api/series/lookup?term=the+raccoons: 200.OK (248 ms)
  8. 18-9-14 16:28:19.0|Fatal|NzbDroneErrorPipeline|Request Failed. POST /api/series
  9.  
  10. [v2.0.0.5228] System.Net.WebException: Failed to read complete http response ---> System.Net.WebException: Value cannot be null.
  11. Parameter name: src ---> System.ArgumentNullException: Value cannot be null.
  12. Parameter name: src
  13. at System.Buffer.BlockCopy (System.Array src, System.Int32 srcOffset, System.Array dst, System.Int32 dstOffset, System.Int32 count) [0x00003] in <2943701620b54f86b436d3ffad010412>:0
  14. at System.Net.WebResponseStream+<ProcessRead>d__49.MoveNext () [0x00082] in <b3d41b23de534128a4f18a6e1312f79c>:0
  15. --- End of inner exception stack trace ---
  16. at System.Net.HttpWebRequest+<RunWithTimeoutWorker>d__244`1[T].MoveNext () [0x000c5] in <b3d41b23de534128a4f18a6e1312f79c>:0
  17. --- End of stack trace from previous location where exception was thrown ---
  18. at System.Net.WebConnectionStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00077] in <b3d41b23de534128a4f18a6e1312f79c>:0
  19. at NzbDrone.Common.Extensions.StreamExtensions.ToBytes (System.IO.Stream input) [0x0001c] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Extensions\StreamExtensions.cs:13
  20. at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001dd] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:108
  21. --- End of inner exception stack trace ---
  22. at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001e9] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:112
  23. 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
  24. 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
  25. at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:57
  26. at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:264
  27. 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
  28. at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:40
  29. at NzbDrone.Core.Tv.AddSeriesService.AddSkyhookData (NzbDrone.Core.Tv.Series newSeries) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Tv\AddSeriesService.cs:77
  30. at NzbDrone.Core.Tv.AddSeriesService.AddSeries (NzbDrone.Core.Tv.Series newSeries) [0x00048] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Tv\AddSeriesService.cs:46
  31. at NzbDrone.Api.Series.SeriesModule.AddSeries (NzbDrone.Api.Series.SeriesResource seriesResource) [0x00007] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Series\SeriesModule.cs:113
  32. at NzbDrone.Api.REST.RestModule`1[TResource].<set_CreateResource>b__41_0 (System.Object options) [0x00000] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\REST\RestModule.cs:155
  33. at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object)
  34. at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0
  35.  
  36. 18-9-14 16:28:19.0|Debug|Api|[POST] /api/series: 500.InternalServerError (191 ms)
  37. 18-9-14 16:28:20.9|Debug|Api|[GET] /api/health: 200.OK (1 ms)
  38. 18-9-14 16:28:20.9|Debug|Api|[GET] /api/health: 200.OK (4 ms)
  39. 18-9-14 16:28:21.1|Debug|Api|[GET] /api/diskspace: 200.OK (273 ms)
  40. 18-9-14 16:28:21.4|Debug|Api|[GET] /api/diskspace: 200.OK (252 ms)
  41. 18-9-14 16:28:21.8|Debug|Api|[GET] /api/calendar?start=2018-08-31&end=2018-09-28: 303.SeeOther (0 ms)
  42. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '2/0/0'
  43. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '3/2/0.1'
  44. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '3/2/0.1'
  45. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '2/0/0'
  46. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '2/0/0'
  47. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '3/2/0.1'
  48. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '2/0/0'
  49. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '2/0/0'
  50. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '3/2/0.1'
  51. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '2/0/0'
  52. 18-9-14 16:28:21.9|Debug|MediaInfoFormatter|Formatting audio channels using 'AudioChannelPositions', with a value of: '2/0/0'
  53. 18-9-14 16:28:21.9|Debug|Api|[GET] /api/calendar?start=2018-08-31&end=2018-09-28: 200.OK (47 ms)
  54. 18-9-14 16:28:22.1|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc&filterKey=level&filterValue=Error: 200.OK (15 ms)
  55. 18-9-14 16:28:22.1|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc&filterKey=level&filterValue=Error: 200.OK (11 ms)
  56. 18-9-14 16:28:27.3|Debug|SabnzbdProxy|Url: http://192.168.2.28:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json
  57. 18-9-14 16:28:27.3|Debug|SabnzbdProxy|Url: http://192.168.2.28:8080/api?mode=history&start=0&limit=30&category=tv&apikey=(removed)&output=json
  58. 18-9-14 16:28:27.4|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (2 ms)
  59. 18-9-14 16:28:31.7|Debug|Api|[GET] /api/log/file: 200.OK (8 ms)
  60. 18-9-14 16:28:31.8|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (10 ms)
  61. 18-9-14 16:28:35.2|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (11 ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement