Skip to content

Instantly share code, notes, and snippets.

@dacmail
Created October 23, 2015 07:14
Show Gist options
  • Save dacmail/db6d0aa43f58ebda6656 to your computer and use it in GitHub Desktop.
Save dacmail/db6d0aa43f58ebda6656 to your computer and use it in GitHub Desktop.
Unable to connect to indexer
System.Net.CookieException: An error occurred when parsing the Cookie header for Uri 'https://torrentapi.org/pubapi_v2.php?get_token=get_token'. ---> System.Net.CookieException: Cookie format error.
at System.Net.CookieContainer.CookieCutter (System.Uri uri, System.String headerName, System.String setCookieHeader, Boolean isThrow) [0x0009c] 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/net/System/Net/cookiecontainer.cs:610
--- End of inner exception stack trace ---
at System.Net.CookieContainer.CookieCutter (System.Uri uri, System.String headerName, System.String setCookieHeader, Boolean isThrow) [0x00111] 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/net/System/Net/cookiecontainer.cs:633
at System.Net.CookieContainer.SetCookies (System.Uri uri, System.String cookieHeader) [0x00028] 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/net/System/Net/cookiecontainer.cs:856
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment