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).
Hi good morning i have problem with success number iset my script success number is 100 and fail number is 999
but when i run it the program stoped and showing result at success 34
WHY ? can anybody help my ?
Thank you
@resep Attach a test project to reproduce the problem, most likely you have an error in logic.
Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
image.png
@Habibiii said in Failed to create script maybe limit max script per day:
@Fox this is my app name i think dont have nothing on it what i see, and when i create script manual from bas and try to update it show this
Did you read my post above? Have you checked the resources?
@fingies That's not the problem, I have proxies with different ports that are much larger than 10000
@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 : alt text How to know where? there is no line number.
Hello, My script end at the middle with success message like this :
alt text
How to know where? there is no line number.
Use the "Execute code" action at the beginning of the script with the code:
@Fox Thanks! will try immediately