jesseward / jellyfin-plugin-lastfm

LastFM plugin for the Jellyfin media system. Fork of the Emby Last.FM plug-in
179 stars 12 forks source link

LoaderException: Method 'RunAsync' in type 'Jellyfin.Plugin.Lastfm.ServerEntryPoint' #2

Closed jesseward closed 5 years ago

jesseward commented 5 years ago

Failing to initialize Plugin with latest Jellyfin build

[21:10:31] [ERR] LoaderException: Method 'RunAsync' in type 'Jellyfin.Plugin.Lastfm.ServerEntryPoint' from assembly 'Jellyfin.Plugin.Lastfm, Version=10.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
jesseward commented 5 years ago

Looks like the upstream IServerEntryPoint interface changed in the following commit https://github.com/jellyfin/jellyfin/commit/85a58fd655240fd0ddd10bdaaad4a9bb8cd7051d#diff-eef1c6b802e7853cd84b32cc8ed36663

jesseward commented 5 years ago

Fixed in https://github.com/jesseward/jellyfin-plugin-lastfm/commit/dc7d2a360d4035e2edfca1dd623f99e13b4deaeb

@walduino : Heads up that you will want to grab the latest from this repo and rebuild if you're using Jellyfin latest (10.2..). There was a bump in one of the interfaces that was causing the Last.FM plugin to fail. This above commit should address