You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failing to sync watch status from Jellyfin back to TA
Steps To Reproduce
Configured the plugin per the documentation, Library populated properly, marked an episode as watched, didnt sync on its own after some time. Tried to run the scheduled task manually and still fails. (for context i only have the JF to TA config populated and not bidirectional)
Expected behavior
Should sync the watch status over to TA and be marked with the checkbox
Relevant Jellyfin log output
[2024-12-04 11:48:20.069 -06:00] [INF] [172] Jellyfin.Plugin.TubeArchivistMetadata.Plugin: Starting Jellyfin->TubeArchivist playback progresses synchronization.
[2024-12-04 11:48:20.071 -06:00] [ERR] [172] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
System.ArgumentException: Invalid username (Parameter 'name')
at Jellyfin.Server.Implementations.Users.UserManager.GetUserByName(String name)
at Jellyfin.Plugin.TubeArchivistMetadata.Tasks.JFToTubearchivistProgressSyncTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken) at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)[2024-12-04 11:48:20.071 -06:00] [INF] [172] Emby.Server.Implementations.ScheduledTasks.TaskManager: "JFToTubeArchivistProgressSyncTask" Failed after 0 minute(s) and 0 seconds
Anything else?
No response
The text was updated successfully, but these errors were encountered:
update: so the play status does work. ie. while im watching via swiftfin on my apple tv, i can refresh TA and see the watch bar move across the video in TA at pretty much real time (refreshing once every 10 seconds or so), but a) after the video is finished, SF or JF didnt automatically mark the checkbox in its UI showing watched, and b) even after manually checking the box on the SF ATV app, the watched status still didnt sync over to TA.
Oddly, I get no playhead sync at all...but I do get checkbox on completion. I do not, however, see any logging. (I wish I could provide better details)
I've read the documentation
Operating System
unraid docker
Your Bug Report
Describe the bug
Failing to sync watch status from Jellyfin back to TA
Steps To Reproduce
Configured the plugin per the documentation, Library populated properly, marked an episode as watched, didnt sync on its own after some time. Tried to run the scheduled task manually and still fails. (for context i only have the JF to TA config populated and not bidirectional)
Expected behavior
Should sync the watch status over to TA and be marked with the checkbox
Relevant Jellyfin log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: