Today, 01:56 AM
(This post was last modified: Today, 05:16 AM by KaXaSA. Edited 15 times in total.)
The blog post doesn't mention it, but I remember that in the notes it was recommended to remove all plugins before upgrading to 10.11.x, that's no longer necessary?
What's the situation with the plugins? Thanks.
Edit:
Just an update, answering my own question.
So I upgraded from 10.10.7, followed the blog instructions, but in my case no changes were necessary. Checking the logs, It tried to load the plugins and update them if available/necessary.
If there is a problem with the plugins, you will probably see in the logs a:
Real Example:
I have a small server, the upgrade/migration was superfast, it was pretty much instantaneous. Checking the logs, it seems it took about 3 minutes to finish with all the migrations and, aside from the plugin above that got disabled, I didn't see any other issues.
I will need to test stuff like Sync Play later, but so far so good.
What's the situation with the plugins? Thanks.
Edit:
Just an update, answering my own question.
So I upgraded from 10.10.7, followed the blog instructions, but in my case no changes were necessary. Checking the logs, It tried to load the plugins and update them if available/necessary.
If there is a problem with the plugins, you will probably see in the logs a:
Code:
"[ERR] [10] Emby.Server.Implementations.Plugins.PluginManager"
Real Example:
Code:
[2025-10-20 00:57:51.039 -03:00] [ERR] [10] Emby.Server.Implementations.Plugins.PluginManager:
Failed to load assembly "C:\Users\Username\AppData\Local\jellyfin\plugins\Ani-Sync_3.7.0.0\jellyfin-ani-sync.dll".
This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Jellyfin.Data.Entities.User' from assembly 'Jellyfin.Data, Version=10.11.0.0, Culture=neutral, PublicKeyToken=null'.
at System.Reflection.RuntimeModule.GetDefinedTypes()
at System.Reflection.RuntimeModule.GetTypes()
at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'Jellyfin.Data.Entities.User' from assembly 'Jellyfin.Data, Version=10.11.0.0, Culture=neutral, PublicKeyToken=null'.
I have a small server, the upgrade/migration was superfast, it was pretty much instantaneous. Checking the logs, it seems it took about 3 minutes to finish with all the migrations and, aside from the plugin above that got disabled, I didn't see any other issues.
I will need to test stuff like Sync Play later, but so far so good.