Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
This code will cause that bug, it won't make the bot sleep and just bugs out
var a = 1 if (a == 1){ sleep(5000)! }
When I just put it without "if" it works
@Hycore For anyone wondering I solved it with:
_if(VAR_THREAD_INDEX == 1,function(){ sleep(1000)! })!
Thank you! The problem has been reported to the developer.
@Roy-Mustang Это сработало! Большое спасибо.
@m4zuper Hi , I'm not sure when it appears, it's random. But as my disk gets closer to full, the rate of error occurrence is higher.
the problem is solved just choose "expression" and do 60601000 for 1 hour,
(For those who will have this problem, if for example you want to put 24 hours instead you just have to do: 60601000*24 )
PS : Thanks @denanotherday and @UserTrue