gravelBridge/AutoGPT-Web-Interaction

go_to_website after start_browser results in RuntimeError

Opened this issue · 4 comments

File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py", line 584, in _check_running raise RuntimeError('This event loop is already running') RuntimeError: This event loop is already running sys:1: RuntimeWarning: coroutine 'Application.run_async' was never awaited

Same here.

So far I rollback my auto-gpt version to stable-0.3.1 works fine with this plugin.

Having the same issue but immediately upon start_browser
Is there a fix that would work with the current version?

I'm having the same issue when go_to_website is run.

RuntimeError: This event loop is already running
sys:1: RuntimeWarning: coroutine 'Application.run_async' was never awaited