jellyfin / jellyfin-plugin-tmdbboxsets

https://jellyfin.org
MIT License
66 stars 16 forks source link

TMDb box sets 7.0.0.0 not working anymore after update to 10.7.0-RC4 #32

Closed ikomhoog closed 3 years ago

ikomhoog commented 3 years ago

Describe the bug I updated from RC3 to RC4 and now TMDb box sets fails to run

System (please complete the following information):

Expected behavior the plugin makes collections

Logs

[19:55:16] [INF] [52] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Scan library for new box sets
[19:55:16] [INF] [52] Jellyfin.Plugin.TMDbBoxSets.ScheduledTasks.RefreshLibraryTask: Starting TMDbBoxSets refresh library task
[19:55:16] [ERR] [52] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error

System.MissingMethodException: Method not found: 'Boolean MediaBrowser.Model.Entities.ProviderIdsExtensions.HasProviderId(MediaBrowser.Model.Entities.IHasProviderIds, MediaBrowser.Model.Entities.MetadataProvider)'.
at Jellyfin.Plugin.TMDbBoxSets.TMDbBoxSetManager.<>c.<GetMoviesFromLibrary>b__7_1(Movie m)
at System.Linq.Enumerable.WhereEnumerableIterator`1.ToList()
at Jellyfin.Plugin.TMDbBoxSets.TMDbBoxSetManager.GetMoviesFromLibrary()
at Jellyfin.Plugin.TMDbBoxSets.TMDbBoxSetManager.ScanLibrary(IProgress`1 progress)
at Jellyfin.Plugin.TMDbBoxSets.ScheduledTasks.RefreshLibraryTask.Execute(CancellationToken cancellationToken, IProgress`1 progress)
at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
[19:55:16] [INF] [52] Emby.Server.Implementations.ScheduledTasks.TaskManager: Scan library for new box sets Failed after 0 minute(s) and 0 seconds

[19:55:16] [INF] [52] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks