Advertisement
Guest User

Untitled

a guest
May 15th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.36 KB | None | 0 0
  1. [2024-05-16 01:24:20.875 +03:00] [INF] [138] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
  2. [2024-05-16 01:24:31.084 +03:00] [ERR] [140] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/6ab73e238e995e5be260d532001adb11/MetadataEditor".
  3. System.NullReferenceException: Object reference not set to an instance of an object.
  4. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  5. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  6. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  7. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  8. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  9. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  10. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item)
  11. at Jellyfin.Api.Controllers.ItemUpdateController.GetMetadataEditorInfo(Guid itemId)
  12. at lambda_method1179(Closure, Object, Object[])
  13. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  14. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  15. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  16. --- End of stack trace from previous location ---
  17. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  18. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  19. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  20. --- End of stack trace from previous location ---
  21. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  22. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  23. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  24. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  25. --- End of stack trace from previous location ---
  26. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  27. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  28. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  29. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  30. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  31. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  32. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  33. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  34. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  35. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  36. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  37. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  38. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  39. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  40. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  41. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  42. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  43. [2024-05-16 01:27:08.985 +03:00] [INF] [21] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  44. [2024-05-16 01:28:42.738 +03:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "E:\A"
  45. [2024-05-16 01:28:42.739 +03:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "D:\[Judas] Naruto (Complete Series) [BD 1080p][HEVC x265 10bit][Multi-Audio][Multi-Subs]"
  46. [2024-05-16 01:28:42.742 +03:00] [INF] [18] Emby.Server.Implementations.Library.LibraryManager: Validating media library
  47. [2024-05-16 01:28:43.604 +03:00] [ERR] [19] MediaBrowser.Controller.Entities.BaseItem: Error retrieving children folder
  48. System.NullReferenceException: Object reference not set to an instance of an object.
  49. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  50. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  51. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  52. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  53. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  54. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  55. at Emby.Server.Implementations.Library.LibraryManager.GetContentType(BaseItem item)
  56. at MediaBrowser.Controller.Entities.Folder.GetNonCachedChildren(IDirectoryService directoryService)
  57. at MediaBrowser.Controller.Entities.AggregateFolder.GetNonCachedChildren(IDirectoryService directoryService)
  58. at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
  59. [2024-05-16 01:28:43.663 +03:00] [ERR] [19] MediaBrowser.Controller.Entities.BaseItem: Error retrieving children folder
  60. System.NullReferenceException: Object reference not set to an instance of an object.
  61. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  62. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  63. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  64. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  65. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  66. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  67. at Emby.Server.Implementations.Library.LibraryManager.GetContentType(BaseItem item)
  68. at MediaBrowser.Controller.Entities.Folder.GetNonCachedChildren(IDirectoryService directoryService)
  69. at MediaBrowser.Controller.Entities.UserRootFolder.GetNonCachedChildren(IDirectoryService directoryService)
  70. at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
  71. [2024-05-16 01:28:43.743 +03:00] [ERR] [19] MediaBrowser.Controller.Entities.BaseItem: Error retrieving children folder
  72. System.NullReferenceException: Object reference not set to an instance of an object.
  73. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  74. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  75. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  76. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  77. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  78. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  79. at Emby.Server.Implementations.Library.LibraryManager.GetContentType(BaseItem item)
  80. at MediaBrowser.Controller.Entities.Folder.GetNonCachedChildren(IDirectoryService directoryService)
  81. at MediaBrowser.Controller.Entities.AggregateFolder.GetNonCachedChildren(IDirectoryService directoryService)
  82. at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
  83. [2024-05-16 01:28:44.193 +03:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 1 seconds
  84. [2024-05-16 01:28:44.193 +03:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "E:\A"
  85. [2024-05-16 01:28:44.193 +03:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "D:\[Judas] Naruto (Complete Series) [BD 1080p][HEVC x265 10bit][Multi-Audio][Multi-Subs]"
  86. [2024-05-16 01:32:56.985 +03:00] [INF] [145] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  87. [2024-05-16 01:35:36.487 +03:00] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
  88. [2024-05-16 01:35:50.564 +03:00] [ERR] [149] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/70ebdfc391add94b5f41f26a2c154062/MetadataEditor".
  89. System.NullReferenceException: Object reference not set to an instance of an object.
  90. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  91. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  92. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  93. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  94. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  95. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  96. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item)
  97. at Jellyfin.Api.Controllers.ItemUpdateController.GetMetadataEditorInfo(Guid itemId)
  98. at lambda_method1179(Closure, Object, Object[])
  99. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  100. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  101. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  102. --- End of stack trace from previous location ---
  103. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  104. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  105. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  106. --- End of stack trace from previous location ---
  107. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  108. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  109. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  110. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  111. --- End of stack trace from previous location ---
  112. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  113. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  114. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  115. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  116. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  117. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  118. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  119. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  120. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  121. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  122. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  123. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  124. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  125. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  126. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  127. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  128. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  129. [2024-05-16 01:36:20.984 +03:00] [INF] [15] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  130. [2024-05-16 01:37:46.538 +03:00] [INF] [151] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
  131. [2024-05-16 01:37:51.739 +03:00] [ERR] [137] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/70ebdfc391add94b5f41f26a2c154062/MetadataEditor".
  132. System.NullReferenceException: Object reference not set to an instance of an object.
  133. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  134. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  135. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  136. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  137. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  138. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  139. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item)
  140. at Jellyfin.Api.Controllers.ItemUpdateController.GetMetadataEditorInfo(Guid itemId)
  141. at lambda_method1179(Closure, Object, Object[])
  142. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  143. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  144. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  145. --- End of stack trace from previous location ---
  146. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  147. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  148. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  149. --- End of stack trace from previous location ---
  150. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  151. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  152. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  153. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  154. --- End of stack trace from previous location ---
  155. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  156. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  157. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  158. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  159. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  160. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  161. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  162. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  163. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  164. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  165. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  166. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  167. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  168. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  169. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  170. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  171. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  172. [2024-05-16 01:37:55.139 +03:00] [INF] [137] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
  173. [2024-05-16 01:38:40.168 +03:00] [ERR] [139] MediaBrowser.Controller.Entities.BaseItem: Error retrieving children folder
  174. System.NullReferenceException: Object reference not set to an instance of an object.
  175. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  176. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  177. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  178. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  179. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  180. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  181. at Emby.Server.Implementations.Library.LibraryManager.GetContentType(BaseItem item)
  182. at MediaBrowser.Controller.Entities.Folder.GetNonCachedChildren(IDirectoryService directoryService)
  183. at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
  184. [2024-05-16 01:38:40.177 +03:00] [ERR] [139] MediaBrowser.Controller.Entities.BaseItem: Error retrieving children folder
  185. System.NullReferenceException: Object reference not set to an instance of an object.
  186. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  187. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  188. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  189. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  190. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  191. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  192. at Emby.Server.Implementations.Library.LibraryManager.GetContentType(BaseItem item)
  193. at MediaBrowser.Controller.Entities.Folder.GetNonCachedChildren(IDirectoryService directoryService)
  194. at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
  195. [2024-05-16 01:39:00.860 +03:00] [INF] [141] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
  196. [2024-05-16 01:39:00.865 +03:00] [INF] [141] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  197. [2024-05-16 01:39:00.867 +03:00] [INF] [137] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
  198. [2024-05-16 01:39:08.984 +03:00] [INF] [141] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  199. [2024-05-16 01:39:12.194 +03:00] [INF] [3] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
  200. [2024-05-16 01:39:52.135 +03:00] [ERR] [143] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/70ebdfc391add94b5f41f26a2c154062/MetadataEditor".
  201. System.NullReferenceException: Object reference not set to an instance of an object.
  202. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  203. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  204. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  205. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  206. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  207. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  208. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item)
  209. at Jellyfin.Api.Controllers.ItemUpdateController.GetMetadataEditorInfo(Guid itemId)
  210. at lambda_method1179(Closure, Object, Object[])
  211. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  212. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  213. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  214. --- End of stack trace from previous location ---
  215. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  216. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  217. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  218. --- End of stack trace from previous location ---
  219. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  220. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  221. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  222. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  223. --- End of stack trace from previous location ---
  224. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  225. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  226. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  227. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  228. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  229. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  230. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  231. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  232. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  233. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  234. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  235. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  236. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  237. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  238. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  239. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  240. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  241. [2024-05-16 01:40:56.983 +03:00] [INF] [143] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  242. [2024-05-16 01:41:56.983 +03:00] [INF] [6] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  243. [2024-05-16 01:42:08.984 +03:00] [INF] [21] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  244. [2024-05-16 01:44:20.984 +03:00] [INF] [6] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  245. [2024-05-16 01:44:56.984 +03:00] [INF] [152] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  246. [2024-05-16 01:45:20.984 +03:00] [INF] [153] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  247. [2024-05-16 01:47:08.984 +03:00] [INF] [155] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
  248. [2024-05-16 01:47:26.197 +03:00] [ERR] [133] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/70ebdfc391add94b5f41f26a2c154062/MetadataEditor".
  249. System.NullReferenceException: Object reference not set to an instance of an object.
  250. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  251. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  252. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  253. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  254. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  255. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  256. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item)
  257. at Jellyfin.Api.Controllers.ItemUpdateController.GetMetadataEditorInfo(Guid itemId)
  258. at lambda_method1179(Closure, Object, Object[])
  259. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  260. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  261. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  262. --- End of stack trace from previous location ---
  263. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  264. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  265. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  266. --- End of stack trace from previous location ---
  267. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  268. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  269. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  270. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  271. --- End of stack trace from previous location ---
  272. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  273. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  274. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  275. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  276. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  277. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  278. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  279. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  280. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  281. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  282. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  283. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  284. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  285. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  286. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  287. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  288. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  289. [2024-05-16 01:47:36.063 +03:00] [INF] [156] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
  290. [2024-05-16 01:47:36.066 +03:00] [INF] [155] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
  291. [2024-05-16 01:47:36.066 +03:00] [INF] [132] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
  292. [2024-05-16 01:47:36.068 +03:00] [INF] [133] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
  293. [2024-05-16 01:47:36.078 +03:00] [INF] [153] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
  294. [2024-05-16 01:47:36.083 +03:00] [INF] [152] Main: Running query planner optimizations in the database... This might take a while
  295. [2024-05-16 01:47:36.108 +03:00] [INF] [153] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "E:\A"
  296. [2024-05-16 01:47:36.109 +03:00] [INF] [153] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "D:\[Judas] Naruto (Complete Series) [BD 1080p][HEVC x265 10bit][Multi-Audio][Multi-Subs]"
  297. [2024-05-16 01:47:36.114 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
  298. [2024-05-16 01:47:36.115 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
  299. [2024-05-16 01:47:36.116 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
  300. [2024-05-16 01:47:36.117 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
  301. [2024-05-16 01:47:36.119 +03:00] [INF] [152] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  302. [2024-05-16 01:47:36.130 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  303. [2024-05-16 01:47:36.131 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin "8.0.0.0" of "AniDB"
  304. [2024-05-16 01:47:36.132 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin "9.0.0.0" of "AniList"
  305. [2024-05-16 01:47:36.138 +03:00] [ERR] [152] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Shoko_3.0.1.0\Shokofin.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
  306. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
  307. Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  308. Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  309. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
  310. at System.Reflection.RuntimeModule.GetTypes()
  311. at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
  312. System.TypeLoadException: Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  313. System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  314. [2024-05-16 01:47:36.146 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_11.0.0.0\Jellyfin.Plugin.Tvdb.dll"
  315. [2024-05-16 01:47:36.156 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_11.0.0.0\Tvdb.Sdk.dll"
  316. [2024-05-16 01:47:36.188 +03:00] [INF] [152] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  317. [2024-05-16 01:47:36.190 +03:00] [INF] [152] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  318. [2024-05-16 01:47:36.191 +03:00] [INF] [152] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  319. [2024-05-16 01:47:36.193 +03:00] [INF] [152] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: ["192.168.1.100", "127.0.0.1"]
  320. [2024-05-16 01:47:36.194 +03:00] [INF] [152] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  321. [2024-05-16 01:47:36.195 +03:00] [INF] [152] Jellyfin.Networking.Manager.NetworkManager: Filter list: []
  322. [2024-05-16 01:47:37.308 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "11.0.0.0"
  323. [2024-05-16 01:47:37.310 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.1.0"
  324. [2024-05-16 01:47:37.312 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.1.0"
  325. [2024-05-16 01:47:37.313 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.1.0"
  326. [2024-05-16 01:47:37.319 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.1.0"
  327. [2024-05-16 01:47:37.320 +03:00] [INF] [152] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.1.0"
  328. [2024-05-16 01:47:37.377 +03:00] [INF] [152] Main: Kestrel is listening on "192.168.1.100"
  329. [2024-05-16 01:47:37.377 +03:00] [INF] [152] Main: Kestrel is listening on "127.0.0.1"
  330. [2024-05-16 01:47:37.627 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  331. [2024-05-16 01:47:37.627 +03:00] [INF] [135] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "E:\A"
  332. [2024-05-16 01:47:37.627 +03:00] [INF] [153] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "D:\[Judas] Naruto (Complete Series) [BD 1080p][HEVC x265 10bit][Multi-Audio][Multi-Subs]"
  333. [2024-05-16 01:47:37.639 +03:00] [INF] [152] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-05-16 03:00:00.000 +03:00, which is 01:12:22.3609388 from now.
  334. [2024-05-16 01:47:37.653 +03:00] [INF] [152] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-05-16 02:00:00.000 +03:00, which is 00:12:22.3461331 from now.
  335. [2024-05-16 01:47:37.859 +03:00] [INF] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
  336. [2024-05-16 01:47:37.932 +03:00] [INF] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
  337. [2024-05-16 01:47:38.033 +03:00] [INF] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  338. [2024-05-16 01:47:38.126 +03:00] [INF] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  339. [2024-05-16 01:47:38.317 +03:00] [ERR] [156] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "The operation was canceled". URL "GET" "/ScheduledTasks".
  340. [2024-05-16 01:47:38.463 +03:00] [WRN] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
  341. [2024-05-16 01:47:38.513 +03:00] [WRN] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
  342. [2024-05-16 01:47:38.566 +03:00] [INF] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
  343. [2024-05-16 01:47:38.788 +03:00] [INF] [152] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
  344. [2024-05-16 01:47:38.792 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: ServerId: "3a5e89dfa6fb4c189c2383042a2e088b"
  345. [2024-05-16 01:47:38.793 +03:00] [INF] [152] Emby.Server.Implementations.ApplicationHost: Core startup complete
  346. [2024-05-16 01:47:38.794 +03:00] [INF] [152] Main: Startup complete 0:00:02.6755853
  347. [2024-05-16 01:47:40.663 +03:00] [INF] [156] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
  348. [2024-05-16 01:47:42.450 +03:00] [INF] [152] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
  349. [2024-05-16 01:47:43.716 +03:00] [INF] [153] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds
  350. [2024-05-16 01:47:48.982 +03:00] [INF] [1] Main: Jellyfin version: "10.9.1"
  351. [2024-05-16 01:47:49.005 +03:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
  352. [2024-05-16 01:47:49.008 +03:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
  353. [2024-05-16 01:47:49.009 +03:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.19045"
  354. [2024-05-16 01:47:49.010 +03:00] [INF] [1] Main: Architecture: X64
  355. [2024-05-16 01:47:49.011 +03:00] [INF] [1] Main: 64-Bit Process: True
  356. [2024-05-16 01:47:49.012 +03:00] [INF] [1] Main: User Interactive: True
  357. [2024-05-16 01:47:49.013 +03:00] [INF] [1] Main: Processor count: 8
  358. [2024-05-16 01:47:49.014 +03:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
  359. [2024-05-16 01:47:49.014 +03:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
  360. [2024-05-16 01:47:49.015 +03:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
  361. [2024-05-16 01:47:49.016 +03:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
  362. [2024-05-16 01:47:49.017 +03:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
  363. [2024-05-16 01:47:49.018 +03:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
  364. [2024-05-16 01:47:49.417 +03:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
  365. [2024-05-16 01:47:49.974 +03:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  366. [2024-05-16 01:47:51.614 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin "8.0.0.0" of "AniDB"
  367. [2024-05-16 01:47:51.616 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin "9.0.0.0" of "AniList"
  368. [2024-05-16 01:47:51.802 +03:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "C:\ProgramData\Jellyfin\Server\plugins\Shoko_3.0.1.0\Shokofin.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
  369. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
  370. Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  371. Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  372. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
  373. at System.Reflection.RuntimeModule.GetTypes()
  374. at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
  375. System.TypeLoadException: Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  376. System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
  377. [2024-05-16 01:47:52.180 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_11.0.0.0\Jellyfin.Plugin.Tvdb.dll"
  378. [2024-05-16 01:47:52.190 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.9.1, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_11.0.0.0\Tvdb.Sdk.dll"
  379. [2024-05-16 01:47:52.679 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  380. [2024-05-16 01:47:52.681 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  381. [2024-05-16 01:47:52.682 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  382. [2024-05-16 01:47:52.686 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: ["192.168.1.100", "127.0.0.1"]
  383. [2024-05-16 01:47:52.687 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
  384. [2024-05-16 01:47:52.688 +03:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filter list: []
  385. [2024-05-16 01:47:55.755 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "11.0.0.0"
  386. [2024-05-16 01:47:55.757 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.1.0"
  387. [2024-05-16 01:47:55.759 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.1.0"
  388. [2024-05-16 01:47:55.760 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.1.0"
  389. [2024-05-16 01:47:55.778 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.1.0"
  390. [2024-05-16 01:47:55.779 +03:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.1.0"
  391. [2024-05-16 01:47:55.848 +03:00] [INF] [1] Main: Kestrel is listening on "192.168.1.100"
  392. [2024-05-16 01:47:55.849 +03:00] [INF] [1] Main: Kestrel is listening on "127.0.0.1"
  393. [2024-05-16 01:47:56.423 +03:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
  394. [2024-05-16 01:47:56.424 +03:00] [INF] [6] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "E:\A"
  395. [2024-05-16 01:47:56.424 +03:00] [INF] [9] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "D:\[Judas] Naruto (Complete Series) [BD 1080p][HEVC x265 10bit][Multi-Audio][Multi-Subs]"
  396. [2024-05-16 01:47:56.441 +03:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-05-16 03:00:00.000 +03:00, which is 01:12:03.5584004 from now.
  397. [2024-05-16 01:47:56.448 +03:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-05-16 02:00:00.000 +03:00, which is 00:12:03.5515977 from now.
  398. [2024-05-16 01:47:56.522 +03:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
  399. [2024-05-16 01:47:56.577 +03:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
  400. [2024-05-16 01:47:56.628 +03:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
  401. [2024-05-16 01:47:56.684 +03:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
  402. [2024-05-16 01:47:56.969 +03:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
  403. [2024-05-16 01:47:57.019 +03:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
  404. [2024-05-16 01:47:57.065 +03:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
  405. [2024-05-16 01:47:57.262 +03:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
  406. [2024-05-16 01:47:57.263 +03:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "3a5e89dfa6fb4c189c2383042a2e088b"
  407. [2024-05-16 01:47:57.264 +03:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
  408. [2024-05-16 01:47:57.265 +03:00] [INF] [1] Main: Startup complete 0:00:08.4967763
  409. [2024-05-16 01:47:59.469 +03:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
  410. [2024-05-16 01:48:02.431 +03:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds
  411. [2024-05-16 01:48:02.872 +03:00] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
  412. [2024-05-16 01:48:09.541 +03:00] [ERR] [15] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/c1e8373c631ba68d4ac446ef343ad0d0/MetadataEditor".
  413. System.NullReferenceException: Object reference not set to an instance of an object.
  414. at Emby.Server.Implementations.IO.ManagedFileSystem.AreEqual(String path1, String path2)
  415. at Emby.Server.Implementations.Library.LibraryManager.<>c__DisplayClass159_0.<GetContentTypeOverride>b__0(NameValuePair i)
  416. at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found)
  417. at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
  418. at Emby.Server.Implementations.Library.LibraryManager.GetContentTypeOverride(String path, Boolean inherit)
  419. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item, Boolean inheritConfiguredPath)
  420. at Emby.Server.Implementations.Library.LibraryManager.GetConfiguredContentType(BaseItem item)
  421. at Jellyfin.Api.Controllers.ItemUpdateController.GetMetadataEditorInfo(Guid itemId)
  422. at lambda_method976(Closure, Object, Object[])
  423. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  424. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  425. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  426. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  427. --- End of stack trace from previous location ---
  428. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  429. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  430. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  431. --- End of stack trace from previous location ---
  432. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  433. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  434. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  435. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  436. --- End of stack trace from previous location ---
  437. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  438. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  439. at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  440. at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  441. at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  442. at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  443. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  444. at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  445. at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  446. at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  447. at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  448. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  449. at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  450. at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  451. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  452. at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  453. at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  454. [2024-05-16 01:48:18.658 +03:00] [INF] [9] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
  455. [2024-05-16 01:56:14.498 +03:00] [INF] [3] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement