Hi there!
So I am trying to migrate my server to a new docker instance and I'm getting the following:
[12:04:43 ERR] BackgroundService failed
System.ArgumentException: An item with the same key has already been added. Key: Pedro Pascal Shows
at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at System.Collections.Generic.Dictionary2.Add(TKey key, TValue value)
at ErsatzTV.Infrastructure.Search.SmartCollectionCache.Refresh() in /source/ErsatzTV.Infrastructure/Search/SmartCollectionCache.cs:line 33
at ErsatzTV.Infrastructure.Search.SmartCollectionCache.Refresh() in /source/ErsatzTV.Infrastructure/Search/SmartCollectionCache.cs:line 42
at ErsatzTV.Services.RunOnce.RebuildSearchIndexService.ExecuteAsync(CancellationToken stoppingToken) in /source/ErsatzTV/Services/RunOnce/RebuildSearchIndexService.cs:line 40
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
I don't know how to solve this, as it was working fine previously on my last PC. I'd prefer not to completely redo my server.
Attaching the full logs as well.