Import fails on ImportDecisionMaker: Couldn't evaluate decision

Does anyone see why this file is impossible to evaluate by Sonarr?

the.graham.norton.show.s10e10.720p.hdtv.x264-ftp.mkv

I checked TVDB manually. I don’t see any problems. The name looks pretty straight forward to me. Other episodes from this series are imported fine.

This is what I see in the logs:

[Error] ImportDecisionMaker: Couldn't evaluate decision on /mnt/temp/usenet/sonarr/The.Graham.Norton.Show.S10E10.720p.HDTV.x264-FTP/the.graham.norton.show.s10e10.720p.hdtv.x264-ftp.mkv

Couldn't evaluate decision on /mnt/temp/usenet/sonarr/The.Graham.Norton.Show.S10E10.720p.HDTV.x264-FTP/the.graham.norton.show.s10e10.mkv: Sequence contains more than one matching element
System.InvalidOperationException: Sequence contains more than one matching element
  at System.Linq.Enumerable.Single[Int32] (IEnumerable`1 source, System.Func`2 predicate, Fallback fallback) [0x00038] in /tmp/SBo/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:2371 
  at System.Linq.Enumerable.Single[Int32] (IEnumerable`1 source) [0x00006] in /tmp/SBo/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:2388 
  at NzbDrone.Core.Parser.Model.LocalEpisode.get_SeasonNumber () [0x00000] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Parser\Model\LocalEpisode.cs:30 
  at NzbDrone.Core.MediaFiles.EpisodeImport.Specifications.NotSampleSpecification.IsSatisfiedBy (NzbDrone.Core.Parser.Model.LocalEpisode localEpisode) [0x0001e] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeImport\Specifications\NotSampleSpecification.cs:27 
  at NzbDrone.Core.MediaFiles.EpisodeImport.ImportDecisionMaker.EvaluateSpec (IImportDecisionEngineSpecification spec, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode) [0x00000] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeImport\ImportDecisionMaker.cs:132

The file seems to be matching episodes across multiple seasons, which would fail. The issue is with thexem.de, for some reason it looks like the scene’s S10E10 is linked to a special and another episode (I suspect TVDB’s S10E10), so the import fails.

http://thexem.de/xem/show/1951

That was actually the same thing I had in mind when I was looking at the TVDB. Not sure if this was done forever, but I only noticed it now. If a special was aired during the season, then also TVDB is adding this special in both the special season (00) and the season it was aired.If you select the episode from the normal season, you will be redirected to the special season.

However, some other episodes didn’t seem to have this issue. So I dropped that idea.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.