-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This error pops up when opening the mod manager with the mod installed:
Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'UnityModManagerNet.UnityModManager+Repository' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '', line 1, position 1.
[18:56] Error checking mod updates on 'https://raw.githubusercontent.com/gercj187/PhysxSimulationRework/refs/heads/main/repository.json' for [LightingOverhaul,PhysX SimulationRework].
[18:56] Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'UnityModManagerNet.UnityModManager+Repository' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '', line 1, position 1.
[18:56] Error checking mod updates on 'https://raw.githubusercontent.com/gercj187/PersistentLocos/main/repository.json' for [PersistentLocos].
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels