Skip to content

KeyError: 'create_route' #776

@dkharyna

Description

@dkharyna

Does it correct exception, when I try to use python-socketio with Quart?

File "C:\Users\a\ce-svc\src.\app\app.py", line 60, in
sio.attach(app)
File "C:\Users\a\ce-svc\env\lib\site-packages\socketio\asyncio_server.py", line 111, in attach
self.eio.attach(app, socketio_path)
File "C:\Users\a\ce-svc\env\lib\site-packages\engineio\asyncio_server.py", line 78, in attach
self._async['create_route'](app, self, '/{}/'.format(engineio_path))
KeyError: 'create_route'

I use AsyncServer with async_mode=asgi

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