Closed rpardini closed 3 years ago
same here
[2021-01-30 09:29:20.512 -08:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Error creating "Jellyfin.Plugin.KodiSyncQueue.Plugin"
System.TypeLoadException: Could not load type 'MediaBrowser.Model.Serialization.IJsonSerializer' from assembly 'MediaBrowser.Model, Version=10.7.0.0, Culture=neutral, PublicKeyToken=null'.
at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
at System.Reflection.RuntimeConstructorInfo.get_Signature()
at System.Reflection.RuntimeConstructorInfo.GetParametersNoCopy()
at System.Reflection.RuntimeConstructorInfo.GetParameters()
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
at Emby.Server.Implementations.Plugins.PluginManager.CreatePluginInstance(Type type)
[2021-01-30 09:29:20.537 -08:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Plugin "/opt/jellyfin/data/plugins/Kodi Sync Queue_6.0.0.0" has been disabled.
And one guy more in the list :-(
Same here
Try uninstalling the plugin, restarting your server, and then reinstalling it. There's a bug that's causing plugins to fail on upgrade to one of the server RC versions, so if that doesn't work you may need to manually delete the plugin from the filesystem and then repeat these steps.
Habe tried it twice some minutes ago.
-> same error message and plugin disabled
Yes. Reinstalling does not help. Using STABLE Jellyfin it does work though. I suppose API changes in Jellyfin break the Kodi plugin; if Kodiplugin is fixed for unstable it will break stable? This is just a preview of the problems when new Jellyfin is released, maybe it will get fixed then.
Are you using unstable, or the stable-rc release of the server?
Its the git version compiled yesterday...
Unstable has already moved on and is no longer compatible with the published plugins. They're designed to work with the changes present in the 10.7 release branch, so you'll need to be running one of the 10.7 release candidates, not latest git
As I'm on unstable and having the same error, will the plugin get updated with the next rc or with final release?
No. Unless a bug is found, the plugin is likely in it's final state for 10.7.0, at least. Just so it's clear, 10.7 and unstable are not and will never be the same thing again.
By using unstable, you're effectively using 10.7 + some things that won't be included until 10.8
Make sense. Thanks for the clarification. Confirmed, the plug-in works with v10.7.0-rc3.
On Jellyfin 10.7.0 nightly ((20210119.9-unstable))
Let me know if you need anything else. Thanks!