Crashes after migration from 10.6.4 to 10.7.0-rc2 #2499

Closed
opened 2025-12-21 20:41:33 +01:00 by backuprepo · 2 comments
Owner

Originally created by @bmillemathias on GitHub (Jan 11, 2021).

Describe the bug
Jellyfin 10.7-rc2 cannot start after migrating from 10.6.4

System (please complete the following information):

  • OS: Fedora
  • Virtualization: Docker
  • Clients: N/a
  • Browser: N/a
  • Jellyfin Version: 10.7-rc2
  • Playback: N/a
  • Installed Plugins: don't know
  • Reverse Proxy: Traefik
  • Base URL: none
  • Networking: Bridge/NAT
  • Storage: local

To Reproduce

  • Have a running docker instance with version latest
  • Upgrade to tag 10.7.0-rc2-amd64

Expected behavior

Logs

[21:10:24] [INF] [1] Main: Jellyfin version: 10.7.0
[21:10:24] [INF] [1] Main: Environment Variables: ["[JELLYFIN_MEDIA_DIR, /media]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"]
[21:10:24] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[21:10:24] [INF] [1] Main: Operating system: Linux
[21:10:24] [INF] [1] Main: Architecture: X64
[21:10:24] [INF] [1] Main: 64-Bit Process: True
[21:10:24] [INF] [1] Main: User Interactive: True
[21:10:24] [INF] [1] Main: Processor count: 4
[21:10:24] [INF] [1] Main: Program data path: /config
[21:10:24] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
[21:10:24] [INF] [1] Main: Application directory: /jellyfin/
[21:10:24] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
[21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
[21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
[21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
[21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
[21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
[21:10:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[21:10:24] [FTL] [1] Main: Error while starting server.
System.TypeLoadException: Could not load type 'MediaBrowser.Model.Services.IReturn`1' from assembly 'MediaBrowser.Model, Version=10.7.0.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.RuntimeAssembly.GetExportedTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
   at Emby.Server.Implementations.ApplicationHost.GetComposablePartAssemblies()+MoveNext()
   at Emby.Server.Implementations.ApplicationHost.GetTypes(IEnumerable`1 assemblies)+MoveNext()
   at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items)
   at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source)
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Emby.Server.Implementations.ApplicationHost.DiscoverTypes()
   at Emby.Server.Implementations.ApplicationHost.Init()
   at Jellyfin.Server.Program.StartApp(StartupOptions options)
[21:10:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
[21:10:24] [INF] [2] Main: Received a SIGTERM signal, shutting down

Screenshots
n/a

Additional context

Originally created by @bmillemathias on GitHub (Jan 11, 2021). **Describe the bug** Jellyfin 10.7-rc2 cannot start after migrating from 10.6.4 **System (please complete the following information):** - OS: Fedora - Virtualization: Docker - Clients: N/a - Browser: N/a - Jellyfin Version: 10.7-rc2 - Playback: N/a - Installed Plugins: don't know - Reverse Proxy: Traefik - Base URL: none - Networking: Bridge/NAT - Storage: local **To Reproduce** * Have a running docker instance with version `latest` * Upgrade to tag `10.7.0-rc2-amd64` **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Logs** ``` [21:10:24] [INF] [1] Main: Jellyfin version: 10.7.0 [21:10:24] [INF] [1] Main: Environment Variables: ["[JELLYFIN_MEDIA_DIR, /media]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] [21:10:24] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] [21:10:24] [INF] [1] Main: Operating system: Linux [21:10:24] [INF] [1] Main: Architecture: X64 [21:10:24] [INF] [1] Main: 64-Bit Process: True [21:10:24] [INF] [1] Main: User Interactive: True [21:10:24] [INF] [1] Main: Processor count: 4 [21:10:24] [INF] [1] Main: Program data path: /config [21:10:24] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web [21:10:24] [INF] [1] Main: Application directory: /jellyfin/ [21:10:24] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache [21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: [] [21:10:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: [] [21:10:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [21:10:24] [FTL] [1] Main: Error while starting server. System.TypeLoadException: Could not load type 'MediaBrowser.Model.Services.IReturn`1' from assembly 'MediaBrowser.Model, Version=10.7.0.0, Culture=neutral, PublicKeyToken=null'. at System.Reflection.RuntimeAssembly.GetExportedTypes() at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext() at Emby.Server.Implementations.ApplicationHost.GetComposablePartAssemblies()+MoveNext() at Emby.Server.Implementations.ApplicationHost.GetTypes(IEnumerable`1 assemblies)+MoveNext() at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items) at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Emby.Server.Implementations.ApplicationHost.DiscoverTypes() at Emby.Server.Implementations.ApplicationHost.Init() at Jellyfin.Server.Program.StartApp(StartupOptions options) [21:10:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost [21:10:24] [INF] [2] Main: Received a SIGTERM signal, shutting down ``` **Screenshots** n/a **Additional context** <!-- Add any other context about the problem here. -->
backuprepo 2025-12-21 20:41:33 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@crobibero commented on GitHub (Jan 11, 2021):

Duplicate of https://github.com/jellyfin/jellyfin/issues/4690

@crobibero commented on GitHub (Jan 11, 2021): Duplicate of https://github.com/jellyfin/jellyfin/issues/4690
Author
Owner

@bmillemathias commented on GitHub (Jan 11, 2021):

Yep, sorry I just camez accross it.

thanks

@bmillemathias commented on GitHub (Jan 11, 2021): Yep, sorry I just camez accross it. thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#2499
No description provided.