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