Skip to content

Error In Mod Manager #1

@LIPDProductionsInc

Description

@LIPDProductionsInc

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].

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