Skip to main content
Uzumaki
Navigator | Tier 3
May 13, 2024
Question

Python Script: execution function bot stuck

  • May 13, 2024
  • 2 replies
  • 128 views

I am getting an error in my automation bot when I run the python script: execute function. I the bot is stuck on that line of code. There is a spinning wheel like it is processing that line of code, but it never throws an error and it never finishes execution. 

Any tips on why this might happen?

2 replies

jon.stueveapeople
Automation Anywhere Team
Automation Anywhere Team
June 7, 2024

Your python code may be in an infinite loop, hard to determine without seeing your code. 

Uzumaki
UzumakiAuthor
Navigator | Tier 3
August 13, 2024

Late responding, but it was a user error. I fixed my issue