@marogersr1 Had the same problem and used https://one.one.one.one/ to fake DNS and it worked
Script not run after compile
-
@ninavie said in Script not run after compile:
Hello friends,
I have a create script and its work realy good
but if create compile i recieve instantly errorHere works fine
and after compile not
I see the problem is on captcha but i am not know why
You are using third-party modules that use the functions of the official BAS modules. However, when compiling, BAS disables modules whose actions have never been used in the script. You need to find out the functions of which official module your third-party module uses and create at least 1 action of this official module.
-
This post is deleted!
-
@gboxboss said in Script not run after compile:
@Fox hi, yes this is thesame issue i am facing, i am using a thirdparty module but it does not work when i compile, what do you mean by create 1 action of this official module, could you please explain
There may be actions of other modules inside the module, and all modules are active when editing the script. But when compiling, BAS analyzes what actions are in the script, and if there are no actions of any module in the script, then this module is disabled.

