You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
It's seems that the Thargoids have broken things lol.
2022/12/10 02:40:19.468 information EliteAPI.EliteDangerousApi Initializing EliteAPI v3.0.0-alpha.1100
2022/12/10 02:40:19.499 information EliteAPI.EliteDangerousApi Setting journal directory to C:\Users\chief\Saved Games\Frontier Developments\Elite Dangerous
2022/12/10 02:40:19.503 information EliteAPI.EliteDangerousApi Setting options directory to C:\Users\chief\AppData\Local\Frontier Developments\Elite Dangerous\Options
2022/12/10 02:40:19.506 information EliteAPI.EliteDangerousApi Setting journal file to Journal.2022-12-10T023429.01.log
2022/12/10 02:40:19.517 information EliteAPI.EliteDangerousApi EliteAPI has started
2022/12/10 02:40:19.675 warning EliteAPI.Status.Processor.StatusProcessor Could not update Ship status
Json serialization: Error converting value "Thargoid" to type 'EliteAPI.Status.Ship.ShipLegalState'. Path 'LegalState', line 1, position 231.
Argument: Requested value 'Thargoid' was not found.
1: at EliteAPI.Status.Processor.StatusProcessor.InvokeMethods[T](String json, IStatus status)
2: at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
3: at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
4: at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
5: at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
6: at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
7: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
8: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
9: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
10: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
11: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
12: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
13: at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
2022/12/10 02:40:19.678 information EliteLioran.Core Updating variables ...
Updating variables ...
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at EliteLioran.Core.UpdateStatus(RawShip ship) in C:\Users\chief\Desktop\Elite API\EliteLioran-main\EliteLioran\Core.cs:line 52
at EliteLioran.Core.b__6_0(Object sender, ValueTuple`2 e) in C:\Users\chief\Desktop\Elite API\EliteLioran-main\EliteLioran\Core.cs:line 41
at System.Threading.Tasks.Task.<>c.b__140_1(Object state)
at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's seems that the Thargoids have broken things lol.
2022/12/10 02:40:19.468 information EliteAPI.EliteDangerousApi Initializing EliteAPI v3.0.0-alpha.1100
2022/12/10 02:40:19.499 information EliteAPI.EliteDangerousApi Setting journal directory to C:\Users\chief\Saved Games\Frontier Developments\Elite Dangerous
2022/12/10 02:40:19.503 information EliteAPI.EliteDangerousApi Setting options directory to C:\Users\chief\AppData\Local\Frontier Developments\Elite Dangerous\Options
2022/12/10 02:40:19.506 information EliteAPI.EliteDangerousApi Setting journal file to Journal.2022-12-10T023429.01.log
2022/12/10 02:40:19.517 information EliteAPI.EliteDangerousApi EliteAPI has started
2022/12/10 02:40:19.675 warning EliteAPI.Status.Processor.StatusProcessor Could not update Ship status
Json serialization: Error converting value "Thargoid" to type 'EliteAPI.Status.Ship.ShipLegalState'. Path 'LegalState', line 1, position 231.
Argument: Requested value 'Thargoid' was not found.
1: at EliteAPI.Status.Processor.StatusProcessor.InvokeMethods[T](String json, IStatus status)
2: at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
3: at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
4: at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
5: at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
6: at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
7: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
8: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
9: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
10: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
11: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
12: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
13: at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
2022/12/10 02:40:19.678 information EliteLioran.Core Updating variables ...
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at EliteLioran.Core.UpdateStatus(RawShip ship) in C:\Users\chief\Desktop\Elite API\EliteLioran-main\EliteLioran\Core.cs:line 52
at EliteLioran.Core.b__6_0(Object sender, ValueTuple`2 e) in C:\Users\chief\Desktop\Elite API\EliteLioran-main\EliteLioran\Core.cs:line 41
at System.Threading.Tasks.Task.<>c.b__140_1(Object state)
at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
The text was updated successfully, but these errors were encountered: