2020-08-11 12:43:26.232 ERROR 23050 --- [MainThread] discord.client: Attempting a reconnect in 4.70s
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/discord/gateway.py", line 470, in poll_event
msg = await self.recv()
File "/usr/local/lib/python3.8/dist-packages/websockets/protocol.py", line 509, in recv
await self.ensure_open()
File "/usr/local/lib/python3.8/dist-packages/websockets/protocol.py", line 803, in ensure_open
raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedOK: code = 1000 (OK), no reason
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/discord/client.py", line 499, in connect
await self._connect()
File "/usr/local/lib/python3.8/dist-packages/discord/client.py", line 463, in _connect
await self.ws.poll_event()
File "/usr/local/lib/python3.8/dist-packages/discord/gateway.py", line 478, in poll_event
raise ConnectionClosed(exc, shard_id=self.shard_id) from exc
discord.errors.ConnectionClosed: code = 1000 (OK), no reason