BTN Error when searching

Getting the below error when searching BTN (torrents)

Unable to connect to indexer: Unexpected character encountered while parsing value: Q. Path ‘’, line 0, position 0.: Unexpected character encountered while parsing value: Q. Path ‘’, line 0, position 0.

With an Exception of :

Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: Q. Path ‘’, line 0, position 0.
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonTextReader.ReadInternal()
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at NzbDrone.Common.Serializer.Json.Deserialize[T](String json) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Serializer\Json.cs:line 36
at NzbDrone.Common.Http.HttpResponse1..ctor(HttpResponse response) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpResponse.cs:line 71 at NzbDrone.Core.Indexers.BroadcastheNet.BroadcastheNetParser.ParseResponse(IndexerResponse indexerResponse) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\BroadcastheNet\BroadcastheNetParser.cs:line 19 at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 264
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 289

EDIT : Nevermind… although you may still be interested… i was getting a warning that an enabled indexer didn’t have rss turned on… (i only have the one indexer enabled and it did have RSS on)… i toggled the RSS switch, saved it, toggled it back and then everything started working again… a little strange!

It’s unrelated to that. BTN api has been wobbly lately, seems like db connection issues. But they have other issues as indicated on their site. So just wait it out.

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