Another thing Im seeing now is my bots closing out automatically. I have some that should run indefinitely and never had issues before. But now I have to restart them daily for some reason.
Thread ending successfully before the real end of the script
-
@HNB said in Thread ending successfully before the real end of the script:
Hello,
My script end at the middle with success message like this :
How to know where? there is no line number.
Use the "Execute code" action at the beginning of the script with the code:
_sa = function(id) { log(id) ScriptWorker.SetCurrentAction(id) }