RC1 - Can't stop a Running bot

Issue #657 resolved
Desrever Nu created an issue

I have a running bot (GUI). I see the stop button, I press it and the button turns into the wrong animaton "Starting the bot" and then I receive an alert :

"could not start bot. session already running"

Detailed logs , showing multiple attempts to stop the bot resulting in a "start"

https://bitbucket.org/snippets/desrever/KMby

Comments (6)

  1. Benjamin Cordes

    I see. Hmm, some more complex failure. going from stop to start certainly shouldn't happen. the error handling in the UI should be improved. should the bot shut down at some point if most requests fail? in this case the modes are not properly set. the log contains a lot of failed requests and I'm wondering how this should be handled from UI side.

  2. Desrever Nu reporter

    It seems it is not related to API errors .

    I am reproducing it now systematically :

    • start server
    • start bot
    • wait a couple of minutes
    • stop bot (it works)
    • start again
    • wait a couple of minutes
    • stop bot (issue happens) .
  3. Log in to comment