Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Unable to run shudle task #55

Open
BreizhHardware opened this issue Aug 24, 2024 · 8 comments
Open

[Bug]: Unable to run shudle task #55

BreizhHardware opened this issue Aug 24, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@BreizhHardware
Copy link

BreizhHardware commented Aug 24, 2024

What happened?

I want to manually run my media cleaner schudled task but I encounter this error message:

[18:50:28] [ERR] [34] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task

System.NullReferenceException: Object reference not set to an instance of an object.

   at MediaCleaner.Filtering.SeriesFilter.Apply(List`1 items)

   at MediaCleaner.JunkCollectors.BaseJunkCollector.ExecuteNotPlayed(List`1 users, IEnumerable`1 filters, CancellationToken cancellationToken)

   at MediaCleaner.MediaCleanupTask.CollectNotPlayedSeries(List`1 users, List`1 usersWithFavorites, ItemsAdapter itemsAdapter, CancellationToken cancellationToken)

   at MediaCleaner.MediaCleanupTask.ExecuteAsync(IProgress`1 progress, CancellationToken cancellationToken)

   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)

[18:50:28] [INF] [34] Emby.Server.Implementations.ScheduledTasks.TaskManager: Played media cleanup Failed after 0 minute(s) and 19 seconds 

Here is my settings :

image

I use a dockerized jellyfin

@BreizhHardware BreizhHardware added the bug Something isn't working label Aug 24, 2024
@shemanaev
Copy link
Owner

Hi!
It's hard to tell what's going on.
We could start with enabling Debug logging ("Trace" level will be excellent) and heading to Troubleshooting section of plugin then. There should be a lot of data in Jellyfin's log file then, that can give me some clues.

@BreizhHardware
Copy link
Author

When I try to display the troubleshooting section I have an error

image

@shemanaev
Copy link
Owner

Yes, right. That's why I asked to enable a debug log and see what's going on in Jellyfin's own logs (Dashboard -> Logs section).

@BreizhHardware
Copy link
Author

So here is the log file, if you need anything else I'm available

log_20240824.log

@shemanaev
Copy link
Owner

Could you try this build? Just replace dll and restart Jellyfin.

@BreizhHardware
Copy link
Author

I try with the new DLL file and I still got the same issue

Here is the latest log file
https://cdn.breizhhardware.fr/FAKA3/NoJOmOLe84.log

@shemanaev
Copy link
Owner

Still can't locate it. Let's another shot with new build. Remember to go to Troubleshooting section after plugin update and then download log.

@BreizhHardware
Copy link
Author

After the last Jellyfin update (10.9.10) my issue is fixed, thank you for your time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants