good morning,
I just updated my BAS application.
after I try RUN my script there is an error "[01:10:07] Script finished with error : SyntaxError: Parse error during execution of action 662833350" but I don't know where the error is?
Edit: I found the location of the error by changing to Classic theme. if in Modern theme does not appear its section id. How to bring it up in Modern Theme ?
@sergerdn Oh yeah, the desperation is real. I'm working 18 hours a day, testing every possible variation. It's frustrating not getting results because of the stricter filters, but it looks like yesterday I finally got my first results.
@Fox Yes, but I couldn't find it, we can only choose what to do when a certain line gives an error, but the error can occur on any line. I want to run a command when the complete script gives an error?
By default bot should ignore errors, adding ignore command to all functions is really time consuming. This is where BAS needs to make changes. It is better to define a fail or stop command rather than modifying each block..really BAS Should do something so that Bot don't stop on minor errors.