I have used Python scope and within which Load Script, Invoke method and Get Object activities are used to run a python code.
Each time this python scope is run, the code always stops at the same node without any error reports or new data updates.
For example,each time the process is executed, the expected effect is to generate 13 images. However, it stops working after generating 12 images each time. There are no error reports and no new images are generated. However, I have no problem running python code in pycharm
Hi
It is not stuck when move to next step.
When it stuck, UiPath console is nothing to output; the UiPath.Python.Host status alway runing; I check it in PC TASK MANAGER,The process Disk Usage Rate is 0%;
Even when I set a timeout for python scope, no error was reported after exceeding the timeout.I even wish the console could display something,but nothing happened XD;