Mining Issue

Hello,

Regarding: https://github.com/Viir/bots/blob/master/guide/eve-online/eve-online-mining-bot.md

When I run it, it returns the below. I’ve tried add overview tabs without success.

—> System.Exception: App reported decode error. Problem with given value:
“SetBotConfiguration”

Expecting an OBJECT with a field named ‘timeInMilliseconds’.

===================================================
Full error:

App 369c1d7dbb… in session ‘’ (‘2020-09-01T13-13-03-0a2a6c’) is running. Press SHIFT + CTRL + ALT keys to pause the app.
run v2020-08-21 failed with exception: System.Exception: Failed to process app event.
—> System.Exception: App reported decode error: Failed to deserialize event: Problem with the given value:

{
“SetBotConfiguration”: “”
}

Expecting an OBJECT with a field named timeInMilliseconds
at BotEngine.Windows.Console.RunAppSession.<>c__DisplayClass4_0.g__processSerializedAppEvent|15(String serializedEvent) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\RunAppSession.cs:line 491
— End of inner exception stack trace —
at BotEngine.Windows.Console.RunAppSession.<>c__DisplayClass4_0.g__processSerializedAppEvent|15(String serializedEvent) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\RunAppSession.cs:line 533
at BotEngine.Windows.Console.RunAppSession.Run(TreeComponent appCodeTree, Func2 getFileFromHashSHA256, String appProcessRecordingDirectory, Action1 logEntry, Action1 addSessionLogEntry, String appSettings, String sessionCustomName, AppSourceStructure appSource, String keyToStartOnlineSession, IEnumerable1 sessionLengthLimits, IImmutableList1 pauseAppKeys, IImmutableList1 statusDisplayAdditionLines, RunSimulation simulation) in D:\a\dev-of-botengine\dev-of-botengine\implement\client\windows-console\BotEngine.Windows.Console\RunAppSession.cs:line 592
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 690
[2020-09-01T13-13-11] v2020-08-21 Session ended.

Hi @Steve

For app 369c1d7dbb and other newer apps, you need a newer version of the botengine for Windows.
In the error message I see you used v2020-08-21. That one cannot run App 369c1d7dbb.
You need engine version 2020-08-24 or newer for this app.
To install the newest version, see bots/guide/how-to-install-the-botlab-client-and-register-the-botlab-command.md at main · Viir/bots · GitHub

(You still can run older apps with the older version of the engine)