Sonarr giving error when trying to add Anime manually via interactive search using jackett(Nyaa)

Sonarr version (exact version): linuxserver/sonarr: 3.0.9.1549
Mono version (if Sonarr is not running on Windows): 6.12.0.182
OS: Synology Docker
Debug logs:
Description of issue: I have an indexer added through Jackett and when trying to add an anime via interactive search utilizing nyaa i get the following error

Message
Request Failed. POST /api/v3/release: Value cannot be null.
Parameter name: input

Exception
System.ArgumentNullException: Value cannot be null.
Parameter name: input
at System.Text.RegularExpressions.Regex.Replace (System.String input, System.String replacement) [0x00003] in <33b19a7ad5234d94abf4fd9b47566616>:0
at NzbDrone.Core.Parser.Parser.CleanSeriesTitle (System.String title) [0x0000f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Parser\Parser.cs:687
at NzbDrone.Core.DataAugmentation.Scene.SceneMappingService.FindMappings (System.String seriesTitle, System.String releaseTitle) [0x00020] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\DataAugmentation\Scene\SceneMappingService.cs:185
at NzbDrone.Core.DataAugmentation.Scene.SceneMappingService.FindSceneMapping (System.String seriesTitle, System.String releaseTitle, System.Int32 sceneSeasonNumber) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\DataAugmentation\Scene\SceneMappingService.cs:95
at NzbDrone.Core.Parser.ParsingService.Map (NzbDrone.Core.Parser.Model.ParsedEpisodeInfo parsedEpisodeInfo, System.Int32 tvdbId, System.Int32 tvRageId, NzbDrone.Core.Tv.Series series, NzbDrone.Core.IndexerSearch.Definitions.SearchCriteriaBase searchCriteria) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Parser\ParsingService.cs:140
at NzbDrone.Core.Parser.ParsingService.GetEpisodes (NzbDrone.Core.Parser.Model.ParsedEpisodeInfo parsedEpisodeInfo, NzbDrone.Core.Tv.Series series, System.Boolean sceneSource, NzbDrone.Core.IndexerSearch.Definitions.SearchCriteriaBase searchCriteria) [0x00003] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Parser\ParsingService.cs:204
at Sonarr.Api.V3.Indexers.ReleaseModule.DownloadRelease (Sonarr.Api.V3.Indexers.ReleaseResource release) [0x000c4] in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Indexers\ReleaseModule.cs:95
at Sonarr.Api.V3.Indexers.ReleaseModule.<.ctor>b__10_2 (System.Object x) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\Indexers\ReleaseModule.cs:65
at Nancy.NancyModule+<>c__DisplayClass38_01[T].<Post>b__0 (System.Object args) [0x00047] in <e31b230dbd29407fadcc55713e0bbd0f>:0 at Nancy.NancyModule+<>c__DisplayClass40_01[T].b__0 (System.Object args, System.Threading.CancellationToken ct) [0x00047] in :0
at Nancy.Routing.Route`1[T].Invoke (Nancy.DynamicDictionary parameters, System.Threading.CancellationToken cancellationToken) [0x00017] in :0
at Nancy.Routing.DefaultRouteInvoker.Invoke (Nancy.Routing.Route route, System.Threading.CancellationToken cancellationToken, Nancy.DynamicDictionary parameters, Nancy.NancyContext context) [0x00086] in :0
at Nancy.Routing.DefaultRequestDispatcher.Dispatch (Nancy.NancyContext context, System.Threading.CancellationToken cancellationToken) [0x002b7] in :0
at Nancy.NancyEngine.InvokeRequestLifeCycle (Nancy.NancyContext context, System.Threading.CancellationToken cancellationToken, Nancy.Bootstrapper.IPipelines pipelines) [0x0011d] in :0

Best guess you have not setup nyaa correctly in Jackett. It is not sending over whatever is tagged as ‘input’ when trying to search. IIRC you need to have anime enabled etc. Don’t use so can’t provide specifics.

See here for troubleshooting https://wiki.servarr.com/sonarr/troubleshooting#searches-indexers-and-trackers

Perhaps think above moving to Prowlarr instead https://wiki.servarr.com/en/prowlarr

Thanks for the response. I heard you cant really use prowlarr with Nyaa because the way it interacts Nyaa blocks the connection.

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