Newznab Indexer Error

I am trying to add nzbs.org as a newznab Indexer and getting a “Request Failed. POST /api/indexer/test: Input string was not in the correct format” error. Any ideas or places to look, thanks in advance!

If you can post the full ((debug log)) we could help pinpoint where it lies, but it could be a bad category number.

Ok, here is the debug log, thanks markus101 for the help!

[details=Summary]17-5-25 09:49:46.7|Debug|Api|[PUT] /api/config/host: 202.Accepted (149 ms)
17-5-25 09:49:46.8|Debug|SabnzbdProxy|Url: (removed)/api?mode=get_config&apikey=(removed)&output=json
17-5-25 09:49:46.9|Debug|Api|[GET] /api/health: 200.OK (3 ms)
17-5-25 09:50:00.0|Debug|Api|[GET] /api/indexer/schema: 200.OK (14 ms)
17-5-25 09:50:12.7|Debug|X509CertificateValidationPolicy|Certificate validation for https://sentry.sonarr.tv/api/8/store/ failed. RemoteCertificateChainErrors
17-5-25 09:50:12.4|Fatal|NzbDroneErrorPipeline|Request Failed. POST /api/indexer/test

[v2.0.0.4753] System.FormatException: Input string was not in the correct format
at int.Parse (string) [0x00012] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Int32.cs:626
at System.Convert.ToInt32 (string) [0x00008] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Convert.cs:1128
at NzbDrone.Api.ClientSchema.SchemaBuilder/<>c.b__1_2 (string) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\ClientSchema\SchemaBuilder.cs:109
at System.Linq.Enumerable/c__Iterator102<string, int>.MoveNext () [0x00059] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:2270 at System.Linq.Enumerable.Any<int> (System.Collections.Generic.IEnumerable1) [0x00024] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:138
at NzbDrone.Common.Extensions.EnumerableExtensions.Empty (System.Collections.Generic.IEnumerable1<int>) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Extensions\IEnumerableExtensions.cs:66 at NzbDrone.Core.Indexers.Newznab.NewznabSettingsValidator/<>c.<.ctor>b__3_0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:42 at FluentValidation.AbstractValidator1/<>c__DisplayClass19_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x0004a>
at FluentValidation.Internal.DelegateValidator1/<>c__DisplayClass10_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.<.ctor>b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings,FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00023>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00045>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext) <0x00200> at FluentValidation.AbstractValidator1/<>c__DisplayClass12_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (FluentValidation.IValidationRule) <0x00029>
at System.Linq.Enumerable/c__Iterator122<FluentValidation.IValidationRule, FluentValidation.Results.ValidationFailure>.MoveNext () <0x0019e> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>.AddEnumerable (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000a3> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>…ctor (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000ee> at System.Linq.Enumerable.ToList<FluentValidation.Results.ValidationFailure> (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x00056>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x001b9>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x000d6> at NzbDrone.Core.Indexers.Newznab.NewznabSettings.Validate () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:84 at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) <0x0003a>
at NzbDrone.Api.Indexers.IndexerModule.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) [0x00009] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\IndexerModule.cs:34
at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.Test (NzbDrone.Api.Indexers.IndexerResource) <0x00040> at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.<.ctor>b__1_1 (object) <0x00039>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) <IL 0x00038, 0x000a7>
at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <IL 0x0005f, 0x0016b>

17-5-25 09:50:13.0|Debug|Api|[POST] /api/indexer/test: 500.InternalServerError (601 ms)
17-5-25 09:50:14.5|Fatal|NzbDroneErrorPipeline|Request Failed. POST /api/indexer

[v2.0.0.4753] System.FormatException: Input string was not in the correct format
at int.Parse (string) [0x00012] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Int32.cs:626
at System.Convert.ToInt32 (string) [0x00008] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Convert.cs:1128
at NzbDrone.Api.ClientSchema.SchemaBuilder/<>c.b__1_2 (string) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\ClientSchema\SchemaBuilder.cs:109
at System.Linq.Enumerable/c__Iterator102<string, int>.MoveNext () [0x00059] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:2270 at System.Linq.Enumerable.Any<int> (System.Collections.Generic.IEnumerable1) [0x00024] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:138
at NzbDrone.Common.Extensions.EnumerableExtensions.Empty (System.Collections.Generic.IEnumerable1<int>) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Extensions\IEnumerableExtensions.cs:66 at NzbDrone.Core.Indexers.Newznab.NewznabSettingsValidator/<>c.<.ctor>b__3_0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:42 at FluentValidation.AbstractValidator1/<>c__DisplayClass19_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x0004a>
at FluentValidation.Internal.DelegateValidator1/<>c__DisplayClass10_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.<.ctor>b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings,FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00023>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00045>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext) <0x00200> at FluentValidation.AbstractValidator1/<>c__DisplayClass12_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (FluentValidation.IValidationRule) <0x00029>
at System.Linq.Enumerable/c__Iterator122<FluentValidation.IValidationRule, FluentValidation.Results.ValidationFailure>.MoveNext () <0x0019e> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>.AddEnumerable (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000a3> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>…ctor (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000ee> at System.Linq.Enumerable.ToList<FluentValidation.Results.ValidationFailure> (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x00056>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x001b9>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x000d6> at NzbDrone.Core.Indexers.Newznab.NewznabSettings.Validate () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:84 at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) <0x0003a>
at NzbDrone.Api.Indexers.IndexerModule.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) [0x00009] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\IndexerModule.cs:34
at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.GetDefinition (NzbDrone.Api.Indexers.IndexerResource,bool,bool) <0x0007f> at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.CreateProvider (NzbDrone.Api.Indexers.IndexerResource) <0x00021>
at NzbDrone.Api.REST.RestModule1<NzbDrone.Api.Indexers.IndexerResource>.<set_CreateResource>b__41_0 (object) <0x0003f> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func2<object, object>,object) <IL 0x00038, 0x000a7>
at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <IL 0x0005f, 0x0016b>

17-5-25 09:50:14.6|Debug|Api|[POST] /api/indexer: 500.InternalServerError (36 ms)
17-5-25 09:50:18.1|Debug|Api|[GET] /api/health: 200.OK (9 ms)
17-5-25 09:50:18.1|Debug|Api|[GET] /api/health: 200.OK (18 ms)
17-5-25 09:50:18.2|Debug|DiskProvider|Unable to get free space for ‘/’, unable to find suitable drive
17-5-25 09:50:18.2|Debug|Api|[GET] /api/diskspace: 200.OK (110 ms)
17-5-25 09:50:18.3|Debug|DiskProvider|Unable to get free space for ‘/’, unable to find suitable drive
17-5-25 09:50:18.3|Debug|Api|[GET] /api/diskspace: 200.OK (64 ms)
17-5-25 09:50:19.2|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (21 ms)
17-5-25 09:50:19.2|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (18 ms)
17-5-25 09:50:21.2|Debug|Api|[GET] /api/log/file: 200.OK (18 ms)
17-5-25 09:50:21.2|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (10 ms)
17-5-25 09:50:24.6|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (10 ms)
17-5-25 09:50:34.3|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (10 ms)
17-5-25 09:50:53.8|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json
17-5-25 09:50:53.8|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=history&start=0&limit=30&apikey=(removed)&output=json
17-5-25 09:50:53.9|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (23 ms)
17-5-25 09:50:54.0|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (6 ms)
17-5-25 09:50:54.0|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (14 ms)
17-5-25 09:50:54.4|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (7 ms)
17-5-25 09:50:54.4|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (9 ms)
17-5-25 09:50:54.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (6 ms)
17-5-25 09:50:54.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (6 ms)
17-5-25 09:51:37.4|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (31 ms)
17-5-25 09:51:38.9|Debug|Api|[GET] /api/config/mediamanagement: 200.OK (11 ms)
17-5-25 09:51:38.9|Debug|Api|[GET] /api/config/downloadclient: 200.OK (38 ms)
17-5-25 09:51:38.9|Debug|Api|[GET] /api/config/indexer: 200.OK (40 ms)
17-5-25 09:51:38.9|Debug|Api|[GET] /api/config/naming: 200.OK (48 ms)
17-5-25 09:51:38.9|Debug|Api|[GET] /api/notification: 200.OK (47 ms)
17-5-25 09:51:38.9|Debug|Api|[GET] /api/config/host: 200.OK (20 ms)
17-5-25 09:51:39.0|Debug|Api|[GET] /api/config/ui: 200.OK (5 ms)
17-5-25 09:51:39.0|Debug|Parser|Parsing string 'Series.Title.(2010).-.S01E01.-.Episode.Title.(1).HDTV-720p’
17-5-25 09:51:39.0|Debug|Parser|Episode Parsed. Series Title (2010) - S01E01
17-5-25 09:51:39.0|Debug|Parser|Language parsed: English
17-5-25 09:51:39.0|Debug|QualityParser|Trying to parse quality for Series.Title.(2010).-.S01E01.-.Episode.Title.(1).HDTV-720p
17-5-25 09:51:39.0|Debug|Parser|Quality parsed: HDTV-720p v1
17-5-25 09:51:39.0|Debug|Parser|Release Group parsed:
17-5-25 09:51:39.0|Debug|Parser|Parsing string 'Series.Title.(2010).-.S01E01-02-03.-.Episode.Title.HDTV-720p’
17-5-25 09:51:39.0|Debug|Parser|Episode Parsed. Series Title (2010) - S01E01-02-03
17-5-25 09:51:39.0|Debug|Parser|Language parsed: English
17-5-25 09:51:39.0|Debug|QualityParser|Trying to parse quality for Series.Title.(2010).-.S01E01-02-03.-.Episode.Title.HDTV-720p
17-5-25 09:51:39.0|Debug|Parser|Quality parsed: HDTV-720p v1
17-5-25 09:51:39.0|Debug|Api|[GET] /api/qualitydefinition: 200.OK (7 ms)
17-5-25 09:51:39.0|Debug|Parser|Release Group parsed:
17-5-25 09:51:39.0|Debug|Parser|Parsing string 'Series.Title.(2010).-.2013-10-30.-.Episode.Title.(1).HDTV-720p’
17-5-25 09:51:39.0|Debug|Parser|Episode Parsed. Series Title (2010 - 2013-10-30
17-5-25 09:51:39.0|Debug|Parser|Language parsed: English
17-5-25 09:51:39.0|Debug|QualityParser|Trying to parse quality for Series.Title.(2010).-.2013-10-30.-.Episode.Title.(1).HDTV-720p
17-5-25 09:51:39.1|Debug|Parser|Quality parsed: HDTV-720p v1
17-5-25 09:51:39.1|Debug|Api|[GET] /api/profile: 200.OK (23 ms)
17-5-25 09:51:39.1|Debug|Parser|Release Group parsed:
17-5-25 09:51:39.1|Debug|Parser|Parsing string 'Series.Title.(2010).-.S01E01.-.Episode.Title.(1).HDTV-720p’
17-5-25 09:51:39.1|Debug|Parser|Episode Parsed. Series Title (2010) - S01E01
17-5-25 09:51:39.1|Debug|Parser|Language parsed: English
17-5-25 09:51:39.1|Debug|QualityParser|Trying to parse quality for Series.Title.(2010).-.S01E01.-.Episode.Title.(1).HDTV-720p
17-5-25 09:51:39.1|Debug|Parser|Quality parsed: HDTV-720p v1
17-5-25 09:51:39.1|Debug|Parser|Release Group parsed:
17-5-25 09:51:39.1|Debug|Parser|Parsing string 'Series.Title.(2010).-.S01E01-02-03.-.Episode.Title.HDTV-720p’
17-5-25 09:51:39.1|Debug|Parser|Episode Parsed. Series Title (2010) - S01E01-02-03
17-5-25 09:51:39.1|Debug|Parser|Language parsed: English
17-5-25 09:51:39.1|Debug|QualityParser|Trying to parse quality for Series.Title.(2010).-.S01E01-02-03.-.Episode.Title.HDTV-720p
17-5-25 09:51:39.1|Debug|Api|[GET] /api/delayprofile: 200.OK (29 ms)
17-5-25 09:51:39.1|Debug|Parser|Quality parsed: HDTV-720p v1
17-5-25 09:51:39.1|Debug|Parser|Release Group parsed:
17-5-25 09:51:39.1|Debug|Api|[GET] /api/config/naming/samples?renameEpisodes=true&replaceIllegalCharacters=true&multiEpisodeStyle=0&standardEpisodeFormat=%7BSeries.Title%7D.-.S%7Bseason%3A00%7DE%7Bepisode%3A00%7D.-.%7BEpisode.Title%7D.%7BQuality.Title%7D&dailyEpisodeFormat=%7BSeries.Title%7D.-.%7BAir-Date%7D.-.%7BEpisode.Title%7D.%7BQuality.Title%7D&animeEpisodeFormat=%7BSeries.Title%7D.-.S%7Bseason%3A00%7DE%7Bepisode%3A00%7D.-.%7BEpisode.Title%7D.%7BQuality.Title%7D&seriesFolderFormat=%7BSeries+Title%7D&seasonFolderFormat=Season+%7Bseason%7D&includeSeriesTitle=false&includeEpisodeTitle=false&includeQuality=false&replaceSpaces=true&separator=.-.&numberStyle=S%7Bseason%3A00%7DE%7Bepisode%3A00%7D&id=1: 200.OK (41 ms)
17-5-25 09:51:39.1|Debug|Api|[GET] /api/indexer: 200.OK (19 ms)
17-5-25 09:51:39.1|Debug|Api|[GET] /api/Restriction: 200.OK (10 ms)
17-5-25 09:51:39.1|Debug|Api|[GET] /api/remotePathMapping: 200.OK (22 ms)
17-5-25 09:51:39.1|Debug|Api|[GET] /api/downloadclient: 200.OK (27 ms)
17-5-25 09:51:39.1|Debug|Api|[GET] /api/metadata: 200.OK (31 ms)
17-5-25 09:51:54.2|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json
17-5-25 09:51:54.3|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=history&start=0&limit=30&apikey=(removed)&output=json
17-5-25 09:51:54.4|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (17 ms)
17-5-25 09:51:54.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (12 ms)
17-5-25 09:51:54.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (12 ms)
17-5-25 09:52:24.3|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (9 ms)
17-5-25 09:52:24.4|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (13 ms)
17-5-25 09:52:54.3|Info|RssSyncService|Starting RSS Sync
17-5-25 09:52:54.3|Warn|FetchAndParseRssService|No available indexers. check your configuration.
17-5-25 09:52:54.3|Info|DownloadDecisionMaker|No results found
17-5-25 09:52:54.3|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
17-5-25 09:52:54.3|Debug|PendingReleaseService|Removing failed releases from pending
17-5-25 09:52:54.4|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (6 ms)
17-5-25 09:52:54.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (7 ms)
17-5-25 09:53:14.5|Debug|Api|[PUT] /api/config/host: 202.Accepted (155 ms)
17-5-25 09:53:14.6|Debug|Api|[PUT] /api/config/host: 202.Accepted (196 ms)
17-5-25 09:53:14.6|Debug|Api|[PUT] /api/config/mediamanagement: 202.Accepted (208 ms)
17-5-25 09:53:14.6|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=get_config&apikey=(removed)&output=json
17-5-25 09:53:14.6|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=get_config&apikey=(removed)&output=json
17-5-25 09:53:14.7|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=get_config&apikey=(removed)&output=json
17-5-25 09:53:14.8|Debug|Api|[GET] /api/health: 200.OK (3 ms)
17-5-25 09:53:14.9|Debug|Api|[GET] /api/health: 200.OK (3 ms)
17-5-25 09:53:14.9|Debug|Api|[GET] /api/health: 200.OK (6 ms)
17-5-25 09:53:18.1|Debug|Api|[GET] /api/indexer/schema: 200.OK (7 ms)
17-5-25 09:53:24.4|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json
17-5-25 09:53:24.4|Debug|SabnzbdProxy|Url: http://(removed)/api?mode=history&start=0&limit=30&apikey=(removed)&output=json
17-5-25 09:53:24.5|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (9 ms)
17-5-25 09:53:24.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (7 ms)
17-5-25 09:53:24.6|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (6 ms)
17-5-25 09:53:24.7|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (6 ms)
17-5-25 09:53:24.7|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (6 ms)
17-5-25 09:53:36.2|Warn|NzbDroneErrorPipeline|Invalid request Validation failed:
– Either ‘Categories’ or ‘Anime Categories’ must be provided
17-5-25 09:53:36.2|Debug|Api|[POST] /api/indexer/test: 400.BadRequest (33 ms)
17-5-25 09:53:42.4|Fatal|NzbDroneErrorPipeline|Request Failed. POST /api/indexer/test

[v2.0.0.4753] System.FormatException: Input string was not in the correct format
at int.Parse (string) [0x00012] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Int32.cs:626
at System.Convert.ToInt32 (string) [0x00008] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Convert.cs:1128
at NzbDrone.Api.ClientSchema.SchemaBuilder/<>c.b__1_2 (string) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\ClientSchema\SchemaBuilder.cs:109
at System.Linq.Enumerable/c__Iterator102<string, int>.MoveNext () [0x00059] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:2270 at System.Linq.Enumerable.Any<int> (System.Collections.Generic.IEnumerable1) [0x00024] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:138
at NzbDrone.Common.Extensions.EnumerableExtensions.Empty (System.Collections.Generic.IEnumerable1<int>) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Extensions\IEnumerableExtensions.cs:66 at NzbDrone.Core.Indexers.Newznab.NewznabSettingsValidator/<>c.<.ctor>b__3_0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:42 at FluentValidation.AbstractValidator1/<>c__DisplayClass19_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x0004a>
at FluentValidation.Internal.DelegateValidator1/<>c__DisplayClass10_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.<.ctor>b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings,FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00023>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00045>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext) <0x00200> at FluentValidation.AbstractValidator1/<>c__DisplayClass12_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (FluentValidation.IValidationRule) <0x00029>
at System.Linq.Enumerable/c__Iterator122<FluentValidation.IValidationRule, FluentValidation.Results.ValidationFailure>.MoveNext () <0x0019e> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>.AddEnumerable (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000a3> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>…ctor (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000ee> at System.Linq.Enumerable.ToList<FluentValidation.Results.ValidationFailure> (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x00056>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x001b9>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x000d6> at NzbDrone.Core.Indexers.Newznab.NewznabSettings.Validate () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:84 at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) <0x0003a>
at NzbDrone.Api.Indexers.IndexerModule.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) [0x00009] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\IndexerModule.cs:34
at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.Test (NzbDrone.Api.Indexers.IndexerResource) <0x00040> at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.<.ctor>b__1_1 (object) <0x00039>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) <IL 0x00038, 0x000a7>
at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <IL 0x0005f, 0x0016b>

17-5-25 09:53:42.4|Debug|Api|[POST] /api/indexer/test: 500.InternalServerError (60 ms)
17-5-25 09:53:50.4|Fatal|NzbDroneErrorPipeline|Request Failed. POST /api/indexer/test

[v2.0.0.4753] System.FormatException: Input string was not in the correct format
at int.Parse (string) [0x00012] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Int32.cs:626
at System.Convert.ToInt32 (string) [0x00008] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/corlib/System/Convert.cs:1128
at NzbDrone.Api.ClientSchema.SchemaBuilder/<>c.b__1_2 (string) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\ClientSchema\SchemaBuilder.cs:109
at System.Linq.Enumerable/c__Iterator102<string, int>.MoveNext () [0x00059] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:2270 at System.Linq.Enumerable.Any<int> (System.Collections.Generic.IEnumerable1) [0x00024] in /usr/wrkdirprefix/usr/ports/lang/mono/work/mono-3.10.0/mcs/class/System.Core/System.Linq/Enumerable.cs:138
at NzbDrone.Common.Extensions.EnumerableExtensions.Empty (System.Collections.Generic.IEnumerable1<int>) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Extensions\IEnumerableExtensions.cs:66 at NzbDrone.Core.Indexers.Newznab.NewznabSettingsValidator/<>c.<.ctor>b__3_0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:42 at FluentValidation.AbstractValidator1/<>c__DisplayClass19_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x0004a>
at FluentValidation.Internal.DelegateValidator1/<>c__DisplayClass10_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.<.ctor>b__0 (NzbDrone.Core.Indexers.Newznab.NewznabSettings,FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00023>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x00045>
at FluentValidation.Internal.DelegateValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext) <0x00200> at FluentValidation.AbstractValidator1/<>c__DisplayClass12_0<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.b__0 (FluentValidation.IValidationRule) <0x00029>
at System.Linq.Enumerable/c__Iterator122<FluentValidation.IValidationRule, FluentValidation.Results.ValidationFailure>.MoveNext () <0x0019e> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>.AddEnumerable (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000a3> at System.Collections.Generic.List1<FluentValidation.Results.ValidationFailure>…ctor (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x000ee> at System.Linq.Enumerable.ToList<FluentValidation.Results.ValidationFailure> (System.Collections.Generic.IEnumerable1<FluentValidation.Results.ValidationFailure>) <0x00056>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (FluentValidation.ValidationContext1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>) <0x001b9>
at FluentValidation.AbstractValidator1<NzbDrone.Core.Indexers.Newznab.NewznabSettings>.Validate (NzbDrone.Core.Indexers.Newznab.NewznabSettings) <0x000d6> at NzbDrone.Core.Indexers.Newznab.NewznabSettings.Validate () [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Indexers\Newznab\NewznabSettings.cs:84 at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) <0x0003a>
at NzbDrone.Api.Indexers.IndexerModule.Validate (NzbDrone.Core.Indexers.IndexerDefinition,bool) [0x00009] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\IndexerModule.cs:34
at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.Test (NzbDrone.Api.Indexers.IndexerResource) <0x00040> at NzbDrone.Api.ProviderModuleBase3<NzbDrone.Api.Indexers.IndexerResource, NzbDrone.Core.Indexers.IIndexer, NzbDrone.Core.Indexers.IndexerDefinition>.<.ctor>b__1_1 (object) <0x00039>
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) <IL 0x00038, 0x000a7>
at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <IL 0x0005f, 0x0016b>

17-5-25 09:53:50.4|Debug|Api|[POST] /api/indexer/test: 500.InternalServerError (52 ms)
17-5-25 09:53:53.5|Debug|Api|[GET] /api/health: 200.OK (9 ms)
17-5-25 09:53:53.5|Debug|Api|[GET] /api/health: 200.OK (18 ms)
17-5-25 09:53:53.6|Debug|DiskProvider|Unable to get free space for ‘/’, unable to find suitable drive
17-5-25 09:53:53.6|Debug|Api|[GET] /api/diskspace: 200.OK (100 ms)
17-5-25 09:53:53.6|Debug|DiskProvider|Unable to get free space for ‘/’, unable to find suitable drive
17-5-25 09:53:53.6|Debug|Api|[GET] /api/diskspace: 200.OK (68 ms)
17-5-25 09:53:54.9|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (10 ms)
17-5-25 09:53:54.9|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (9 ms)
17-5-25 09:53:56.8|Debug|Api|[GET] /api/log/file: 200.OK (7 ms)
17-5-25 09:53:56.9|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (3 ms)
17-5-25 09:53:58.2|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (4 ms)
[/details]

It looks like something in the category or anime category field is invalid, what do you have entered there? Can you post a screenshot of the indexer settings?

In general this should be pretty simple. When you Add a new Newznab there’s really only 3 things you need to worry about.

Name!!! You can name it anything you want. "THIS IS A SAMPLE"
URL!!! This is the web site for the NZB’s in general it should looks like http://www.thisisasample.com

Some places toss the www and use api.thisisasample.com. Many also use https:// instead of just http://

Lastly, the API Key!!! This is your API in your Profile from www.thisisasample.com. It’s yours and yours alone.

That is ALL you should normally have to enter, and then click Test and it should work and then SAVE it. You’re done. Leave the Categories alone, Leave the Anime Category’s alone, along with Additional Parameters. You normally shouldn’t have to touch any of that. 3 blank lines of info to enter and 1 is simple. Hell you could leave it blank if you wanted, though you should enter something.

If 1 little thing is wrong, it will fail. In general, cut out the URL you entered, paste in the browser and see if it actually works!!! That you go to that site. Cut out your API and paste it in the API section. This cuts down on mistakes.

Once I have it all entered in Sonarr, it’s simple to cut and paste right into Radarr or anything else.

By the way I tried going to nzbs.org and that failed in Chrome to take me anywhere. So that is not a good address unless it’s fake one you used.

Thanks for your help guys, I ended up figuring it out. It wanted something in categories and so I put the corresponding number to it. I didn’t have anything in the Anime field so I’m not sure why that would cause it to error.

JBDragon they hide their website, it was back during the time when the most popular indexer would disappear a week. Back in the Newzbin days, I believe.

Thanks again!

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