@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
Script is pausing
-
Hello, I noticed this when I watched my bots and I saw that sometimes when it loads a URL it will PAUSE and do nothing. No error or whatsoever and it will just fail and move on to the next resource.
Its happening frequently now and it's annoying. When I test my script in RECORD mode and test it for 10x manually running, no PROBLEM at all but when in RUN mode those pause thing occurred. Any Idea?
-
@stephenperry18 said in Script is pausing:
Hello, I noticed this when I watched my bots and I saw that sometimes when it loads a URL it will PAUSE and do nothing. No error or whatsoever and it will just fail and move on to the next resource.
Its happening frequently now and it's annoying. When I test my script in RECORD mode and test it for 10x manually running, no PROBLEM at all but when in RUN mode those pause thing occurred. Any Idea?
Use the "Current Url" action and output the value to the log, most likely you have an error when loading
-
I did the current url and this is what appeared https://mobile.twitter.com/?locale=pl
this is okay and loading fine but still PAUSE then move on to the next resource
what to do now? please help