Unexpected character encountered while parsing value: u. Path 'ShutdownWhenProcessExits'
TerryBusy opened this issue · 1 comments
JsonReaderException: Unexpected character encountered while parsing value: u. Path 'ShutdownWhenProcessExits', line 8, position 31.
Newtonsoft.Json.JsonTextReader.ReadAsBoolean()
Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
[2020-02-21 17:35:31] JsonReaderException: Error parsing undefined value. Path 'ShutdownWhenProcessExits', line 8, position 32.
Newtonsoft.Json.JsonTextReader.ParseUndefined()
Newtonsoft.Json.JsonTextReader.ParseValue()
Newtonsoft.Json.JsonReader.Skip()
Newtonsoft.Json.Serialization.JsonSerializerInternalReader.HandleError(JsonReader reader, Boolean readPastError, Int32 initialDepth)
Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Populate(JsonReader reader, Object target)
Newtonsoft.Json.JsonSerializer.PopulateInternal(JsonReader reader, Object target)
Newtonsoft.Json.JsonConvert.PopulateObject(String value, Object target, JsonSerializerSettings settings)
SmartHunter.Core.Config.ConfigContainer`1.Load()
Probably a faulty Config.json. Try to delete it and restart the application