Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mdblists stopped working - Unable to connect to import list: Error converting value {null} #10028

Closed
2 tasks done
subexx opened this issue May 16, 2024 · 2 comments
Closed
2 tasks done
Labels
Type: Support. (silent) Issue is a support request. Bot WILL NOT auto close and give a message.

Comments

@subexx
Copy link

subexx commented May 16, 2024

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

Getting error Unable to connect to import list: Error converting value {null} to type 'System.Int32'. Path '[49].id', line 1, position 7115.. Check the log surrounding this error for details for multiple lists.

Expected Behavior

Used to work before.

Steps To Reproduce

Add custom list. Example list. https://mdblist.com/lists/subinjosepht/malayalam-from-2023

Environment

OS: Ubuntu 22.04
Radarr: Radarr 5.6.0.8846
Docker Install: Yes
Using Reverse Proxy: No
Browser: 
Database: Sqlite 3.44.2

What branch are you running?

Master

Trace Logs? Not Optional

[Warn] RadarrListImport: Unable to connect to import list
[v5.6.0.8846] Newtonsoft.Json.JsonSerializationException: Error converting value {null} to type 'System.Int32'. Path '[156].id', line 1, position 23073.
---> 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.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
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.RadarrList.RadarrListParser.ParseResponse(ImportListResponse importListResponse) in ./Radarr.Core/ImportLists/RadarrList/RadarrListParser.cs:line 23
at NzbDrone.Core.ImportLists.HttpImportListBase1.FetchPage(ImportListRequest request, IParseImportListResponse parser) in ./Radarr.Core/ImportLists/HttpImportListBase.cs:line 185 at NzbDrone.Core.ImportLists.HttpImportListBase1.TestConnection() in ./Radarr.Core/ImportLists/HttpImportListBase.cs:line 213
[Warn] RadarrErrorPipeline: Invalid request Validation failed:
-- : Unable to connect to import list: Error converting value {null} to type 'System.Int32'. Path '[156].id', line 1, position 23073.. Check the log surrounding this error for details.

Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
@subexx subexx added Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug labels May 16, 2024
@bakerboy448 bakerboy448 added the Status: Logs Needed Logs are needed to proceed with this issue label May 16, 2024
Copy link

👋 @subexx, In order to help you further we'll need to see logs. You'll need to enable trace logging and replicate the problem that you encountered. Guidance on how to enable trace logging can be found in our troubleshooting guide.

@subexx
Copy link
Author

subexx commented May 16, 2024

Nevermind. It started working this morning.

@subexx subexx closed this as completed May 16, 2024
@bakerboy448 bakerboy448 added Type: Support. (silent) Issue is a support request. Bot WILL NOT auto close and give a message. and removed Type: Bug Issue is a bug Status: Needs Triage New Issue needing triage Status: Logs Needed Logs are needed to proceed with this issue labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Support. (silent) Issue is a support request. Bot WILL NOT auto close and give a message.
Projects
None yet
Development

No branches or pull requests

2 participants