Skip to main content

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?

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


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


Reply