also bei mir kommt das:
Unbehandelte Ausnahme: Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: ". Line 7, position 3.
bei Newtonsoft.Json.JsonTextReader.ParsePostValue(Char currentChar)
bei Newtonsoft.Json.JsonTextReader.ReadInternal()
bei Newtonsoft.Json.JsonTextReader.Read()
bei Newtonsoft.Json.Serialization.JsonSerializerIntern alReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, String id)
bei Newtonsoft.Json.Serialization.JsonSerializerIntern alReader.Populate(JsonReader reader, Object target)
bei Newtonsoft.Json.JsonSerializer.PopulateInternal(Js onReader reader, Object target)
bei Newtonsoft.Json.JsonSerializer.Populate(JsonReader reader, Object target)
bei Newtonsoft.Json.JsonConvert.PopulateObject(String value, Object target, JsonSerializerSettings settings)
bei PoGo.NecroBot.CLI.AuthSettings.Load(String path) in D:\Dev\NecroBot\PoGo.NecroBot.CLI\Settings.cs:Zeil e 42.
bei PoGo.NecroBot.CLI.GlobalSettings.Load(String path) in D:\Dev\NecroBot\PoGo.NecroBot.CLI\Settings.cs:Zeil e 107.
bei PoGo.NecroBot.CLI.Program.Main() in D:\Dev\NecroBot\PoGo.NecroBot.CLI\Program.cs:Zeile 53.
Und dann stürzt das programm ab..
Kann mir da jemand helfen?
das hab ich in die auth eingetragen:
{
"AuthType": "google",
"GoogleRefreshToken": null,
"PtcPassword": null,
"PtcUsername": null,
"GoogleUsername": "

"
"GooglePassword": "passwort"
}
accountdaten sind natürlich nich echt^^