Skip to content

Failed to import list to radarr because of missing year #99

Description

@JoaoRabit

Can't import list to Raddar because of movies with missing year.

2026-07-31 16:10:36.6|Warn|RadarrErrorPipeline|Invalid request Validation failed: 
 -- : Unable to connect to import list: Error converting value {null} to type 'System.Int32'. Path '[54].year', line 1, position 29434.. Check the log surrounding this error for details.
2026-07-31 16:12:21.8|Error|RadarrV3Proxy|Unable to connect to import list.

[v6.3.0.10514] Newtonsoft.Json.JsonSerializationException: Error converting value {null} to type 'System.Int32'. Path '[54].year', line 1, position 29434.
 ---> System.InvalidCastException: Null object cannot be converted to a value type.
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType)
   --- End of inner exception stack trace ---
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   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.Radarr.RadarrV3Proxy.Execute[TResource](HttpRequestBuilder requestBuilder, RadarrSettings settings) in ./NzbDrone.Core/ImportLists/Radarr/RadarrV3Proxy.cs:line 113
   at NzbDrone.Core.ImportLists.Radarr.RadarrV3Proxy.GetMovies(RadarrSettings settings) in ./NzbDrone.Core/ImportLists/Radarr/RadarrV3Proxy.cs:line 38
   at NzbDrone.Core.ImportLists.Radarr.RadarrV3Proxy.Test(RadarrSettings settings) in ./NzbDrone.Core/ImportLists/Radarr/RadarrV3Proxy.cs:line 60

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions