@majdi105 said in BAS Bug one click captcha:
is no "hourglass icon" on the one click captcha module
b4295e9a-d397-4959-87bc-3fccb36c6db3-изображение.png
Recieing script errors that shouldn't be there at the time, running the script in the normal bas everything runs fine and even has ignore errors.
"bot1 [987858374] [12:26:28] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: VAR_NEW_LIST4 during execution of action 987858374"
"
Something is wrong with Scheduler
@rekaa0251 said in Scheduler is bugged:
Recieing script errors that shouldn't be there at the time, running the script in the normal bas everything runs fine and even has ignore errors.
"bot1 [987858374] [12:26:28] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: VAR_NEW_LIST4 during execution of action 987858374"
"
Something is wrong with Scheduler
Most likely you use the "OnApplicationStart" function or the "Run function in several threads" action with local variables. To transfer data to these functions, you must use global variables or resources.

it seems u perform any action (maybe if statement?) on variable that wasnt yet set.
@yourfriendkarol I found what it's doing, it's calling the "RANDOM_LIST_ELEMENT4" before it even creates the "NEW_LIST4"
So it tries to take an element from a list that doesn't yet exist but this does not happend in normal bas lmao
@rekaa0251 said in Scheduler is bugged:
@yourfriendkarol I found what it's doing, it's calling the "RANDOM_LIST_ELEMENT4" before it even creates the "NEW_LIST4"
So it tries to take an element from a list that doesn't yet exist but this does not happend in normal bas lmao
Restart the script in "record" mode:

and you will have the same mistake