Sonarr version (exact version): 4.0.9.2244
Mono version (if Sonarr is not running on Windows):
OS: TrueNAS Scale
Debug logs:
Description of issue:
Greetings. I am getting an error when trying to to use the Import list to run an rss feed. a similar feed works in radarr but sonarr is throwing an error.
Invalid request Validation failed:
– : Unable to connect to import list: Unexpected character encountered while parsing value: <. Path ‘’, line 0, position 0… Check the log surrounding this error for details.
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 NzbDrone.Core.ImportLists.Custom.CustomImportProxy.Execute[TResource](CustomSettings settings) in ./Sonarr.Core/ImportLists/Custom/CustomImportProxy.cs:line 77
at NzbDrone.Core.ImportLists.Custom.CustomImportProxy.GetSeries(CustomSettings settings) in ./Sonarr.Core/ImportLists/Custom/CustomImportProxy.cs:line 38
at NzbDrone.Core.ImportLists.Custom.CustomImportProxy.Test(CustomSettings settings) in ./Sonarr.Core/ImportLists/Custom/CustomImportProxy.cs:line 45
At this point this seems greek to me so hoping someone can point me in the correct direction.
Thanks