Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [27/06/2017 19:09] ERROR audio _join_voice_channel 646:
  2. Traceback (most recent call last):
  3. File "/home/fenix/red-discordbot/cogs/audio.py", line 644, in _join_voice_channel
  4. timeout=5, loop=self.bot.loop)
  5. File "/usr/lib/python3.5/asyncio/tasks.py", line 396, in wait_for
  6. raise futures.TimeoutError()
  7. concurrent.futures._base.TimeoutError
  8. [27/06/2017 19:09] ERROR red on_command_error 369: Exception in command 'local start'
  9. Traceback (most recent call last):
  10. File "/home/fenix/red-discordbot/cogs/audio.py", line 644, in _join_voice_channel
  11. timeout=5, loop=self.bot.loop)
  12. File "/usr/lib/python3.5/asyncio/tasks.py", line 396, in wait_for
  13. raise futures.TimeoutError()
  14. concurrent.futures._base.TimeoutError
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "lib/discord/ext/commands/core.py", line 50, in wrapped
  20. ret = yield from coro(*args, **kwargs)
  21. File "/home/fenix/red-discordbot/cogs/audio.py", line 1270, in play_local
  22. await self._join_voice_channel(voice_channel)
  23. File "/home/fenix/red-discordbot/cogs/audio.py", line 648, in _join_voice_channel
  24. raise ConnectTimeout("We timed out connecting to a voice channel,"
  25. cogs.audio.ConnectTimeout: We timed out connecting to a voice channel, please try again in 10 minutes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement