Skip to content
This repository was archived by the owner on Nov 12, 2018. It is now read-only.

Bot will not reconnect #7

Open
TBK opened this issue Mar 26, 2017 · 0 comments
Open

Bot will not reconnect #7

TBK opened this issue Mar 26, 2017 · 0 comments
Assignees
Labels

Comments

@TBK
Copy link
Owner

TBK commented Mar 26, 2017

Pausing in The Club/Music (joining empty channel)
Task exception was never retrieved
future: <Task finished coro=<VoiceClient.poll_voice_ws() done, defined at /usr/lib/python3.5/site-packages/discord/voice_client.py:269> exception=ConnectionClosed('WebSocket connection is closed: code = 1006, no reason.',)>
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/discord/gateway.py", line 635, in poll_event
    msg = yield from asyncio.wait_for(self.recv(), timeout=30.0, loop=self.loop)
  File "/usr/lib/python3.5/asyncio/tasks.py", line 392, in wait_for
    return fut.result()
  File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
    raise self._exception
  File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
    result = coro.send(None)
  File "/usr/lib/python3.5/site-packages/websockets/protocol.py", line 298, in recv
    raise ConnectionClosed(self.close_code, self.close_reason)
websockets.exceptions.ConnectionClosed: WebSocket connection is closed: code = 1006, no reason.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
    result = coro.send(None)
  File "/usr/lib/python3.5/site-packages/discord/voice_client.py", line 276, in poll_voice_ws
    yield from self.ws.poll_event()
  File "/usr/lib/python3.5/site-packages/discord/gateway.py", line 638, in poll_event
    raise ConnectionClosed(e) from e
discord.errors.ConnectionClosed: WebSocket connection is closed: code = 1006, no reason.

Reconnected to discord.

Rapptz/discord.py#503

@TBK TBK self-assigned this Sep 11, 2017
@TBK TBK added the bug label Sep 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant