InterfaceError: cannot call Connection.remove_listener(): connection has been released back to the pool
Closed this issue · 0 comments
sentry-io commented
Sentry Issue: PARSEC3-SERVER-T
CancelledError:
(3 additional frame(s) were not displayed)
...
File "asyncio/tasks.py", line 665, in sleep
return await future
CancelledError:
(7 additional frame(s) were not displayed)
...
File "asyncio/tasks.py", line 656, in sleep
await __sleep0()
File "asyncio/tasks.py", line 650, in __sleep0
yield
InterfaceError: cannot call Connection.remove_listener(): connection has been released back to the pool
(6 additional frame(s) were not displayed)
...
File "asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
File "asyncio/base_events.py", line 685, in run_until_complete
return future.result()
File "contextlib.py", line 231, in __aexit__
await self.gen.athrow(value)
File "contextlib.py", line 231, in __aexit__
await self.gen.athrow(value)
File "contextlib.py", line 231, in __aexit__
await self.gen.athrow(value)
CancelledError:
File "asyncio/locks.py", line 212, in wait
await fut
CancelledError:
(12 additional frame(s) were not displayed)
...
File "starlette/routing.py", line 75, in app
await response(scope, receive, send)
File "parsec/asgi/rpc.py", line 832, in __call__
await self._run_session(scope, receive, send)
File "parsec/asgi/rpc.py", line 883, in _run_session
return await super().__call__(scope, receive, send)
File "starlette/responses.py", line 258, in __call__
async with anyio.create_task_group() as task_group:
File "anyio/_backends/_asyncio.py", line 593, in __aexit__
raise CancelledError
Exception in ASGI application