Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [23/10/2019 21:49] ERROR audio _join_voice_channel 717:
  2. Traceback (most recent call last):
  3. File "/home/discord/Red-DiscordBot/cogs/audio.py", line 715, in _join_voice_channel
  4. timeout=5, loop=self.bot.loop)
  5. File "/usr/lib/python3.6/asyncio/tasks.py", line 362, in wait_for
  6. raise futures.TimeoutError()
  7. concurrent.futures._base.TimeoutError
  8. [23/10/2019 21:49] ERROR red on_command_error 388: Exception in command 'play'
  9. Traceback (most recent call last):
  10. File "/home/discord/Red-DiscordBot/cogs/audio.py", line 715, in _join_voice_channel
  11. timeout=5, loop=self.bot.loop)
  12. File "/usr/lib/python3.6/asyncio/tasks.py", line 362, 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/discord/Red-DiscordBot/cogs/audio.py", line 1525, in play
  22. await self._join_voice_channel(voice_channel)
  23. File "/home/discord/Red-DiscordBot/cogs/audio.py", line 719, 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