Local intel bot in catalog (413d13) maybe needs update to newest bot version?
Failed to start session:
Failed to prepare Elm app process: System.AggregateException: One or more errors occurred. (Failed compiling the bot program code: in file src/Backend/InterfaceToHost_Root.elm: Unknown bot interface version ID: ‘20210823’. This compiler only supports the following 2 versions: 2022_12_03, 2023_01_17)
—> System.Exception: Failed compiling the bot program code: in file src/Backend/InterfaceToHost_Root.elm: Unknown bot interface version ID: ‘20210823’. This compiler only supports the following 2 versions: 2022_12_03, 2023_01_17
at BotLab.Client.PlaySession.<>c.b__70_3(String error)
at Pine.Result2.Unpack[T](Func
2 fromErr, Func2 fromOk) at Pine.Result
2.Extract(Func2 fromErr) at BotLab.Client.PlaySession.<>c__DisplayClass70_0.<PrepareBot>g__buildProcess|2() at System.Threading.Tasks.Task
1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
— End of stack trace from previous location —
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at BotLab.Client.PlaySession.PrepareRun(PreparedPlaySession preparedPlaySession, String sessionCustomName, IWindowsForPlayer windowsForPlayer, IFileStore sessionsFileStore, IInputFocusScheduling inputFocusScheduling)