Question

bot blocked

  • 2 April 2024
  • 4 replies
  • 42 views

Badge +2
There is a way to get an alert when a bot crashes but the error handled in the bot itself does not arrive.

 

Thank you


4 replies

Badge +1

If the BOT got failed abruptly, AA will send out an email notification to the user mail id who triggered that BOT. Please connect with your Control Room Admin team to find which email id is getting those notifications

Badge +2

Hi,

the bot is not broken, but remains in a loop on an action that does not end with the handling of an error.
Badge +4

Hi , do try using error handling  methods, try-catch in catch block put a send mail action so when bot fails it will send mail to user .

Badge +4

Hi,

the bot is not broken, but remains in a loop on an action that does not end with the handling of an error.

Do Check the loop condition if it is proper sometimes having wrong loop condition may result in infinite running of loop

Reply