Guest User

Jellyfin Log

a guest
May 16th, 2024
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.14 KB | None | 0 0
  1. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  2. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  3. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  4. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  5. May 16 16:58:37 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  6. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  7. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  8. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  9. May 16 16:58:37 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  10. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  11. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  12. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  13. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  14. May 16 16:58:37 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  15. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  16. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  17. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  18. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  19. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  20. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  21. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  22. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  23. May 16 16:58:37 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  24. May 16 16:58:37 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  25. May 16 16:58:37 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  26. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  27. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  28. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  29. May 16 16:58:37 localhost jellyfin[24147]: at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  30. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  31. May 16 16:58:37 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  32. May 16 16:58:39 localhost jellyfin[24147]: [16:58:39] [ERR] An error occurred using the connection to database 'main' on server '/var/lib/jellyfin/data/jellyfin.db'.
  33. May 16 16:58:39 localhost jellyfin[24147]: [16:58:39] [ERR] An exception occurred while iterating over the results of a query for context type 'Jellyfin.Server.Implementations.JellyfinDbContext'.
  34. May 16 16:58:39 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  35. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  36. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  37. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  38. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  39. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  40. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  41. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  42. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  43. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  44. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  45. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  46. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  47. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  48. May 16 16:58:39 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  49. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  50. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  51. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  52. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  53. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  54. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  55. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  56. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  57. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  58. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  59. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  60. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  61. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  62. May 16 16:58:39 localhost jellyfin[24147]: [16:58:39] [ERR] Error processing request. URL GET /users/public.
  63. May 16 16:58:39 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  64. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  65. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  66. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  67. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  68. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  69. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  70. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  71. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  72. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  73. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  74. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  75. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  76. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  77. May 16 16:58:39 localhost jellyfin[24147]: at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  78. May 16 16:58:39 localhost jellyfin[24147]: at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  79. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Server.Implementations.Users.UserManager.get_Users()
  80. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Controllers.UserController.Get(Nullable`1 isHidden, Nullable`1 isDisabled, Boolean filterByDevice, Boolean filterByNetwork)
  81. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Controllers.UserController.GetPublicUsers()
  82. May 16 16:58:39 localhost jellyfin[24147]: at lambda_method12(Closure, Object, Object[])
  83. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  84. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  85. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  86. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  87. May 16 16:58:39 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  88. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  89. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  90. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  91. May 16 16:58:39 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  92. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  93. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  94. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  95. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  96. May 16 16:58:39 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  97. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  98. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  99. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  100. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  101. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  102. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  103. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  104. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  105. May 16 16:58:39 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  106. May 16 16:58:39 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  107. May 16 16:58:39 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  108. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  109. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  110. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  111. May 16 16:58:39 localhost jellyfin[24147]: at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  112. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  113. May 16 16:58:39 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  114. May 16 16:58:46 localhost jellyfin[24147]: [16:58:46] [ERR] An error occurred using the connection to database 'main' on server '/var/lib/jellyfin/data/jellyfin.db'.
  115. May 16 16:58:46 localhost jellyfin[24147]: [16:58:46] [ERR] An exception occurred while iterating over the results of a query for context type 'Jellyfin.Server.Implementations.JellyfinDbContext'.
  116. May 16 16:58:46 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  117. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  118. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  119. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  120. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  121. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  122. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  123. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  124. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  125. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  126. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  127. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  128. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  129. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  130. May 16 16:58:46 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  131. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  132. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  133. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  134. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  135. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  136. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  137. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  138. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  139. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  140. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  141. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  142. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  143. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  144. May 16 16:58:46 localhost jellyfin[24147]: [16:58:46] [ERR] Error processing request. URL POST /Users/authenticatebyname.
  145. May 16 16:58:46 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  146. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  147. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  148. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  149. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  150. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  151. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  152. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  153. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  154. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  155. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  156. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  157. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  158. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  159. May 16 16:58:46 localhost jellyfin[24147]: at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)
  160. May 16 16:58:46 localhost jellyfin[24147]: at lambda_method62(Closure, QueryContext)
  161. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
  162. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
  163. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Server.Implementations.Users.UserManager.GetUserByName(String name)
  164. May 16 16:58:46 localhost jellyfin[24147]: at Emby.Server.Implementations.Session.SessionManager.AuthenticateNewSessionInternal(AuthenticationRequest request, Boolean enforcePassword)
  165. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Controllers.UserController.AuthenticateUserByName(AuthenticateUserByName request)
  166. May 16 16:58:46 localhost jellyfin[24147]: at lambda_method43(Closure, Object)
  167. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  168. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  169. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  170. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  171. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  172. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  173. May 16 16:58:46 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  174. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  175. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  176. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  177. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  178. May 16 16:58:46 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  179. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  180. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  181. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  182. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  183. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  184. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  185. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  186. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  187. May 16 16:58:46 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  188. May 16 16:58:46 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  189. May 16 16:58:46 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  190. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  191. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  192. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  193. May 16 16:58:46 localhost jellyfin[24147]: at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  194. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  195. May 16 16:58:46 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  196. May 16 17:01:10 localhost jellyfin[24147]: [17:01:10] [ERR] An error occurred using the connection to database 'main' on server '/var/lib/jellyfin/data/jellyfin.db'.
  197. May 16 17:01:10 localhost jellyfin[24147]: [17:01:10] [ERR] An exception occurred while iterating over the results of a query for context type 'Jellyfin.Server.Implementations.JellyfinDbContext'.
  198. May 16 17:01:10 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  199. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  200. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  201. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  202. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  203. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  204. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  205. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  206. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  207. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  208. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  209. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  210. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  211. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  212. May 16 17:01:10 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  213. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  214. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  215. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  216. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  217. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  218. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  219. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  220. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  221. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  222. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  223. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  224. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  225. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  226. May 16 17:01:10 localhost jellyfin[24147]: [17:01:10] [ERR] Error processing request. URL GET /users/public.
  227. May 16 17:01:10 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  228. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  229. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  230. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  231. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  232. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  233. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  234. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  235. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  236. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  237. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  238. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  239. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  240. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  241. May 16 17:01:10 localhost jellyfin[24147]: at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  242. May 16 17:01:10 localhost jellyfin[24147]: at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  243. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Server.Implementations.Users.UserManager.get_Users()
  244. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Controllers.UserController.Get(Nullable`1 isHidden, Nullable`1 isDisabled, Boolean filterByDevice, Boolean filterByNetwork)
  245. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Controllers.UserController.GetPublicUsers()
  246. May 16 17:01:10 localhost jellyfin[24147]: at lambda_method12(Closure, Object, Object[])
  247. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  248. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  249. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  250. May 16 17:01:10 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  251. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  252. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  253. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  254. May 16 17:01:10 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  255. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  256. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  257. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  258. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  259. May 16 17:01:10 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  260. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  261. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  262. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  263. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  264. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  265. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  266. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  267. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  268. May 16 17:01:10 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  269. May 16 17:01:10 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  270. May 16 17:01:10 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  271. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  272. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  273. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  274. May 16 17:01:10 localhost jellyfin[24147]: at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  275. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  276. May 16 17:01:10 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  277. May 16 17:04:30 localhost jellyfin[24147]: [17:04:30] [ERR] An error occurred using the connection to database 'main' on server '/var/lib/jellyfin/data/jellyfin.db'.
  278. May 16 17:04:30 localhost jellyfin[24147]: [17:04:30] [ERR] An exception occurred while iterating over the results of a query for context type 'Jellyfin.Server.Implementations.JellyfinDbContext'.
  279. May 16 17:04:30 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  280. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  281. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  282. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  283. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  284. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  285. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  286. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  287. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  288. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  289. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  290. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  291. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  292. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  293. May 16 17:04:30 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  294. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  295. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  296. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  297. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  298. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  299. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  300. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  301. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  302. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  303. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  304. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  305. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  306. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  307. May 16 17:04:30 localhost jellyfin[24147]: [17:04:30] [ERR] Error processing request. URL POST /Users/authenticatebyname.
  308. May 16 17:04:30 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  309. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  310. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  311. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  312. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  313. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  314. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected)
  315. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected)
  316. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected)
  317. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
  318. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
  319. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__22_0(DbContext _, Enumerator enumerator)
  320. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
  321. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.Enumerator.MoveNext()
  322. May 16 17:04:30 localhost jellyfin[24147]: at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)
  323. May 16 17:04:30 localhost jellyfin[24147]: at lambda_method62(Closure, QueryContext)
  324. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
  325. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
  326. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Server.Implementations.Users.UserManager.GetUserByName(String name)
  327. May 16 17:04:30 localhost jellyfin[24147]: at Emby.Server.Implementations.Session.SessionManager.AuthenticateNewSessionInternal(AuthenticationRequest request, Boolean enforcePassword)
  328. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Controllers.UserController.AuthenticateUserByName(AuthenticateUserByName request)
  329. May 16 17:04:30 localhost jellyfin[24147]: at lambda_method43(Closure, Object)
  330. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  331. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  332. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  333. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  334. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  335. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  336. May 16 17:04:30 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  337. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  338. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  339. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  340. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  341. May 16 17:04:30 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  342. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  343. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  344. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  345. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  346. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  347. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  348. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  349. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  350. May 16 17:04:30 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  351. May 16 17:04:30 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  352. May 16 17:04:30 localhost jellyfin[24147]: at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  353. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  354. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  355. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  356. May 16 17:04:30 localhost jellyfin[24147]: at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  357. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  358. May 16 17:04:30 localhost jellyfin[24147]: at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  359. May 16 17:05:50 localhost systemd[1]: Stopping Jellyfin Media Server...
  360. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [INF] Sending shutdown notifications
  361. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [INF] Stopping NAT discovery
  362. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [INF] Running query planner optimizations in the database... This might take a while
  363. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [ERR] An error occurred using the connection to database 'main' on server '/var/lib/jellyfin/data/jellyfin.db'.
  364. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [INF] Disposing CoreAppHost
  365. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [INF] Disposing MusicBrainzArtistProvider
  366. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [INF] Disposing MusicBrainzAlbumProvider
  367. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [INF] Disposing PluginManager
  368. May 16 17:05:50 localhost jellyfin[24147]: [17:05:50] [FTL] Unhandled Exception
  369. May 16 17:05:50 localhost jellyfin[24147]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  370. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  371. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  372. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  373. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  374. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  375. May 16 17:05:50 localhost jellyfin[24147]: at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
  376. May 16 17:05:50 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  377. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  378. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  379. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
  380. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  381. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  382. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  383. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  384. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
  385. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.<Main>(String[] args)
  386. May 16 17:05:50 localhost jellyfin[24147]: Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
  387. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  388. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  389. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionPool.GetConnection()
  390. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  391. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.Data.Sqlite.SqliteConnection.Open()
  392. May 16 17:05:50 localhost jellyfin[24147]: at System.Data.Common.DbConnection.OpenAsync(CancellationToken cancellationToken)
  393. May 16 17:05:50 localhost jellyfin[24147]: --- End of stack trace from previous location ---
  394. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  395. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  396. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
  397. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  398. May 16 17:05:50 localhost jellyfin[24147]: at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  399. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  400. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  401. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
  402. May 16 17:05:50 localhost jellyfin[24147]: at Jellyfin.Server.Program.<Main>(String[] args)
  403. May 16 17:05:50 localhost systemd[1]: jellyfin.service: Main process exited, code=dumped, status=6/ABRT
  404. May 16 17:05:50 localhost systemd[1]: jellyfin.service: Failed with result 'core-dump'.
  405. May 16 17:05:50 localhost systemd[1]: Stopped Jellyfin Media Server.
Advertisement
Add Comment
Please, Sign In to add comment