Hello,
I encounter this error after following all the steps do you have any idea?
Thank you
Flo ^^
App f43fa60ab6… in session ‘’ (‘2021-01-23T10-32-25-14b17d’) is running. Press SHIFT + CTRL + ALT keys to pause the app.
run v2020-12-08 failed with exception: System.Exception: Failed to process app event.
—> System.Exception: App reported decode error: Failed to deserialize event: Json.Decode.oneOf failed in the following 4 ways:
(1) Problem with the given value:
{
"timeInMilliseconds": 0,
"eventAtTime": {
"AppSettingsChangedEvent": [
""
]
}
}
Expecting an OBJECT with a field named `ArrivedAtTime`
(2) Problem with the given value:
{
"timeInMilliseconds": 0,
"eventAtTime": {
"AppSettingsChangedEvent": [
""
]
}
}
Expecting an OBJECT with a field named `SetBotConfiguration`
(3) Problem with the given value:
{
"timeInMilliseconds": 0,
"eventAtTime": {
"AppSettingsChangedEvent": [
""
]
}
}
Expecting an OBJECT with a field named `CompletedTask`
(4) Problem with the given value:
{
"timeInMilliseconds": 0,
"eventAtTime": {
"AppSettingsChangedEvent": [
""
]
}
}
Expecting an OBJECT with a field named `SetSessionTimeLimit`
at BotEngine.Windows.Console.RunAppSession.<>c__DisplayClass6_0.g__processSerializedAppEvent|17(String serializedEvent) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\RunAppSession.cs:line 707
— End of inner exception stack trace —
at BotEngine.Windows.Console.RunAppSession.<>c__DisplayClass6_0.g__processSerializedAppEvent|17(String serializedEvent) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\RunAppSession.cs:line 749
at BotEngine.Windows.Console.RunAppSession.Run(TreeComponent appCodeTree, Func2 getFileFromHashSHA256, String appProcessRecordingDirectory, Action
1 logEntry, Action1 addSessionLogEntry, String appSettings, String sessionCustomName, AppSourceStructure appSource, String keyToStartOnlineSession, IEnumerable
1 sessionLengthLimits, IImmutableList1 pauseAppKeys, IImmutableList
1 statusDisplayAdditionLines, RunSimulation simulation, InterProcessCommunicationState interProcessCommunication) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\RunAppSession.cs:line 815
at BotEngine.Windows.Console.BotEngine.runAppWithOptionsFromCommandLine(String appSourceInputAddress, String appSettings, String pauseAppKeysString, Boolean onlineSession, String keyToStartOnlineSession, String sessionLengthLimitArgumentString, RunSimulation simulation, Nullable`1 detailedSessionRecording) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\Program.cs:line 713
[2021-01-23T10-32-33] v2020-12-08 Session ended.