Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord client disconnects on every build #3

Open
reliveyy opened this issue Aug 11, 2020 · 0 comments
Open

Discord client disconnects on every build #3

reliveyy opened this issue Aug 11, 2020 · 0 comments
Labels
bug Something isn't working P3 low priority

Comments

@reliveyy
Copy link
Collaborator

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
@reliveyy reliveyy added the bug Something isn't working label Aug 17, 2020
@kilrau kilrau added the P3 low priority label Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P3 low priority
Projects
None yet
Development

No branches or pull requests

2 participants