#[SPZ2-4129] [0.1.0-pre1-rc3] Error when using debug.export-game-data
5 messages ยท Page 1 of 1 (latest)
Seems like a circular reference:
Error during command 'debug.export-game-data': Newtonsoft.Json.JsonException: Unresolved circular reference for type 'Game.Core.Coordinates.GridRotation'. Explicitly define an Id for the type using a JsonObject/JsonArray attribute or automatically generate a type Id using the UndefinedSchemaIdHandling property.
at Newtonsoft.Json.Schema.JsonSchemaGenerator.GenerateInternal (System.Type type, Newtonsoft.Json.Required valueRequired, System.Boolean required) [0x00104] in <29e3dfd7379d434ca9881f8263fe42fe>:0
at Newtonsoft.Json.Schema.JsonSchemaGenerator.GenerateObjectSchema (System.Type type, Newtonsoft.Json.Serialization.JsonObjectContract contract) [0x0008d] in <29e3dfd7379d434ca9881f8263fe42fe>:0
at Newtonsoft.Json.Schema.JsonSchemaGenerator.GenerateInternal (System.Type type, Newtonsoft.Json.Required valueRequired, System.Boolean required) [0x0020e] in <29e3dfd7379d434ca9881f8263fe42fe>:0
at Newtonsoft.Json.Schema.JsonSchemaGenerator.GenerateObjectSchema (System.Type type, Newtonsoft.Json.Serialization.JsonObjectContract contract) [0x0008d] in <29e3dfd7379d434ca9881f8263fe42fe>:0
at Newtonsoft.Json.Schema.JsonSchemaGenerator.GenerateInternal (System.Type type, Newtonsoft.Json.Required valueRequired, System.Boolean required) [0x0020e] in <29e3dfd7379d434ca9881f8263fe42fe>:0
I guess I'll also quickly mention that the folder name looks like this now, not sure if it's intended or worth fixing
Ah .. somebody forgot to cast it into an integer ๐ That's also a bug @QA
[SPZ2-4129] [0.1.0-pre1-rc3] Error when using debug.export-game-data