Hi I'm currently experiencing very high pings, slow responses and interactions failing cause of that
I've looked in my logs and I see this:
INFO:disnake.gateway:Websocket closed with WSCloseCode.OK, cannot reconnect.
ERROR:disnake.shard:Attempting a reconnect for shard ID 0 in 1.29s
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/disnake/shard.py", line 164, in worker
await self.ws.poll_event()
File "/usr/local/lib/python3.10/site-packages/disnake/gateway.py", line 734, in poll_event
raise ConnectionClosed(self.socket, shard_id=self.shard_id, code=code) from None
disnake.errors.ConnectionClosed: Shard ID 0 WebSocket closed with 1000: Unknown reason
Does anyone know why?
This happens on all 4 shards
I'm running version 2.9.2 and Python 3.10.12