Advertisement
Guest User

Untitled

a guest
Dec 27th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 41.20 KB | None | 0 0
  1. jellyfin  | [migrations] started
  2. jellyfin  | [migrations] no migrations found
  3. jellyfin  | usermod: no changes
  4. jellyfin  | ───────────────────────────────────────
  5. jellyfin  |
  6. jellyfin  |       ██╗     ███████╗██╗ ██████╗
  7. jellyfin  |       ██║     ██╔════╝██║██╔═══██╗
  8. jellyfin  |       ██║     ███████╗██║██║   ██║
  9. jellyfin  |       ██║     ╚════██║██║██║   ██║
  10. jellyfin  |       ███████╗███████║██║╚██████╔╝
  11. jellyfin  |       ╚══════╝╚══════╝╚═╝ ╚═════╝
  12. jellyfin  |
  13. jellyfin  |    Brought to you by linuxserver.io
  14. jellyfin  | ───────────────────────────────────────
  15. jellyfin  |
  16. jellyfin  | To support the app dev(s) visit:
  17. jellyfin  | Jellyfin: https://opencollective.com/jellyfin
  18. jellyfin  |
  19. jellyfin  | To support LSIO projects visit:
  20. jellyfin  | https://www.linuxserver.io/donate/
  21. jellyfin  |
  22. jellyfin  | ───────────────────────────────────────
  23. jellyfin  | GID/UID
  24. jellyfin  | ───────────────────────────────────────
  25. jellyfin  |
  26. jellyfin  | User UID:    xxxxxxxx
  27. jellyfin  | User GID:    xxxxxxxx
  28. jellyfin  | ───────────────────────────────────────
  29. jellyfin  | [custom-init] No custom files found, skipping...
  30. jellyfin  | [19:40:33] [INF] [1] Main: Jellyfin version: 10.10.3
  31. jellyfin  | [19:40:33] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_PublishedServerUrl, xxxxxxxxxxxxx]"]
  32. jellyfin  | [19:40:33] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  33. jellyfin  | [19:40:33] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
  34. jellyfin  | [19:40:33] [INF] [1] Main: Architecture: X64
  35. jellyfin  | [19:40:33] [INF] [1] Main: 64-Bit Process: True
  36. jellyfin  | [19:40:33] [INF] [1] Main: User Interactive: True
  37. jellyfin  | [19:40:33] [INF] [1] Main: Processor count: 16
  38. jellyfin  | [19:40:33] [INF] [1] Main: Program data path: /config/data
  39. jellyfin  | [19:40:33] [INF] [1] Main: Log directory path: /config/log
  40. jellyfin  | [19:40:33] [INF] [1] Main: Config directory path: /config
  41. jellyfin  | [19:40:33] [INF] [1] Main: Cache path: /config/cache
  42. jellyfin  | [19:40:33] [INF] [1] Main: Temp directory path: /tmp/jellyfin
  43. jellyfin  | [19:40:33] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
  44. jellyfin  | [19:40:33] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
  45. jellyfin  | [19:40:34] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
  46. jellyfin  | [19:40:34] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  47. jellyfin  | [19:40:37] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  48. jellyfin  | [19:40:37] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  49. jellyfin  | [19:40:37] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  50. jellyfin  | [19:40:37] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  51. jellyfin  | [19:40:37] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.16.2.2"]
  52. jellyfin  | [19:40:37] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  53. jellyfin  | [19:40:37] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
  54. jellyfin  | [19:40:37] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  55.  
  56. [...]
  57.  
  58. rs=[], CommandType='Text', CommandTimeout='30']
  59. jellyfin  | SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
  60. jellyfin  | [19:42:21] [FTL] [1] Main: Error while starting server
  61. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  62. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  63. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  64. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  65. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  66. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  67. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  68. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
  69. jellyfin  |    at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken)
  70. jellyfin  | --- End of stack trace from previous location ---
  71. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  72. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  73. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  74. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken)
  75. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken)
  76. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetAppliedMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  77. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetPendingMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  78. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  79. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  80. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  81. jellyfin  | [19:42:21] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  82. jellyfin  | [19:42:21] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  83. jellyfin  | PRAGMA optimize
  84. jellyfin  | [19:42:21] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
  85. jellyfin  | [19:42:21] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
  86. jellyfin  | [19:42:21] [FTL] [1] Main: Unhandled Exception
  87. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  88. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  89. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  90. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  91. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  92. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  93. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  94. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  95. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  96. jellyfin  | --- End of stack trace from previous location ---
  97. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  98. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  99. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  100. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  101. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  102. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  103. jellyfin  |    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  104. jellyfin  |    at Jellyfin.Server.Program.<Main>(String[] args)
  105. jellyfin  | Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  106. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  107. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  108. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  109. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  110. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  111. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  112. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  113. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  114. jellyfin  | --- End of stack trace from previous location ---
  115. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  116. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  117. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  118. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  119. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  120. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  121. jellyfin  |    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  122. jellyfin  |    at Jellyfin.Server.Program.<Main>(String[] args)
  123. jellyfin  | [19:42:30] [INF] [1] Main: Jellyfin version: 10.10.3
  124. jellyfin  | [19:42:30] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_PublishedServerUrl, xxxxxxxx]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_CACHE_DIR, /config/cache]"]
  125. jellyfin  | [19:42:30] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  126. jellyfin  | [19:42:30] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
  127. jellyfin  | [19:42:30] [INF] [1] Main: Architecture: X64
  128. jellyfin  | [19:42:30] [INF] [1] Main: 64-Bit Process: True
  129. jellyfin  | [19:42:30] [INF] [1] Main: User Interactive: True
  130. jellyfin  | [19:42:30] [INF] [1] Main: Processor count: 16
  131. jellyfin  | [19:42:30] [INF] [1] Main: Program data path: /config/data
  132. jellyfin  | [19:42:30] [INF] [1] Main: Log directory path: /config/log
  133. jellyfin  | [19:42:30] [INF] [1] Main: Config directory path: /config
  134. jellyfin  | [19:42:30] [INF] [1] Main: Cache path: /config/cache
  135. jellyfin  | [19:42:30] [INF] [1] Main: Temp directory path: /tmp/jellyfin
  136. jellyfin  | [19:42:30] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
  137. jellyfin  | [19:42:30] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
  138. jellyfin  | [19:42:30] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
  139. jellyfin  | [19:42:31] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  140. jellyfin  | [19:42:33] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  141. jellyfin  | [19:42:33] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  142. jellyfin  | [19:42:33] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  143. jellyfin  | [19:42:33] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  144. jellyfin  | [19:42:33] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.16.2.2"]
  145. jellyfin  | [19:42:33] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  146. jellyfin  | [19:42:33] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
  147. jellyfin  | [19:42:33] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  148. jellyfin  | [19:42:35] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (11ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  149. jellyfin  | SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
  150. jellyfin  | [19:42:35] [FTL] [1] Main: Error while starting server
  151. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  152. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  153. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  154. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  155. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  156. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  157. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  158. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
  159. jellyfin  |    at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken)
  160. jellyfin  | --- End of stack trace from previous location ---
  161. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  162. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  163. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  164. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken)
  165. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken)
  166. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetAppliedMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  167. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetPendingMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  168. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  169. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  170. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  171. jellyfin  | [19:42:35] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  172. jellyfin  | [19:42:35] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  173. jellyfin  | PRAGMA optimize
  174. jellyfin  | [19:42:35] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
  175. jellyfin  | [19:42:35] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
  176. jellyfin  | [19:42:35] [FTL] [1] Main: Unhandled Exception
  177. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  178. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  179. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  180. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  181. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  182. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  183. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  184. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  185. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  186. jellyfin  | --- End of stack trace from previous location ---
  187. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  188. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  189. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  190. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  191. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  192. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  193. jellyfin  |    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  194. jellyfin  |    at Jellyfin.Server.Program.<Main>(String[] args)
  195. jellyfin  | Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  196. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  197. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  198. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  199. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  200. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  201. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  202. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  203. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  204. jellyfin  | --- End of stack trace from previous location ---
  205. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  206. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  207. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  208. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  209. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  210. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  211. jellyfin  |    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  212. jellyfin  |    at Jellyfin.Server.Program.<Main>(String[] args)
  213. jellyfin  | [19:42:44] [INF] [1] Main: Jellyfin version: 10.10.3
  214. jellyfin  | [19:42:44] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_PublishedServerUrl, xxxxxxxxxx]"]
  215. jellyfin  | [19:42:44] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  216. jellyfin  | [19:42:44] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
  217. jellyfin  | [19:42:44] [INF] [1] Main: Architecture: X64
  218. jellyfin  | [19:42:44] [INF] [1] Main: 64-Bit Process: True
  219. jellyfin  | [19:42:44] [INF] [1] Main: User Interactive: True
  220. jellyfin  | [19:42:44] [INF] [1] Main: Processor count: 16
  221. jellyfin  | [19:42:44] [INF] [1] Main: Program data path: /config/data
  222. jellyfin  | [19:42:44] [INF] [1] Main: Log directory path: /config/log
  223. jellyfin  | [19:42:44] [INF] [1] Main: Config directory path: /config
  224. jellyfin  | [19:42:44] [INF] [1] Main: Cache path: /config/cache
  225. jellyfin  | [19:42:44] [INF] [1] Main: Temp directory path: /tmp/jellyfin
  226. jellyfin  | [19:42:44] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
  227. jellyfin  | [19:42:44] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
  228. jellyfin  | [19:42:44] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
  229. jellyfin  | [19:42:44] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  230. jellyfin  | [19:42:47] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  231. jellyfin  | [19:42:47] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  232. jellyfin  | [19:42:47] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  233. jellyfin  | [19:42:47] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  234. jellyfin  | [19:42:47] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.16.2.2"]
  235. jellyfin  | [19:42:47] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  236. jellyfin  | [19:42:47] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
  237. jellyfin  | [19:42:47] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  238. jellyfin  | [19:42:49] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (12ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  239. jellyfin  | SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
  240. jellyfin  | [19:42:49] [FTL] [1] Main: Error while starting server
  241. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  242. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  243. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  244. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  245. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  246. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  247. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  248. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
  249. jellyfin  |    at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken)
  250. jellyfin  | --- End of stack trace from previous location ---
  251. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  252. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  253. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  254. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken)
  255. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken)
  256. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetAppliedMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  257. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetPendingMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  258. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  259. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  260. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  261. jellyfin  | [19:42:49] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  262. jellyfin  | [19:42:49] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  263. jellyfin  | PRAGMA optimize
  264. jellyfin  | [19:42:49] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
  265. jellyfin  | [19:42:49] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
  266. jellyfin  | [19:42:49] [FTL] [1] Main: Unhandled Exception
  267. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  268. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  269. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  270. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  271. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  272. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  273. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  274. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  275. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  276. jellyfin  | --- End of stack trace from previous location ---
  277. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  278. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  279. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  280. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  281. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  282. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  283. jellyfin  |    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  284. jellyfin  |    at Jellyfin.Server.Program.<Main>(String[] args)
  285. jellyfin  | Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  286. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  287. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  288. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  289. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  290. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  291. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  292. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  293. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  294. jellyfin  | --- End of stack trace from previous location ---
  295. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  296. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  297. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  298. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  299. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  300. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  301. jellyfin  |    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  302. jellyfin  |    at Jellyfin.Server.Program.<Main>(String[] args)
  303. jellyfin  | [19:42:58] [INF] [1] Main: Jellyfin version: 10.10.3
  304. jellyfin  | [19:42:58] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_PublishedServerUrl, xxxxxxxxx]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_LOG_DIR, /config/log]"]
  305. jellyfin  | [19:42:58] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  306. jellyfin  | [19:42:58] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
  307. jellyfin  | [19:42:58] [INF] [1] Main: Architecture: X64
  308. jellyfin  | [19:42:58] [INF] [1] Main: 64-Bit Process: True
  309. jellyfin  | [19:42:58] [INF] [1] Main: User Interactive: True
  310. jellyfin  | [19:42:58] [INF] [1] Main: Processor count: 16
  311. jellyfin  | [19:42:58] [INF] [1] Main: Program data path: /config/data
  312. jellyfin  | [19:42:58] [INF] [1] Main: Log directory path: /config/log
  313. jellyfin  | [19:42:58] [INF] [1] Main: Config directory path: /config
  314. jellyfin  | [19:42:58] [INF] [1] Main: Cache path: /config/cache
  315. jellyfin  | [19:42:58] [INF] [1] Main: Temp directory path: /tmp/jellyfin
  316. jellyfin  | [19:42:58] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
  317. jellyfin  | [19:42:58] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
  318. jellyfin  | [19:42:59] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration", "MigrateEncodingOptions"]
  319. jellyfin  | [19:42:59] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
  320. jellyfin  | [19:43:01] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
  321. jellyfin  | [19:43:02] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  322. jellyfin  | [19:43:02] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
  323. jellyfin  | [19:43:02] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  324. jellyfin  | [19:43:02] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.16.2.2"]
  325. jellyfin  | [19:43:02] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
  326. jellyfin  | [19:43:02] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
  327. jellyfin  | [19:43:02] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
  328. jellyfin  | [19:43:03] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (14ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  329. jellyfin  | SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
  330. jellyfin  | [19:43:03] [FTL] [1] Main: Error while starting server
  331. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  332. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  333. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  334. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  335. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  336. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  337. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  338. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteScalar()
  339. jellyfin  |    at System.Data.Common.DbCommand.ExecuteScalarAsync(CancellationToken cancellationToken)
  340. jellyfin  | --- End of stack trace from previous location ---
  341. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  342. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  343. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteScalarAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  344. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.ExistsAsync(CancellationToken cancellationToken)
  345. jellyfin  |    at Microsoft.EntityFrameworkCore.Migrations.HistoryRepository.GetAppliedMigrationsAsync(CancellationToken cancellationToken)
  346. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetAppliedMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  347. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.GetPendingMigrationsAsync(DatabaseFacade databaseFacade, CancellationToken cancellationToken)
  348. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  349. jellyfin  |    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  350. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  351. jellyfin  | [19:43:03] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
  352. jellyfin  | [19:43:03] [ERR] [1] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
  353. jellyfin  | PRAGMA optimize
  354. jellyfin  | [19:43:03] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
  355. jellyfin  | [19:43:03] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
  356. jellyfin  | [19:43:03] [FTL] [1] Main: Unhandled Exception
  357. jellyfin  | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  358. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  359. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  360. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  361. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  362. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  363. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  364. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  365. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  366. jellyfin  | --- End of stack trace from previous location ---
  367. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  368. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  369. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  370. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  371. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  372. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  373. jellyfin  |    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  374. jellyfin  |    at Jellyfin.Server.Program.<Main>(String[] args)
  375. jellyfin  | Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: 'attempt to write a readonly database'.
  376. jellyfin  |    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  377. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  378. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  379. jellyfin  |    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  380. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  381. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  382. jellyfin  |    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
  383. jellyfin  |    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
  384. jellyfin  | --- End of stack trace from previous location ---
  385. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  386. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  387. jellyfin  |    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  388. jellyfin  |    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
  389. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  390. jellyfin  |    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement