2024-11-17, 11:39 AM
(This post was last modified: 2024-11-17, 11:44 AM by Jerrk. Edited 1 time in total.)
I'm also unable to start the container.
I don't think i've ever even created a playlist so it should be empty.
Reverting to 10.10.1 works without issue.
Code:
[12:33:59] [ERR] [1] Jellyfin.Server.Migrations.MigrationRunner: Could not apply migration 'RemoveDuplicatePlaylistChildren'
System.InvalidOperationException: The data is NULL at ordinal 1. This method can't be called on NULL values. Check using IsDBNull before calling.
at Microsoft.Data.Sqlite.SqliteDataRecord.GetNull[T](Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteValueReader.GetBlob(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataRecord.GetBlob(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataRecord.GetCachedBlob(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataRecord.GetStream(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataReader.GetStream(Int32 ordinal)
at Emby.Server.Implementations.Data.SqliteItemRepository.GetItem(SqliteDataReader reader, InternalItemsQuery query, Boolean enableProgramAttributes, Boolean hasEpisodeAttributes, Boolean hasServiceName, Boolean queryHasStartDate, Boolean hasTrailerTypes, Boolean hasArtistFields, Boolean hasSeriesFields, Boolean skipDeserialization)
at Emby.Server.Implementations.Data.SqliteItemRepository.GetItem(SqliteDataReader reader, InternalItemsQuery query)
at Emby.Server.Implementations.Data.SqliteItemRepository.RetrieveItem(Guid id)
at Emby.Server.Implementations.Library.LibraryManager.RetrieveItem(Guid id)
at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id)
at MediaBrowser.Controller.Entities.BaseItem.GetLinkedChild(LinkedChild info)
at MediaBrowser.Controller.Entities.Folder.GetLinkedChildren()
at Emby.Server.Implementations.Playlists.PlaylistManager.SavePlaylistFile(Playlist item)
at Jellyfin.Server.Migrations.Routines.RemoveDuplicatePlaylistChildren.Perform()
at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, ILogger logger)
[12:33:59] [FTL] [1] Main: Error while starting server
System.InvalidOperationException: The data is NULL at ordinal 1. This method can't be called on NULL values. Check using IsDBNull before calling.
at Microsoft.Data.Sqlite.SqliteDataRecord.GetNull[T](Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteValueReader.GetBlob(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataRecord.GetBlob(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataRecord.GetCachedBlob(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataRecord.GetStream(Int32 ordinal)
at Microsoft.Data.Sqlite.SqliteDataReader.GetStream(Int32 ordinal)
at Emby.Server.Implementations.Data.SqliteItemRepository.GetItem(SqliteDataReader reader, InternalItemsQuery query, Boolean enableProgramAttributes, Boolean hasEpisodeAttributes, Boolean hasServiceName, Boolean queryHasStartDate, Boolean hasTrailerTypes, Boolean hasArtistFields, Boolean hasSeriesFields, Boolean skipDeserialization)
at Emby.Server.Implementations.Data.SqliteItemRepository.GetItem(SqliteDataReader reader, InternalItemsQuery query)
at Emby.Server.Implementations.Data.SqliteItemRepository.RetrieveItem(Guid id)
at Emby.Server.Implementations.Library.LibraryManager.RetrieveItem(Guid id)
at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id)
at MediaBrowser.Controller.Entities.BaseItem.GetLinkedChild(LinkedChild info)
at MediaBrowser.Controller.Entities.Folder.GetLinkedChildren()
at Emby.Server.Implementations.Playlists.PlaylistManager.SavePlaylistFile(Playlist item)
at Jellyfin.Server.Migrations.Routines.RemoveDuplicatePlaylistChildren.Perform()
at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, ILogger logger)
at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
I don't think i've ever even created a playlist so it should be empty.
Reverting to 10.10.1 works without issue.