Unable to parse episodes from release name (Series: "Um actually...")

Sonarr version (exact version): 2.0.0.5301
Mono version (if Sonarr is not running on Windows): 5.16.0
OS: Unraid
Debug logs:

2019-03-07 16:10:58,900 DEBG 'sonarr' stdout output:
[Error] ReleaseModule: Episode search failed


[v2.0.0.5301] System.ArgumentOutOfRangeException: Can not search for Um, Actually... - S2018E01 it does not have an absolute episode number
Parameter name: AbsoluteEpisodeNumber
at NzbDrone.Core.IndexerSearch.NzbSearchService.SearchAnime (NzbDrone.Core.Tv.Series series, NzbDrone.Core.Tv.Episode episode, System.Boolean userInvokedSearch) [0x00076] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\IndexerSearch\NzbSearchService.cs:208
at NzbDrone.Core.IndexerSearch.NzbSearchService.EpisodeSearch (NzbDrone.Core.Tv.Episode episode, System.Boolean userInvokedSearch) [0x00046] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\IndexerSearch\NzbSearchService.cs:72
at NzbDrone.Core.IndexerSearch.NzbSearchService.EpisodeSearch (System.Int32 episodeId, System.Boolean userInvokedSearch) [0x0000d] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\IndexerSearch\NzbSearchService.cs:54
at NzbDrone.Api.Indexers.ReleaseModule.GetEpisodeReleases (System.Int32 episodeId) [0x00000] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Indexers\ReleaseModule.cs:92

Description of issue: Although sonarr properly finds episodes on both the daily, and standard series type, neither can download.

Additional Information:
The error is a little strange Can not search for Um, Actually... - S2018E01 it does not have an absolute episode number since sonarr, and the indexer did search for the episode, it’s just failing to parse the result.

That error would prevent the search from going through, it doesn’t fall back to searching another way. It looks like the logs don’t match that particular search, the title of the post nor are they the requested debug logs.

Did you change the series type? You’d only want it set to Anime if it’s actually using absolute episode numbers for releases, but given the search went through it looks like you fixed that.

It looks like the issue is likely the season numbers not matching, which will require a mapping on thexem.de (See the FAQ for more information on how it’s used by Sonarr).

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