Problem with Indexer

Sonarr is unable to connect to indexer when trying to add RARBG tracker as an indexer. I’m on OS X El Capitan, running latest Mono and latest Sonarr build in master.

Ehat do the log files show?
Is curl available on your system?

I have not manually installed curl so that could be the issue. Error message is below:

15-11-1 22:27:34.0|Warn|Rarbg|Unable to connect to indexer: String was not recognized as a valid DateTime because the day of week was incorrect.

System.FormatException: String was not recognized as a valid DateTime because the day of week was incorrect.
  at System.DateTimeParse.Parse (System.String s, System.Globalization.DateTimeFormatInfo dtfi, DateTimeStyles styles) [0x00026] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/globalization/datetimeparse.cs:2250 
  at System.DateTime.Parse (System.String s, IFormatProvider provider) [0x00000] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/datetime.cs:1070 
  at System.Convert.ToDateTime (System.String value) [0x0000e] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/convert.cs:1727 
  at NzbDrone.Common.Http.Dispatchers.CurlHttpDispatcher.<FixSetCookieHeader>b__7 (System.Text.RegularExpressions.Match match) [0x00006] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\CurlHttpDispatcher.cs:179 
  at System.Text.RegularExpressions.RegexReplacement.Replace (System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.Regex regex, System.String input, Int32 count, Int32 startat) [0x000b4] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/System/regex/system/text/regularexpressions/RegexReplacement.cs:293 
  at System.Text.RegularExpressions.Regex.Replace (System.String input, System.Text.RegularExpressions.MatchEvaluator evaluator, Int32 count, Int32 startat) [0x00011] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/System/regex/system/text/regularexpressions/Regex.cs:1105 
  at System.Text.RegularExpressions.Regex.Replace (System.String input, System.Text.RegularExpressions.MatchEvaluator evaluator) [0x00011] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/System/regex/system/text/regularexpressions/Regex.cs:1069 
  at NzbDrone.Common.Http.Dispatchers.CurlHttpDispatcher.FixSetCookieHeader (System.String setCookie) [0x00000] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\CurlHttpDispatcher.cs:176 
  at NzbDrone.Common.Http.Dispatchers.CurlHttpDispatcher.ProcessHeaderStream (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies, System.IO.Stream headerStream) [0x0009d] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\CurlHttpDispatcher.cs:167 
  at NzbDrone.Common.Http.Dispatchers.CurlHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001b2] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\CurlHttpDispatcher.cs:118 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000aa] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:51 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00081] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:70 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:188 
  at NzbDrone.Common.Http.HttpClient.Get[JObject] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:193 
  at NzbDrone.Core.Indexers.Rarbg.RarbgTokenProvider+<>c__DisplayClass1.<GetToken>b__0 () [0x00028] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\Rarbg\RarbgTokenProvider.cs:33 
  at NzbDrone.Common.Cache.Cached`1[System.String].Get (System.String key, System.Func`1 function, Nullable`1 lifeTime) [0x00060] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Cache\Cached.cs:87 
  at NzbDrone.Core.Indexers.Rarbg.RarbgTokenProvider.GetToken (NzbDrone.Core.Indexers.Rarbg.RarbgSettings settings) [0x00014] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\Rarbg\RarbgTokenProvider.cs:29 
  at NzbDrone.Core.Indexers.Rarbg.RarbgRequestGenerator+<GetPagedRequests>d__0.MoveNext () [0x00110] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\Rarbg\RarbgRequestGenerator.cs:89 
  at System.Linq.Enumerable.First[IndexerRequest] (IEnumerable`1 source) [0x00032] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/mcs/class/System.Core/System.Linq/Enumerable.cs:839 
  at NzbDrone.Core.Indexers.HttpIndexerBase`1[NzbDrone.Core.Indexers.Rarbg.RarbgSettings].TestConnection () [0x0000e] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:290 

15-11-1 22:27:34.0|Warn|NzbDroneErrorPipeline|Invalid request Validation failed: 
 -- Unable to connect to indexer, check the log for more details

I do have curl installed apparently, version is as follows:

libcurl/7.43.0 SecureTransport zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz UnixSockets

This error should be fixed in the latest develop releases and will be included in the next release.

@markus101 Thanks. I can confirm for anyone else facing the issue that the RARBG indexer is working as of the recent 2.0.0.3572 maintenance release.

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