jellyfin / jellyfin-plugin-reports

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

Plugin version 16 not compatible with Jellyfin 10.9 #83

Closed foux closed 4 months ago

foux commented 4 months ago

Hi there! As plugin version 16 was just deployed, I assumed it would be compatible with Jellyfin 10.9. Unfortuantely it isn't : CleanShot 2024-05-11 at 22 01 35

Thanks!

crobibero commented 4 months ago

Please provide logs as this screenshot is not helpful

foux commented 4 months ago

Sorry about that, here are the error logs :

[2024-05-11 21:47:28.398 +02:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ExcelNumberFormat, Version=1.1.0.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca" from "/config/data/plugins/Reports_16.0.0.0/ExcelNumberFormat.dll"
[2024-05-11 21:47:28.414 +02:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/data/plugins/Reports_16.0.0.0/ClosedXML.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 file or assembly 'SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13'. 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.IO.FileNotFoundException: Could not load file or assembly 'SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13'. The system cannot find the file specified.

I'm running on jellyfin docker image. Thanks

crobibero commented 4 months ago

Please try v17 which was just released

foux commented 4 months ago

I can't find v17 even after restarting Jellyfin. Has it been released? [edit : ] just got it

crobibero commented 4 months ago

May take a little bit to sync around the globe, the plugin can also be manually downloaded from the release: https://github.com/jellyfin/jellyfin-plugin-reports/releases/tag/v17

foux commented 4 months ago

Working. Thanks for the quick fix @crobibero