requestrr icon indicating copy to clipboard operation
requestrr copied to clipboard

[Sonarr] Unable to retrieve Profiles

Open lostage opened this issue 4 years ago • 0 comments

Adding Radarr (v3) everything worked great. Adding Sonarr (v2), Requestrr is able to connect to Sonarr (Testing Settings works) and is able to pull the "Paths" when clicking "Load", but is not able to pull "Profiles" (Could not load profiles, cannot reach Sonarr). Below are the relevant logs. Thank you again!

warn: Requestrr.WebApi.RequestrrBot.DownloadClients.Sonarr.SonarrClient[0] An error while getting Sonarr profiles: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. at Newtonsoft.Json.JsonTextReader.ParseValue() at Newtonsoft.Json.JsonReader.ReadForType(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 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value) at Requestrr.WebApi.RequestrrBot.DownloadClients.Sonarr.SonarrClientV2.GetProfiles(HttpClient httpClient, ILogger``1 logger, SonarrSettings settings) in D:\Dev\Requestrr\requestrr\Requestrr.WebApi\RequestrrBot\DownloadClients\Sonarr\SonarrClientV2.cs:line 122

lostage avatar Feb 22 '21 18:02 lostage