Skip to main content
Question

Python Script: execution function bot stuck

  • May 13, 2024
  • 2 replies
  • 84 views

Uzumaki
Forum|alt.badge.img+12

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
Forum|alt.badge.img+7

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


Uzumaki
Forum|alt.badge.img+12
  • Author
  • Navigator | Tier 3
  • August 13, 2024

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