Eve Online Local Intel bot maybe needs update?

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](Func2 fromErr, Func2 fromOk) at Pine.Result2.Extract(Func2 fromErr) at BotLab.Client.PlaySession.<>c__DisplayClass70_0.<PrepareBot>g__buildProcess|2() at System.Threading.Tasks.Task1.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)

1 Like

Yes, an update was in order. Thank you for the pointer :+1:

You can run the updated local watch intel bot from https://catalog.botlab.org/74b72d9c7e

image

You can download the current client version from https://botlabs.blob.core.windows.net/blob-library/by-name/2023-02-10-botlab-client.zip

(If you have version 2023-02-08, that will work as well)

We made a new local watch intel bot to fix an issue that could cause some alarm sounds to be queued for too long and be played delayed.

You can load the new local watch bot from https://catalog.botlab.org/a1b523a9f0

If you need a quick refresher, this video guide explains how to start a bot: How to Run a Bot in The BotLab Client - YouTube