@to-nice said in Multi parse csv string:
@sergerdn A quick question: with my other bot, when I have 100 accounts using the 'perfect fingerprint,' the bot completely freezes. Would using an external database help avoid this issue?
I don't know.
I tested it and it works perfectly when its running from the record function but when i try to run it. it errors immediately.
" Final Message : Script finished with error :SyntaxError: Parse error "
Why error and how?
I do not mind running it from the record function but,
i want to make the browser start schedualed..
Im not reporting a bug/error.
I am just asking how this program works. I do not mind finding the solution.
But then i need to understand why or how the program works.
I have some experience with scripting(reading/running logically to algorithm)
@unknownmenz In record mode BAS executes actions one by one, while in run mode it checks whole script.
In new version this error is more descriptive, it displays action id instead of code and line number.
Быстрый способ решить любые проблемы с антидетект https://community.bablosoft.com/topic/12198
Thank you for your reply.
But i do not see why the running mode gives error, if the record mode can fully function.