2024-09-15, 12:03 AM
Hi all,
I've been enjoying Jellyfin for the past month or so, and recently decided to update to 10.9.11. I'm running a baremetal (Intel NUC) Ubuntu to host my Jellyfin.
When I run
Any advice would be appreciated! In typical n00b fashion, I didn't make a back-up, ah well ...
I've been enjoying Jellyfin for the past month or so, and recently decided to update to 10.9.11. I'm running a baremetal (Intel NUC) Ubuntu to host my Jellyfin.
When I run
jellyfin
in the terminal, this is what i get:
hank@jellyfin:~$ jellyfin
[23:51:51] [INF] [1] Main: Jellyfin version: 10.9.11
[23:51:51] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /home/hank/jellyfin/log]"]
[23:51:51] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll"]
[23:51:51] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
[23:51:51] [INF] [1] Main: Architecture: X64
[23:51:51] [INF] [1] Main: 64-Bit Process: True
[23:51:51] [INF] [1] Main: User Interactive: True
[23:51:51] [INF] [1] Main: Processor count: 4
[23:51:51] [INF] [1] Main: Program data path: /home/hank/jellyfin
[23:51:51] [INF] [1] Main: Log directory path: /home/hank/jellyfin/log
[23:51:51] [INF] [1] Main: Config directory path: /home/hank/jellyfin
[23:51:51] [INF] [1] Main: Cache path: /home/hank/.cache/jellyfin
[23:51:51] [INF] [1] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web
[23:51:51] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
[23:51:51] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: There is an error in XML document (400, 26).
---> System.Xml.XmlException: Unexpected end of file while parsing Name has occurred. Line 400, position 26.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read3_MigrationOptions(Boolean isNullable, Boolean checkType)
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)
Unhandled exception. System.InvalidOperationException: There is an error in XML document (400, 26).
---> System.Xml.XmlException: Unexpected end of file while parsing Name has occurred. Line 400, position 26.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read3_MigrationOptions(Boolean isNullable, Boolean checkType)
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)
Aborted (core dumped)
Any advice would be appreciated! In typical n00b fashion, I didn't make a back-up, ah well ...