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
{{ message }}
This repository was archived by the owner on Jun 22, 2026. It is now read-only.
Hello I received following error while running :
async def my_event_handler(e):
message=json.loads(e)
print(message)
matt.init_websocket(my_event_handler)
as a workaround I used following solution from stackoverflow:
https://stackoverflow.com/questions/46827007/runtimeerror-this-event-loop-is-already-running-in-python