Advertisement
Guest User

pls

a guest
Jun 28th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\Evan\Desktop\test2\MusicBot\musicbot\bot.py", line 1914, in on_message
  3. response = await handler(**handler_kwargs)
  4. File "C:\Users\Evan\Desktop\test2\MusicBot\musicbot\bot.py", line 1311, in cmd_summon
  5. player = await self.get_player(author.voice_channel, create=True)
  6. File "C:\Users\Evan\Desktop\test2\MusicBot\musicbot\bot.py", line 354, in get_player
  7. voice_client = await self.get_voice_client(channel)
  8. File "C:\Users\Evan\Desktop\test2\MusicBot\musicbot\bot.py", line 230, in get_voice_client
  9. voice_data = await asyncio.wait_for(_voice_data, timeout=10, loop=self.loop)
  10. File "C:\Users\Evan\AppData\Local\Programs\Python\Python35\lib\asyncio\tasks.py", line 390, in wait_for
  11. raise futures.TimeoutError()
  12. concurrent.futures._base.TimeoutError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement