-
Notifications
You must be signed in to change notification settings - Fork 39
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
start_browser returns API error, #3
Comments
Please provide more details |
I hace same issue. I'm sure I'm doing something wrong but what it is I dont have any idea. help =( |
pip install playwright |
I keep coming across this issue too. I've done pip install playwright still can't get it to go past the error. |
Can you try python -m pip install playwright? |
Yep, I did that and it comes back with requirement already satisfied. |
same problem here |
Same problem here when asking AutoGPT to search a website and gather registrations data... browser launched ok and then on the next action returned "SYSTEM: Command start_browser returned: Error: It looks like you are using Playwright Sync API inside the asyncio loop. Please use the Async API instead. whatever the fix is I need it explained to me like Im a 3 year old haha Im not a coder and this is all pretty new but also exciting |
same issue here, looking for solution |
The fix seems to be making sure pip is updated to the latest, done this and then ran the script again making sure to specify to use the plugin and a browser opened good start. |
SYSTEM: Command start_browser returned: Error: It looks like you are using Playwright Sync API inside the asyncio loop. Please use the Async API instead.
The text was updated successfully, but these errors were encountered: