Closed danielnbalasoiu closed 1 month ago
Update: Just tested today with the latest Jellyfin version: 2024091605-amd64
and I'm getting the same error message.
Update 2: I manuallly installed the plugin and after restarting Jellyfin, the following error is displayed:
[13:29:00] [ERR] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
System.MissingMethodException: Method not found: 'MediaBrowser.Controller.Entities.UserItemData MediaBrowser.Controller.Library.IUserDataManager.GetUserData(System.Guid, MediaBrowser.Controller.Entities.BaseItem)'.
at Jellyfin.Plugin.TubeArchivistMetadata.Tasks.JFToTubearchivistProgressSyncTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Jellyfin.Plugin.TubeArchivistMetadata.Tasks.JFToTubearchivistProgressSyncTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)
at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
Plugin's status is Malfunctioned
The plugin targets Jellyfin 10.9.x, any other version is not supported.
I've read the documentation
Operating System
Linux (docker)
Your Bug Report
Describe the bug
Plugin fails to install
Error:
Jellyfin version:
10.10.0
(2024090905-amd64
) TA version:v0.4.10
Steps To Reproduce
Install TubeArchivist pluging following the official docs. At step 4, Find TubeArchivistMetadata in the Metadata section and install it, the installation fails.
Expected behavior
TubeArchivist pluging is installed successfully.
Relevant Jellyfin log output
Anything else?
After manually installing it and restarting Jellyfin, I see the following error message:
Another update: tried with Jellyfin
10.9.11
because if saw10.9.1.0
here and it works.