Jellyfin Forum
New Jellyfin Server/Web release: 10.11.0 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Announcements (https://forum.jellyfin.org/f-announcements)
+--- Forum: Project Announcements (https://forum.jellyfin.org/f-project-announcements)
+--- Thread: New Jellyfin Server/Web release: 10.11.0 (/t-new-jellyfin-server-web-release-10-11-0)

Pages: 1 2 3


RE: New Jellyfin Server/Web release: 10.11.0 - jellynoob1994 - 2025-10-20

i was already running 10.11.0 no ive run the installer update because ive had some issues that the server would not run with the tray.exe
and had to start the server manauly but now even after the propper update the the tray.exe wont start the jellyfin server and throw an error

can still manual but auto start wil throw this


Code:
[2025-10-20 10:41:44.469 +02:00] [INF] [2] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
[2025-10-20 10:41:46.527 +02:00] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-20 10:41:46.591 +02:00] [INF] [9] Main: Jellyfin version: "10.11.0"
[2025-10-20 10:41:46.594 +02:00] [INF] [9] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, D:\jelly\log]"]
[2025-10-20 10:41:46.596 +02:00] [INF] [9] Main: Arguments: ["D:\jelly\Server\jellyfin.dll", "--datadir", "D:\jelly"]
[2025-10-20 10:41:46.597 +02:00] [INF] [9] Main: Operating system: "Microsoft Windows 10.0.26100"
[2025-10-20 10:41:46.598 +02:00] [INF] [9] Main: Architecture: X64
[2025-10-20 10:41:46.599 +02:00] [INF] [9] Main: 64-Bit Process: True
[2025-10-20 10:41:46.600 +02:00] [INF] [9] Main: User Interactive: True
[2025-10-20 10:41:46.601 +02:00] [INF] [9] Main: Processor count: 6
[2025-10-20 10:41:46.601 +02:00] [INF] [9] Main: Program data path: "D:\jelly"
[2025-10-20 10:41:46.602 +02:00] [INF] [9] Main: Log directory path: "D:\jelly\log"
[2025-10-20 10:41:46.603 +02:00] [INF] [9] Main: Config directory path: "D:\jelly\config"
[2025-10-20 10:41:46.604 +02:00] [INF] [9] Main: Cache path: "D:\jelly\cache"
[2025-10-20 10:41:46.604 +02:00] [INF] [9] Main: Temp directory path: "C:\Users\irvin\AppData\Local\Temp\jellyfin"
[2025-10-20 10:41:46.605 +02:00] [INF] [9] Main: Web resources path: "D:\jelly\Server\jellyfin-web"
[2025-10-20 10:41:46.606 +02:00] [INF] [9] Main: Application directory: "D:\jelly\Server\"
[2025-10-20 10:41:46.638 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly\data"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
[2025-10-20 10:41:46.639 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly\log"` (Fixed) successfully checked with "922GB" free which is over the minimum of "512MB".
[2025-10-20 10:41:46.640 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly\cache"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
[2025-10-20 10:41:46.642 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
[2025-10-20 10:41:46.643 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"C:\Users\irvin\AppData\Local\Temp\jellyfin"` (Fixed) successfully checked with "851.8GB" free which is over the minimum of "2GB".
[2025-10-20 10:41:46.672 +02:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
[2025-10-20 10:41:48.315 +02:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=D:\jelly\data\jellyfin.db;Cache=Default;Pooling=True"
[2025-10-20 10:41:48.320 +02:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-20 10:41:48.321 +02:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-20 10:41:48.629 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[2025-10-20 10:41:48.630 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
[2025-10-20 10:41:49.693 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
[2025-10-20 10:41:49.698 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 4 migrations for stage PreInitialisation.
[2025-10-20 10:41:49.701 +02:00] [INF] [9] InternalCodeMigration: Perform migration "20250420010000_MigrateNetworkConfiguration"
[2025-10-20 10:41:49.716 +02:00] [ERR] [9] Jellyfin.Server.Migrations.PreStartupRoutines.MigrateNetworkConfiguration: Migrate NetworkConfiguration deserialize Invalid Operation error
System.InvalidOperationException: There is an error in XML document (16, 6).
---> System.Xml.XmlException: 'Element' is an invalid XmlNodeType.
  at System.Xml.XmlReader.FinishReadElementContentAsXxx()
  at System.Xml.XmlReader.ReadElementContentAsString()
  at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderOldNetworkConfiguration.Read2_OldNetworkConfiguration(Boolean isNullable, Boolean checkType)
  at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderOldNetworkConfiguration.Read3_NetworkConfiguration()
  at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
  at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
  --- End of inner exception stack trace ---
  at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
  at Jellyfin.Server.Migrations.PreStartupRoutines.MigrateNetworkConfiguration.Perform()
[2025-10-20 10:41:49.783 +02:00] [INF] [9] InternalCodeMigration: Migration "20250420010000_MigrateNetworkConfiguration" was successfully applied
[2025-10-20 10:41:49.785 +02:00] [FTL] [2] Main: Unhandled Exception
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'LoggerFactory'.
  at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
  at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
  at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
  at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
  at Jellyfin.Server.Program.StartApp(StartupOptions options)
  at Jellyfin.Server.Program.<Main>(String[] args)
[2025-10-20 10:44:22.368 +02:00] [INF] [2] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
[2025-10-20 10:44:22.507 +02:00] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-20 10:44:22.522 +02:00] [INF] [7] Main: Jellyfin version: "10.11.0"
[2025-10-20 10:44:22.524 +02:00] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, D:\jelly\log]"]
[2025-10-20 10:44:22.527 +02:00] [INF] [7] Main: Arguments: ["D:\jelly\Server\jellyfin.dll", "--datadir", "D:\jelly"]
[2025-10-20 10:44:22.528 +02:00] [INF] [7] Main: Operating system: "Microsoft Windows 10.0.26100"
[2025-10-20 10:44:22.529 +02:00] [INF] [7] Main: Architecture: X64
[2025-10-20 10:44:22.530 +02:00] [INF] [7] Main: 64-Bit Process: True
[2025-10-20 10:44:22.530 +02:00] [INF] [7] Main: User Interactive: True
[2025-10-20 10:44:22.531 +02:00] [INF] [7] Main: Processor count: 6
[2025-10-20 10:44:22.532 +02:00] [INF] [7] Main: Program data path: "D:\jelly"
[2025-10-20 10:44:22.533 +02:00] [INF] [7] Main: Log directory path: "D:\jelly\log"
[2025-10-20 10:44:22.533 +02:00] [INF] [7] Main: Config directory path: "D:\jelly\config"
[2025-10-20 10:44:22.534 +02:00] [INF] [7] Main: Cache path: "D:\jelly\cache"
[2025-10-20 10:44:22.535 +02:00] [INF] [7] Main: Temp directory path: "C:\Users\irvin\AppData\Local\Temp\jellyfin"
[2025-10-20 10:44:22.536 +02:00] [INF] [7] Main: Web resources path: "D:\jelly\Server\jellyfin-web"
[2025-10-20 10:44:22.536 +02:00] [INF] [7] Main: Application directory: "D:\jelly\Server\"
[2025-10-20 10:44:22.545 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly\data"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
[2025-10-20 10:44:22.546 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly\log"` (Fixed) successfully checked with "922GB" free which is over the minimum of "512MB".
[2025-10-20 10:44:22.548 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly\cache"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
[2025-10-20 10:44:22.550 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
[2025-10-20 10:44:22.551 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"C:\Users\irvin\AppData\Local\Temp\jellyfin"` (Fixed) successfully checked with "851.7GB" free which is over the minimum of "2GB".
[2025-10-20 10:44:22.554 +02:00] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
[2025-10-20 10:44:22.594 +02:00] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=D:\jelly\data\jellyfin.db;Cache=Default;Pooling=True"
[2025-10-20 10:44:22.598 +02:00] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-20 10:44:22.600 +02:00] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-20 10:44:22.620 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[2025-10-20 10:44:22.621 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
[2025-10-20 10:44:23.323 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
[2025-10-20 10:44:23.328 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 3 migrations for stage PreInitialisation.
[2025-10-20 10:44:23.330 +02:00] [INF] [7] InternalCodeMigration: Perform migration "20250420020000_MigrateMusicBrainzTimeout"
[2025-10-20 10:44:23.349 +02:00] [INF] [7] InternalCodeMigration: Migration "20250420020000_MigrateMusicBrainzTimeout" was successfully applied
[2025-10-20 10:44:23.352 +02:00] [FTL] [2] Main: Unhandled Exception
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'LoggerFactory'.
  at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
  at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
  at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
  at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
  at Jellyfin.Server.Program.StartApp(StartupOptions options)
  at Jellyfin.Server.Program.<Main>(String[] args)



RE: New Jellyfin Server/Web release: 10.11.0 - dzhus - 2025-10-20

How do I update Jellyfin if Docker Hub is down?
Synology DSM

[Image: 1.jpg]
[Image: 2.jpg]


RE: New Jellyfin Server/Web release: 10.11.0 - Jolaru21 - 2025-10-20

(8 hours ago)Jolaru21 Wrote: Hi! everything but plugins seems to be working, does not load anything, any ideas? btw great work team! Thank you for all your effort.



PD: My "playlists disappear after scan" issue is still happening at 10.11, sad Slightly-frowning-face

PD2: nvm, plugins are working again after a scan.

PD3: There must be an issue with collections, it takes forever to load, and I have collections with the movies/shows.

PD4: Had to do roll back, for now 10.11 is not working for me.


RE: New Jellyfin Server/Web release: 10.11.0 - ReaderGuy42 - 2025-10-20

Just updated, and the episodes in my shows aren't showing up anymore.
The files are still on the drive, but Jellyfin doesn't seem to be seeing them. Except it still can play them (by clicking play on the home screen), but if I go into a season it's blank.


RE: New Jellyfin Server/Web release: 10.11.0 - fract - 2025-10-20

...same here. all episodes were missing, shows/seasons visible.
refresh of library helps. edit: to be clear: dashboard > scan library > scan for new or updated files

also, missing from movie libraries, i lost all chapter thumbs, trickplay files seem to be ok.


RE: New Jellyfin Server/Web release: 10.11.0 - kagetsu - 2025-10-20

Was just thinking how the team has been super quiet and this lands... Updated and running into all sorts of issues, but going to see if it's just my library which spans about 400TB+ and just taking a while... Something that I hated in the past was how it erased actual URLs to actor images to relative paths on the server which murdered the library's nfo files if you ever needed to move it you had to pre select don't save paths. Another thing lost is when you clicked on a movie or episode under the poster image used to be a progress bar but has been gone since 10.8.x and you have to back out to see where the progress is.

So far... reading this changelog is better than Christmas and thank you all from the bottom of my heart. It's completely insane how much free time people devote to this and I will continue to contribute to bug reports and more.


RE: New Jellyfin Server/Web release: 10.11.0 - JasonThai - 2025-10-20

TV Theme song plugin needs updating to Version 10.11 as it does not work in this update other plugins seem fine as they have been updated to version 10.11


RE: New Jellyfin Server/Web release: 10.11.0 - cav - 2025-10-20

I've been using linuxserver/jellyfin:latest image which is currently at 10.10.7

So should I wait for them to update the image to 10.11.0 on their end?

Or can I use another source to get 10.11.0 right now?

I'm just excited to see a newer version of jellyfin after such a long time.


RE: New Jellyfin Server/Web release: 10.11.0 - azboo13 - 2025-10-20

anyone getting/got the unable to connect error when accessing the Startup UI during the migration process? I was initially seeing the log data but now it responds with an unable to connect message

Edit: found that the Jellyfin service had stopped, causing the issue. (running under windows)


RE: New Jellyfin Server/Web release: 10.11.0 - Sam Danderson - 2025-10-20

Confirm similiar issue upgrading from 10.10.7:


[2025-10-20 13:26:23.610 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/srv/jellyfin/cache"
[2025-10-20 13:26:23.741 +00:00] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-20 13:26:23.758 +00:00] [INF] [9] Main: Jellyfin version: "10.11.0"
[2025-10-20 13:26:23.760 +00:00] [INF] [9] Main: Environment Variables: ["[JELLYFIN_SERVICE_PORT_8096_TCP_ADDR, 10.43.111.223]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_SERVICE_SERVICE_PORT_HTTP, 8096]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_SERVICE_PORT_8096_TCP_PORT, 8096]", "[JELLYFIN_CACHE_DIR, /srv/jellyfin/cache]", "[JELLYFIN_DATA_DIR, /srv/jellyfin]", "[JELLYFIN_SERVICE_PORT_8096_TCP_PROTO, tcp]", "[JELLYFIN_SERVICE_PORT_8096_TCP, tcpConfused-face/10.43.111.223:8096]", "[JELLYFIN_SERVICE_SERVICE_PORT, 8096]", "[JELLYFIN_SERVICE_SERVICE_HOST, 10.43.111.223]", "[JELLYFIN_SERVICE_PORT, tcpConfused-face/10.43.111.223:8096]"]
[2025-10-20 13:26:23.761 +00:00] [INF] [9] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2025-10-20 13:26:23.761 +00:00] [INF] [9] Main: Operating system: "Debian GNU/Linux 13 (trixie)"
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Architecture: X64
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: 64-Bit Process: True
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: User Interactive: True
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Processor count: 16
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Program data path: "/srv/jellyfin"
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Log directory path: "/config/log"
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Config directory path: "/config/config"
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Cache path: "/srv/jellyfin/cache"
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Temp directory path: "/tmp/jellyfin"
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Web resources path: "/jellyfin/jellyfin-web"
[2025-10-20 13:26:23.762 +00:00] [INF] [9] Main: Application directory: "/jellyfin/"
[2025-10-20 13:26:23.771 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path
"/srv/jellyfin/data" (Network) successfully checked with "793.5GB" free which is over the minimum of "2GB".
[2025-10-20 13:26:23.771 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path
"/config/log" (Fixed) successfully checked with "553.5GB" free which is over the minimum of "512MB".
[2025-10-20 13:26:23.771 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path
"/srv/jellyfin/cache" (Network) successfully checked with "793.5GB" free which is over the minimum of "2GB".
[2025-10-20 13:26:23.772 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path
"/srv/jellyfin" (Network) successfully checked with "793.5GB" free which is over the minimum of "2GB".
[2025-10-20 13:26:23.772 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path
"/tmp/jellyfin" (Fixed) successfully checked with "553.5GB" free which is over the minimum of "2GB".
[2025-10-20 13:26:23.796 +00:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/srv/jellyfin/cache"
[2025-10-20 13:26:23.833 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=/srv/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True"
[2025-10-20 13:26:23.837 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-20 13:26:23.837 +00:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-20 13:26:23.857 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[2025-10-20 13:26:23.858 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
[2025-10-20 13:26:24.674 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
[2025-10-20 13:26:24.684 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 1 migrations for stage PreInitialisation.
[2025-10-20 13:26:24.684 +00:00] [INF] [9] InternalCodeMigration: Perform migration "20250420040000_RenameEnableGroupingIntoCollections"
[2025-10-20 13:26:24.695 +00:00] [INF] [9] InternalCodeMigration: Migration "20250420040000_RenameEnableGroupingIntoCollections" was successfully applied
[2025-10-20 13:26:24.699 +00:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/srv/jellyfin/cache"
[2025-10-20 13:26:24.709 +00:00] [INF] [9] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-10-20 13:26:24.731 +00:00] [INF] [9] 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"]
[2025-10-20 13:26:24.731 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-10-20 13:26:24.731 +00:00] [INF] [9] 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"]
[2025-10-20 13:26:24.732 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "10.42.0.14", "10.2.0.2"]
[2025-10-20 13:26:24.732 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-10-20 13:26:24.732 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-10-20 13:26:24.732 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-10-20 13:26:24.808 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=/srv/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True"
[2025-10-20 13:26:24.808 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-20 13:26:24.808 +00:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-20 13:26:24.811 +00:00] [INF] [9] Main: Prepare system for possible migrations
[2025-10-20 13:26:24.866 +00:00] [INF] [9] Main: A migration will attempt to modify the library.db, will attempt to backup the file now.
[2025-10-20 13:26:24.866 +00:00] [INF] [9] Main: Backing up "library.db" to "/srv/jellyfin/data/library.db.bak1"
[2025-10-20 13:26:24.913 +00:00] [INF] [9] Main: "library.db" backed up to "/srv/jellyfin/data/library.db.bak1"
[2025-10-20 13:26:24.913 +00:00] [INF] [9] Main: "library.db" has been backed up as "/srv/jellyfin/data/library.db.bak1"
[2025-10-20 13:26:24.913 +00:00] [INF] [9] Main: A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
[2025-10-20 13:26:24.935 +00:00] [INF] [9] Main: Jellyfin database has been backed up as "20251020012624"
[2025-10-20 13:26:24.944 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
[2025-10-20 13:26:24.946 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20241020103111_LibraryDbMigration"
[2025-10-20 13:26:25.058 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20241020103111_LibraryDbMigration" was successfully applied
[2025-10-20 13:26:25.058 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20241111131257_AddedCustomDataKey"
[2025-10-20 13:26:25.122 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20241111131257_AddedCustomDataKey" was successfully applied
[2025-10-20 13:26:25.122 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20241111135439_AddedCustomDataKeyKey"
[2025-10-20 13:26:25.232 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20241111135439_AddedCustomDataKeyKey" was successfully applied
[2025-10-20 13:26:25.232 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20241112152323_FixAncestorIdConfig"
[2025-10-20 13:26:25.334 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20241112152323_FixAncestorIdConfig" was successfully applied
[2025-10-20 13:26:25.334 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20241112232041_FixMediaStreams"
[2025-10-20 13:26:25.438 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20241112232041_FixMediaStreams" was successfully applied
[2025-10-20 13:26:25.439 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20241112234144_FixMediaStreams2"
[2025-10-20 13:26:25.549 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20241112234144_FixMediaStreams2" was successfully applied
[2025-10-20 13:26:25.549 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20241113133548_EnforceUniqueItemValue"
[2025-10-20 13:26:25.610 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20241113133548_EnforceUniqueItemValue" was successfully applied
[2025-10-20 13:26:25.610 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250202021306_FixedCollation"
[2025-10-20 13:26:25.707 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250202021306_FixedCollation" was successfully applied
[2025-10-20 13:26:25.707 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250204092455_MakeStartEndDateNullable"
[2025-10-20 13:26:25.811 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250204092455_MakeStartEndDateNullable" was successfully applied
[2025-10-20 13:26:25.811 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250214031148_ChannelIdGuid"
[2025-10-20 13:26:25.872 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250214031148_ChannelIdGuid" was successfully applied
[2025-10-20 13:26:25.872 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250326065026_AddInheritedParentalRatingSubValue"
[2025-10-20 13:26:25.935 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250326065026_AddInheritedParentalRatingSubValue" was successfully applied
[2025-10-20 13:26:25.935 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250327101120_AddKeyframeData"
[2025-10-20 13:26:25.997 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250327101120_AddKeyframeData" was successfully applied
[2025-10-20 13:26:25.997 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250327171413_AddHdr10PlusFlag"
[2025-10-20 13:26:26.088 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250327171413_AddHdr10PlusFlag" was successfully applied
[2025-10-20 13:26:26.088 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250331182844_FixAttachmentMigration"
[2025-10-20 13:26:26.184 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250331182844_FixAttachmentMigration" was successfully applied
[2025-10-20 13:26:26.184 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250401142247_FixAncestors"
[2025-10-20 13:26:26.244 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250401142247_FixAncestors" was successfully applied
[2025-10-20 13:26:26.244 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250405075612_FixItemValuesIndices"
[2025-10-20 13:26:26.304 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250405075612_FixItemValuesIndices" was successfully applied
[2025-10-20 13:26:26.304 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250609115616_DetachUserDataInsteadOfDelete"
[2025-10-20 13:26:26.388 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250609115616_DetachUserDataInsteadOfDelete" was successfully applied
[2025-10-20 13:26:26.388 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250622170802_BaseItemImageInfoDateModifiedNullable"
[2025-10-20 13:26:26.487 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250622170802_BaseItemImageInfoDateModifiedNullable" was successfully applied
[2025-10-20 13:26:26.487 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250714044826_ResetJournalMode"
[2025-10-20 13:26:26.550 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250714044826_ResetJournalMode" was successfully applied
[2025-10-20 13:26:26.550 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250913211637_AddProperParentChildRelationBaseItemWithCascade"
[2025-10-20 13:26:26.690 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250913211637_AddProperParentChildRelationBaseItemWithCascade" was successfully applied
[2025-10-20 13:26:26.690 +00:00] [INF] [9] InternalDatabaseMigration: Perform migration "20250925203415_ExtendPeopleMapKey"
[2025-10-20 13:26:26.804 +00:00] [INF] [9] InternalDatabaseMigration: Migration "20250925203415_ExtendPeopleMapKey" was successfully applied
[2025-10-20 13:26:27.195 +00:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2025-10-20 13:26:27.196 +00:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/srv/jellyfin/cache"
[2025-10-20 13:26:27.198 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.11.0.0"
[2025-10-20 13:26:27.199 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.11.0.0"
[2025-10-20 13:26:27.199 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.11.0.0"
[2025-10-20 13:26:27.211 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.11.0.0"
[2025-10-20 13:26:27.211 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.11.0.0"
[2025-10-20 13:26:27.258 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 26 migrations for stage AppInitialisation.
[2025-10-20 13:26:27.258 +00:00] [INF] [9] InternalCodeMigration: Perform migration "20250420050000_DisableTranscodingThrottling"
[2025-10-20 13:26:27.266 +00:00] [INF] [9] InternalCodeMigration: Migration "20250420050000_DisableTranscodingThrottling" was successfully applied
[2025-10-20 13:26:27.266 +00:00] [INF] [9] InternalCodeMigration: Perform migration "20250420060000_CreateUserLoggingConfigFile"
[2025-10-20 13:26:27.276 +00:00] [INF] [9] InternalCodeMigration: Migration "20250420060000_CreateUserLoggingConfigFile" was successfully applied
[2025-10-20 13:26:27.276 +00:00] [INF] [9] InternalCodeMigration: Perform migration "20250420070000_MigrateActivityLogDb"
[2025-10-20 13:26:27.279 +00:00] [WRN] [9] Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb: Migrating the activity database may take a while, do not stop Jellyfin.
[2025-10-20 13:26:27.757 +00:00] [FTL] [9] InternalCodeMigration: Error: "SQLite Error 1: 'no such table: ActivityLog'."
[2025-10-20 13:26:27.757 +00:00] [ERR] [9] InternalCodeMigration: Migration "20250420070000_MigrateActivityLogDb" failed
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
[2025-10-20 13:26:27.761 +00:00] [INF] [9] InternalCodeMigration: Attempt to rollback librarydb.
[2025-10-20 13:26:27.767 +00:00] [INF] [9] InternalCodeMigration: Attempt to rollback JellyfinDb.
[2025-10-20 13:26:27.818 +00:00] [FTL] [9] Main: Error while starting server
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)