Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
IF any external error occurs like internet problem, and script failed, then How can it resume from same place, when internet reconnects
If you are using a captcha solving module, then it probably needs to be disabled. Without using the module, I managed to pass this stage.
Thanks
He meant one script per thread.
Each asynchronous function started, starts in separate thread. So in that example you will have 2 threads since 2 asynchronous functions will be started, each with its own (different) script.
Nicky, Thanks for the help =) Everything working now.
Bless.