You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the example code under "Usage", I get the error below. One way to get around the error is to run nest_asyncio.apply(), but that causes other problems, like I can't close my driver. Does anyone know how to fix this?
" File ~\Anaconda3\Lib\asyncio\base_events.py:590 in _check_running
raise RuntimeError(
RuntimeError: Cannot run the event loop while another loop is running"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run the example code under "Usage", I get the error below. One way to get around the error is to run nest_asyncio.apply(), but that causes other problems, like I can't close my driver. Does anyone know how to fix this?
" File ~\Anaconda3\Lib\asyncio\base_events.py:590 in _check_running
raise RuntimeError(
RuntimeError: Cannot run the event loop while another loop is running"
Beta Was this translation helpful? Give feedback.
All reactions