-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any example to use mutiple botright browser asynchronously? [Question] #63
Comments
Can you please provide a code snippet for this issue |
async def init_botright():
async def main(account):
async def run_accounts(accounts, max_run_cnt):
I execute it by like this |
-----Original Message-----
From: ***@***.***>
To: ***@***.***>;
Cc: ***@***.***>; ***@***.***>;
Sent: 2024-02-28 (수) 15:26:55 (GMT+09:00)
Subject: Re: [Vinyzu/Botright] Is there any example to use mutiple botright browser asynchronously? [Question] (Issue #63)
Can you please provide a code snippet for this issue
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
Hi, I left the code snippet for this. Thank you very much!Message ID: ***@***.***>
|
'C:\Users\82108\AppData\Local\Temp\botright-nfseect3\Default\Affiliation Database' This was the error message |
I'm getting the exact same issue, here's my full traceback:
|
hi,I have also encountered the same problem, which seems to be caused by reading and writing in the same directory when starting the browser configuration. Do you know how to solve this problem? I do need to start the browser asynchronously, please contact me if possible! |
same problem |
Currently, If I run 5 multiple browsers at the same time, if a first browser is finished and tries to run a new one while others are running, it says
"the other process is using so it can't open a new browser"
How can I fix this issue?
The text was updated successfully, but these errors were encountered: