Skip to content

Instantly share code, notes, and snippets.

@woky
Created December 18, 2018 22:42
Show Gist options
  • Save woky/80e614bb79bd80e78c93d42d65c52f15 to your computer and use it in GitHub Desktop.
Save woky/80e614bb79bd80e78c93d42d65c52f15 to your computer and use it in GitHub Desktop.
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d1c8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d258>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d108>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d318>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b4d448>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task exception was never retrieved
future: <Task finished coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> exception=AttributeError("'NoneType' object has no attribute 'pop'") created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d558>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b58cc8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d0d8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b6ef48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d498>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b8be48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d9d8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b64148>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d528>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b8bc48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7da68>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b140c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b273a8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b08148>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b273a8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b14a48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27618>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3ac4ac8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27498>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b080c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70258>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3ae5c48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70258>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a7a3c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70498>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a8b0c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3c31fa8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3c31f18>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b641c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d858>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7dcd8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d9d8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7da38>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7deb8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b4d0c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7df78>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b143c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7ddf8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d5e8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d0a8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3b1fc48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b271c8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d498>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b276d8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3abc548>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27558>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b278e8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7dfd8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7da68>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3ac4dc8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b7d528>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27df8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3ad76c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27c78>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70048>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27288>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27d38>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3ae5f48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27ac8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70558>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a7a848>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a703d8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70768>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27f48>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27498>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a98148>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:110> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27618>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:129> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70c78>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a9f9c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() running at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:127> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70af8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3a70318>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a9f0c8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b271c8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a9fac8>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27588>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a98748>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 775, in _read_ready
self._read_ready_cb()
File "/usr/lib64/python3.7/asyncio/selector_events.py", line 824, in _read_ready__data_received
self._protocol.data_received(data)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 73, in data_received
upgrade_request=error.request,
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 51, in __init__
self.data_received(fake_client.send(upgrade_request))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 59, in data_received
self.handle_events()
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py", line 64, in handle_events
self.task = self.loop.create_task(self.handle_websocket(event))
task: <Task pending coro=<WebsocketMixin.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py:112> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f79b3b27df8>()] created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[WebsocketServer.maybe_close()] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/wsproto.py:64>
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 101, in __call__
receiver_task = asyncio.ensure_future(self.handle_messages(receive))
task: <Task pending coro=<ASGIWebsocketConnection.handle_messages() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:108> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:101>
Exception ignored in: <coroutine object ASGIWebsocketConnection.handle_websocket at 0x7f79b3a8bc48>
Traceback (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 129, in handle_websocket
response = await self.app.handle_websocket(websocket)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/app.py", line 1589, in handle_websocket
return await self.handle_websocket_exception(error)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 133, in __aexit__
await super().__aexit__(exc_type, exc_value, tb)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/ctx.py", line 61, in __aexit__
await _app_ctx_stack.top.pop(exc_value)
AttributeError: 'NoneType' object has no attribute 'pop'
Task was destroyed but it is pending!
source_traceback: Object created at (most recent call last):
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/bin/hypercorn", line 11, in <module>
sys.exit(main())
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/__main__.py", line 165, in main
run(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/run.py", line 31, in run
worker_func(config)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 193, in asyncio_worker
run_single(app, config, loop=loop, sock=sock, shutdown_event=shutdown_event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asyncio/run.py", line 161, in run_single
loop.run_forever()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 528, in run_forever
self._run_once()
File "/usr/lib64/python3.7/asyncio/base_events.py", line 1756, in _run_once
handle._run()
File "/usr/lib64/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 127, in handle_websocket
await self.handle_asgi_app(event)
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/hypercorn/asgi/wsproto.py", line 139, in handle_asgi_app
await asgi_instance(self.asgi_receive, partial(self.asgi_send, event))
File "/home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py", line 102, in __call__
handler_task = asyncio.ensure_future(self.handle_websocket(websocket, send))
task: <Task pending coro=<ASGIWebsocketConnection.handle_websocket() done, defined at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:128> wait_for=<Future cancelled created at /usr/lib64/python3.7/asyncio/base_events.py:385> cb=[_wait.<locals>._on_completion() at /usr/lib64/python3.7/asyncio/tasks.py:440] created at /home/woky/.local/share/virtualenvs/python-ws-server-quart-5aksCuzl/lib/python3.7/site-packages/quart/asgi.py:102>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment