2025-05-29, 02:44 PM
I have ZimaBoard running CasaOS. Jellyfin has been working fine for months, but after updating this morning to 10.10.7, it has stopped working.
Here is the log:
Here is the log:
Quote:[2025-05-29 10:16:40.196 -04:00] [INF] [1] Main: Jellyfin version: "10.10.7"I have attached a zip file containing the file in question.
[2025-05-29 10:16:40.292 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]"]
[2025-05-29 10:16:40.301 -04:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2025-05-29 10:16:40.302 -04:00] [INF] [1] Main: Operating system: "Ubuntu 24.04.2 LTS"
[2025-05-29 10:16:40.302 -04:00] [INF] [1] Main: Architecture: X64
[2025-05-29 10:16:40.305 -04:00] [INF] [1] Main: 64-Bit Process: True
[2025-05-29 10:16:40.305 -04:00] [INF] [1] Main: User Interactive: True
[2025-05-29 10:16:40.305 -04:00] [INF] [1] Main: Processor count: 4
[2025-05-29 10:16:40.305 -04:00] [INF] [1] Main: Program data path: "/config/data"
[2025-05-29 10:16:40.305 -04:00] [INF] [1] Main: Log directory path: "/config/log"
[2025-05-29 10:16:40.305 -04:00] [INF] [1] Main: Config directory path: "/config"
[2025-05-29 10:16:40.306 -04:00] [INF] [1] Main: Cache path: "/config/cache"
[2025-05-29 10:16:40.307 -04:00] [INF] [1] Main: Temp directory path: "/tmp/jellyfin"
[2025-05-29 10:16:40.308 -04:00] [INF] [1] Main: Web resources path: "/usr/share/jellyfin/web"
[2025-05-29 10:16:40.308 -04:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/"
[2025-05-29 10:16:40.447 -04:00] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
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 Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)