Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

RuntimeError: await wasn't used with future #1

Open
kpodp0ra opened this issue Mar 8, 2021 · 0 comments
Open

RuntimeError: await wasn't used with future #1

kpodp0ra opened this issue Mar 8, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@kpodp0ra
Copy link
Member

kpodp0ra commented Mar 8, 2021

ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-33463' coro=<Shard.received_message() done, defined at /var/singateway/singateway/shard.py:273> exception=RuntimeError("await wasn't used with future")>
Traceback (most recent call last):
  File "/var/singateway/singateway/shard.py", line 322, in received_message
    return await self.ensure_closed(code=1000)
  File "/var/singateway/singateway/shard.py", line 245, in ensure_closed
    await self._poll_task
RuntimeError: await wasn't used with future
@kpodp0ra kpodp0ra added the bug Something isn't working label Mar 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant