gravelBridge/AutoGPT-Web-Interaction

start_browser returns API error,

shitcoinsherpa opened this issue · 10 comments

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.

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.
You can read more here: https://docs.agpt.co/setup/#getting-an-api-key"

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.