Thanks for doing such a great job on NZBDrone. Since a few days I have an error that keeps popping up in the logs.
The Exception is:
System.ApplicationException: Expected query to return 3 rows but returned 1
at NzbDrone.Core.Datastore.BasicRepository`1[NzbDrone.Core.Tv.Episode].Get (IEnumerable`1 ids) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Tv.EpisodeService.GetEpisodes (IEnumerable`1 ids) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Parser.ParsingService.Map (NzbDrone.Core.Parser.Model.ParsedEpisodeInfo parsedEpisodeInfo, Int32 seriesId, IEnumerable`1 episodeIds) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.DownloadTrackingService.GetTrackedDownload (System.String trackingId, Int32 downloadClient, NzbDrone.Core.Download.DownloadClientItem downloadItem, System.Collections.Generic.List`1 grabbedHistory) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.DownloadTrackingService.UpdateTrackedDownloads (System.Collections.Generic.List`1 grabbedHistory) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.DownloadTrackingService.ProcessTrackedDownloads () [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.DownloadTrackingService.Execute (NzbDrone.Core.Download.CheckForFinishedDownloadCommand message) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[CheckForFinishedDownloadCommand] (NzbDrone.Core.Messaging.Commands.Command command) [0x00000] in <filename unknown>:0
Can this due some file being not able to process in the tv directory? I cannot find how to resolve this issue.