jellyfin / jellyfin-plugin-reports

Reports Plugin for Jellyfin
https://jellyfin.org
MIT License
29 stars 18 forks source link

Gotify plugin Failed to load assembly #53

Closed ngosang closed 2 years ago

ngosang commented 2 years ago

Jellyfin: 10.7.7 Docker in Linux Debian Raspberry Pi 4 (ARM32)

Install Gotify plugin from the Web UI and restart Jellyfin container.

image

[14:23:32] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[14:23:32] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly /config/data/plugins/Gotify Notification_7.0.0.0/Jellyfin.Plugins.Gotify.dll. This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin.
System.TypeLoadException: Could not load type 'MediaBrowser.Model.Services.IReturnVoid' from assembly 'MediaBrowser.Model, Version=10.7.7.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.RuntimeAssembly.GetExportedTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
[14:24:06] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.7.7.0
[14:24:06] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.7.7.0
[14:24:06] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.7.7.0
crobibero commented 2 years ago

Correct repo: https://github.com/crobibero/jellyfin-plugin-gotify

That plugin has been deprecated and never built for 10.7. As the readme says, use the webhook plugin.

ngosang commented 2 years ago

OK, but why is it available in the Web UI if it's not compatible?