You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-17' coro=<AternosWss.receiver() done, defined at /home/container/.local/lib/python3.10/site-packages/python_aternos/atwss.py:276> exception=RuntimeError('cannot call recv while another coroutine is already waiting for the next message')>
Traceback (most recent call last):
File "/home/container/.local/lib/python3.10/site-packages/python_aternos/atwss.py", line 283, in receiver
data = await self.socket.recv()
File "/home/container/.local/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 532, in recv
raise RuntimeError(
RuntimeError: cannot call recv while another coroutine is already waiting for the next message