Hi,
After updating the docker today, jellyfin won't come up.
My log say this:
output:
[11:54:49] [INF] Loading assembly /config/data/plugins/Kodi Sync Queue/Jellyfin.Plugin.KodiSyncQueue.dll
2019-04-21 11:54:49,818 DEBG 'jellyfin' stdout output:
[11:54:49] [INF] Disposing CoreAppHost
2019-04-21 11:54:49,843 DEBG 'jellyfin' stdout output:
[11:54:49] [FTL] Unhandled Exception
System.IO.FileLoadException: Assembly with same name is already loaded
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at Emby.Server.Implementations.ApplicationHost.GetComposablePartAssemblies()+MoveNext() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1352
at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.ToArray()
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Emby.Server.Implementations.ApplicationHost.DiscoverTypes() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1184
at Emby.Server.Implementations.ApplicationHost.InitAsync(IServiceCollection serviceCollection) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 623
at Jellyfin.Server.Program.StartApp(StartupOptions options) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 137
at Jellyfin.Server.Program.Main(String[] args) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 53
at Jellyfin.Server.Program.<Main>(String[] args)
2019-04-21 11:54:49,844 DEBG 'jellyfin' stderr output:
Unhandled Exception:
2019-04-21 11:54:49,846 DEBG 'jellyfin' stderr output:
System.IO.FileLoadException: Assembly with same name is already loaded
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at Emby.Server.Implementations.ApplicationHost.GetComposablePartAssemblies()+MoveNext() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1352
at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.ToArray()
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Emby.Server.Implementations.ApplicationHost.DiscoverTypes() in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 1184
at Emby.Server.Implementations.ApplicationHost.InitAsync(IServiceCollection serviceCollection) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Emby.Server.Implementations/ApplicationHost.cs:line 623
at Jellyfin.Server.Program.StartApp(StartupOptions options) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 137
at Jellyfin.Server.Program.Main(String[] args) in /tmp/pkgbuild-0/jellyfin/src/jellyfin-10.3.0/Jellyfin.Server/Program.cs:line 53
at Jellyfin.Server.Program.<Main>(String[] args)