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

Exceptions for Trakt.Helpers.LibraryManagerEventsHelper - ProcessQueuedMovieEvents #166

Open
alexandrucatalinene opened this issue Sep 7, 2022 · 0 comments

Comments

@alexandrucatalinene
Copy link

I see it in my logs all the time. I didn't notice any problems for it (although I didn't actually check trakt to be sure)

[ERR] Error in OnQueueTimerCallbackInternal
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
   at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at Trakt.Helpers.LibraryManagerEventsHelper.<>c__DisplayClass9_0.<ProcessQueuedMovieEvents>b__1(Movie lev)
   at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
   at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other)
   at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
   at System.Linq.Enumerable.ToHashSet[TSource](IEnumerable`1 source, IEqualityComparer`1 comparer)
   at System.Linq.Enumerable.ToHashSet[TSource](IEnumerable`1 source)
   at Trakt.Helpers.LibraryManagerEventsHelper.ProcessQueuedMovieEvents(IReadOnlyCollection`1 events, TraktUser traktUser, EventType eventType)
   at Trakt.Helpers.LibraryManagerEventsHelper.OnQueueTimerCallbackInternal()
   at Trakt.Helpers.LibraryManagerEventsHelper.OnQueueTimerCallback(Object state)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant