My script works great on BAS but when i try with custom interface nothing works as it should. When i check the dev tool all resources say " Did you forget to override SetResourceValue function ". any ideas?
That helped a lot. I thought because I'm parsing value to parameters I don't need global variables. But, is it possible to call another async function inside an async function?
I too am getting this problem this is my error
"Thread #1 : Error occurred : Failed to get page http://ip.bablosoft.com/?requestid=88198 with HttpClient"
It seems I keep sending GET requests but am getting nothing in return. Is this just a temporary bug on bablosofts side? or is it a fixable error on my side, let me know what you guys think
to be more clear, can i run the commands that are inside for loop http://prntscr.com/sp3lry in multiple threads ? I tried but couldnt achieve it, please help
Use the "LinesFromFile" resource with the "Only write" option
I discovered what happens: I need to load at least one url before loading the custom js functions. I loaded http://example.com before the custom js functions worked fine in "Run Mode".