Advertisement
Guest User

help

a guest
Nov 29th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.40 KB | None | 0 0
  1. 2022-11-29 11:14:51.7|Debug|Api|[PUT] /api/v3/config/host: 202.Accepted (78 ms)
  2. 2022-11-29 11:14:52.8|Debug|Api|[GET] /api/v3/health: 200.OK (1 ms)
  3. 2022-11-29 11:14:53.8|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
  4. 2022-11-29 11:14:54.3|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
  5. 2022-11-29 11:14:54.4|Debug|Api|[GET] /api/v3/system/status: 200.OK (50 ms)
  6. 2022-11-29 11:14:54.6|Debug|Api|[GET] /api/v3/diskspace: 200.OK (299 ms)
  7. 2022-11-29 11:14:55.7|Debug|Api|[GET] /api/v3/log/file: 200.OK (3 ms)
  8. 2022-11-29 11:15:31.2|Fatal|SonarrErrorPipeline|Request Failed. GET /api/v3/queue/status
  9.  
  10. [v3.0.9.1549] System.ApplicationException: Expected query to return 16 rows but returned 9
  11. at NzbDrone.Core.Datastore.BasicRepository`1.Get(IEnumerable`1 ids) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 96
  12. at NzbDrone.Core.Tv.SeriesService.GetSeries(IEnumerable`1 seriesIds) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\SeriesService.cs:line 63
  13. at NzbDrone.Core.Download.Pending.PendingReleaseService.IncludeRemoteEpisodes(List`1 releases, Dictionary`2 knownRemoteEpisodes) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 282
  14. at NzbDrone.Core.Download.Pending.PendingReleaseService.GetPendingQueue() in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 156
  15. at Sonarr.Api.V3.Queue.QueueStatusModule.GetQueueStatus() in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueStatusModule.cs:line 44
  16. at Sonarr.Api.V3.Queue.QueueStatusModule.<.ctor>b__3_0(Object x) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueStatusModule.cs:line 31
  17. at Nancy.NancyModule.<>c__DisplayClass14_0`1.<Get>b__0(Object args)
  18. at Nancy.NancyModule.<>c__DisplayClass16_0`1.<Get>b__0(Object args, CancellationToken ct)
  19. at Nancy.Routing.Route`1.<Invoke>d__7.MoveNext()
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  22. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  23. at Nancy.Routing.DefaultRouteInvoker.<Invoke>d__2.MoveNext()
  24. --- End of stack trace from previous location where exception was thrown ---
  25. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  26. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  27. at Nancy.Routing.DefaultRequestDispatcher.<Dispatch>d__5.MoveNext()
  28. --- End of stack trace from previous location where exception was thrown ---
  29. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  30. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  31. at Nancy.NancyEngine.<InvokeRequestLifeCycle>d__22.MoveNext()
  32.  
  33. 2022-11-29 11:15:31.2|Debug|Api|[GET] /api/v3/queue/status: 500.InternalServerError (246 ms)
  34. 2022-11-29 11:15:31.3|Fatal|SonarrErrorPipeline|Request Failed. GET /api/v3/queue
  35.  
  36. [v3.0.9.1549] System.ApplicationException: Expected query to return 16 rows but returned 9
  37. at NzbDrone.Core.Datastore.BasicRepository`1.Get(IEnumerable`1 ids) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 96
  38. at NzbDrone.Core.Tv.SeriesService.GetSeries(IEnumerable`1 seriesIds) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\SeriesService.cs:line 63
  39. at NzbDrone.Core.Download.Pending.PendingReleaseService.IncludeRemoteEpisodes(List`1 releases, Dictionary`2 knownRemoteEpisodes) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 282
  40. at NzbDrone.Core.Download.Pending.PendingReleaseService.GetPendingQueue() in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 156
  41. at Sonarr.Api.V3.Queue.QueueModule.GetQueue(PagingSpec`1 pagingSpec, Boolean includeUnknownSeriesItems) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueModule.cs:line 60
  42. at Sonarr.Api.V3.Queue.QueueModule.<>c__DisplayClass5_0.<GetQueue>b__0(PagingSpec`1 spec) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueModule.cs:line 50
  43. at Sonarr.Http.SonarrRestModule`1.ApplyToPage[TModel](Func`2 function, PagingSpec`1 pagingSpec, Converter`2 mapper) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Http\SonarrRestModule.cs:line 43
  44. at Sonarr.Api.V3.Queue.QueueModule.GetQueue(PagingResource`1 pagingResource) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueModule.cs:line 50
  45. at Sonarr.Http.REST.RestModule`1.<set_GetResourcePaged>b__36_0(Object options) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Http\REST\RestModule.cs:line 139
  46. at Nancy.NancyModule.<>c__DisplayClass14_0`1.<Get>b__0(Object args)
  47. at Nancy.NancyModule.<>c__DisplayClass16_0`1.<Get>b__0(Object args, CancellationToken ct)
  48. at Nancy.Routing.Route`1.<Invoke>d__7.MoveNext()
  49. --- End of stack trace from previous location where exception was thrown ---
  50. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  51. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  52. at Nancy.Routing.DefaultRouteInvoker.<Invoke>d__2.MoveNext()
  53. --- End of stack trace from previous location where exception was thrown ---
  54. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  55. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  56. at Nancy.Routing.DefaultRequestDispatcher.<Dispatch>d__5.MoveNext()
  57. --- End of stack trace from previous location where exception was thrown ---
  58. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  59. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  60. at Nancy.NancyEngine.<InvokeRequestLifeCycle>d__22.MoveNext()
  61.  
  62. 2022-11-29 11:15:31.3|Debug|Api|[GET] /api/v3/queue?page=1&pageSize=250&sortDirection=ascending&sortKey=timeleft&includeUnknownSeriesItems=true: 500.InternalServerError (274 ms)
  63. 2022-11-29 11:15:31.5|Fatal|SonarrErrorPipeline|Request Failed. GET /api/v3/queue/status
  64.  
  65. [v3.0.9.1549] System.ApplicationException: Expected query to return 16 rows but returned 9
  66. at NzbDrone.Core.Datastore.BasicRepository`1.Get(IEnumerable`1 ids) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 96
  67. at NzbDrone.Core.Tv.SeriesService.GetSeries(IEnumerable`1 seriesIds) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\SeriesService.cs:line 63
  68. at NzbDrone.Core.Download.Pending.PendingReleaseService.IncludeRemoteEpisodes(List`1 releases, Dictionary`2 knownRemoteEpisodes) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 282
  69. at NzbDrone.Core.Download.Pending.PendingReleaseService.GetPendingQueue() in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 156
  70. at Sonarr.Api.V3.Queue.QueueStatusModule.GetQueueStatus() in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueStatusModule.cs:line 44
  71. at Sonarr.Api.V3.Queue.QueueStatusModule.<.ctor>b__3_0(Object x) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueStatusModule.cs:line 31
  72. at Nancy.NancyModule.<>c__DisplayClass14_0`1.<Get>b__0(Object args)
  73. at Nancy.NancyModule.<>c__DisplayClass16_0`1.<Get>b__0(Object args, CancellationToken ct)
  74. at Nancy.Routing.Route`1.<Invoke>d__7.MoveNext()
  75. --- End of stack trace from previous location where exception was thrown ---
  76. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  77. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  78. at Nancy.Routing.DefaultRouteInvoker.<Invoke>d__2.MoveNext()
  79. --- End of stack trace from previous location where exception was thrown ---
  80. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  81. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  82. at Nancy.Routing.DefaultRequestDispatcher.<Dispatch>d__5.MoveNext()
  83. --- End of stack trace from previous location where exception was thrown ---
  84. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  85. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  86. at Nancy.NancyEngine.<InvokeRequestLifeCycle>d__22.MoveNext()
  87.  
  88. 2022-11-29 11:15:31.5|Debug|Api|[GET] /api/v3/queue/status: 500.InternalServerError (221 ms)
  89. 2022-11-29 11:15:34.4|Fatal|SonarrErrorPipeline|Request Failed. GET /api/v3/queue/status
  90.  
  91. [v3.0.9.1549] System.ApplicationException: Expected query to return 16 rows but returned 9
  92. at NzbDrone.Core.Datastore.BasicRepository`1.Get(IEnumerable`1 ids) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:line 96
  93. at NzbDrone.Core.Tv.SeriesService.GetSeries(IEnumerable`1 seriesIds) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Tv\SeriesService.cs:line 63
  94. at NzbDrone.Core.Download.Pending.PendingReleaseService.IncludeRemoteEpisodes(List`1 releases, Dictionary`2 knownRemoteEpisodes) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 282
  95. at NzbDrone.Core.Download.Pending.PendingReleaseService.GetPendingQueue() in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Pending\PendingReleaseService.cs:line 156
  96. at Sonarr.Api.V3.Queue.QueueStatusModule.GetQueueStatus() in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueStatusModule.cs:line 44
  97. at Sonarr.Api.V3.Queue.QueueStatusModule.<.ctor>b__3_0(Object x) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Queue\QueueStatusModule.cs:line 31
  98. at Nancy.NancyModule.<>c__DisplayClass14_0`1.<Get>b__0(Object args)
  99. at Nancy.NancyModule.<>c__DisplayClass16_0`1.<Get>b__0(Object args, CancellationToken ct)
  100. at Nancy.Routing.Route`1.<Invoke>d__7.MoveNext()
  101. --- End of stack trace from previous location where exception was thrown ---
  102. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  103. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  104. at Nancy.Routing.DefaultRouteInvoker.<Invoke>d__2.MoveNext()
  105. --- End of stack trace from previous location where exception was thrown ---
  106. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  107. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  108. at Nancy.Routing.DefaultRequestDispatcher.<Dispatch>d__5.MoveNext()
  109. --- End of stack trace from previous location where exception was thrown ---
  110. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  111. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  112. at Nancy.NancyEngine.<InvokeRequestLifeCycle>d__22.MoveNext()
  113.  
  114. 2022-11-29 11:15:34.4|Debug|Api|[GET] /api/v3/queue/status: 500.InternalServerError (260 ms)
  115. 2022-11-29 11:15:36.0|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
  116. 2022-11-29 11:15:36.1|Debug|Api|[GET] /api/v3/system/status: 200.OK (29 ms)
  117. 2022-11-29 11:15:36.1|Debug|Api|[GET] /api/v3/diskspace: 200.OK (65 ms)
  118. 2022-11-29 11:15:37.2|Debug|Api|[GET] /api/v3/log/file: 200.OK (2 ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement