Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not supported #60

Closed
giancoro opened this issue May 22, 2024 · 5 comments
Closed

Plugin not supported #60

giancoro opened this issue May 22, 2024 · 5 comments
Assignees

Comments

@giancoro
Copy link

After installing the plugin from your repository and restarting the server the plugin has been marked as "Not supported"

@jwueller
Copy link
Owner

jwueller commented May 22, 2024

Hi! Which version of Jellyfin and this plugin are you running?

Jellyfin recently released a major update that required changes to almost all of the plugins. The most recent version of this plugin only works with Jellyfin 10.9 or higher.

@jwueller jwueller added the info needed Further information is requested label May 28, 2024
@jwueller jwueller self-assigned this Jun 7, 2024
@Ryah
Copy link

Ryah commented Jun 9, 2024

I am also getting this error on version 10.9.2.

image

@Ashpan
Copy link

Ashpan commented Jul 16, 2024

I am also facing this same issue with
Server version: 10.9.3
Web version: 10.9.3
Build version: 10.9.3

Edit: Updating to 10.9.7 seems to fix this error but now I'm running into this: #71

@mattthw
Copy link

mattthw commented Aug 29, 2024

I get this with the following error log:

[2024-08-28 21:01:25.878 -07:00] [ERR] [4] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/Users/matt_1/.local/share/jellyfin/plugins/InfuseSync_1.4.2.0/InfuseSync.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 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null'.
Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null'.
Could not load file or assembly 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null'.
System.IO.FileNotFoundException: Could not load file or assembly 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
[2024-08-28 21:01:25.889 -07:00] [ERR] [4] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/Users/matt_1/.local/share/jellyfin/plugins/One Pace_1.4.0.0/JWueller.Jellyfin.OnePace.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 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.10.0, Culture=neutral, PublicKeyToken=null'.
[2024-08-28 21:01:25.912 -07:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]

Versions:

[2024-08-28 21:01:25.669 -07:00] [INF] [4] Main: Jellyfin version: "10.9.10"
[2024-08-28 21:01:25.694 -07:00] [INF] [4] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/matt_1/.local/share/jellyfin/log]"]
[2024-08-28 21:01:25.695 -07:00] [INF] [4] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/matt_1/.local/share/jellyfin"]
[2024-08-28 21:01:25.695 -07:00] [INF] [4] Main: Operating system: "Darwin 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:12:41 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T8103"

Plugin version: latest

@jwueller jwueller removed the info needed Further information is requested label Aug 30, 2024
@jwueller
Copy link
Owner

I'll assume that this is fixed by upgrading Jellyfin. Unfortunately due to the One Pace website being currently down, pulling down the metadata won't work either way. Track #66 for nicer fallback behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants