Getting some errors in my log - Input string was not in a correct format

I have been seeing the following error in my log:

An error occurred while processing feed. https://in/api?t=tvsearch&cat=5030,5040,5070&extended=1&apikey=&offset=0&limit=100: Input string was not in a correct format.

System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at NzbDrone.Common.Http.TooManyRequestsException…ctor(HttpRequest request, HttpResponse response) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\TooManyRequestsException.cs:line 12
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 97
at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchIndexerResponse(IndexerRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 276 at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 262
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchReleases(IndexerPageableRequestChain pageableRequestChain, Boolean isRecent) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 142

Looks like you hit your API limit, but your indexer is likely reporting a date instead of a time in seconds so Sonarr is failing, we’ll need to handle that on our end.

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