@m4zuper Hey, man, the issue still occurred, even though I added what you said. Is this have any relation with a fingerprint? Because I don't use that tho, as you saw in my test script. I think this is related to this post : https://community.bablosoft.com/topic/19823/playing-youtube-with-vpn-extension-white-blank-bas-browser/2
Multithreading account Login Help
-
Hello,
I have 20 accounts in database and I need to login to each account and create separate profile for each account, I need to use 5 threads at a time and each thread uses a unique entry from the database. Each thread will run 1 function only but with different account details.
How can I do this? Please help me with the logic.
-
-
@tet-vivi said in Multithreading account Login Help:
Thanks for the reply but I don't want the main script to run with 5 threads, I want main to run once and I need another function let's say login to run with 5 threads, I thought of using function in several threads or async function but cannot think of any logic. Please help in the above case.
-
@hippyzipp9 said in Multithreading account Login Help:
in several threads
It's easier. And it's enough for you by the description.
-
@hippyzipp9 I'm looking for the same thing. Have you found the answer? If you posted it here how to do that it will help many newbies like me :D

