Skip to content

RuntimeError: This event loop is already running in python #97

@luznet

Description

@luznet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions