Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. https://www.youtube.com/watch?v=-flxm_0s2la
  2. [youtube] -flxm_0s2la: Downloading webpage
  3. [youtube] -flxm_0s2la: Downloading video info webpage
  4. WARNING: Unable to extract video title
  5. ERROR: This video is unavailable.
  6. Ignoring exception in on_message
  7. Traceback (most recent call last):
  8. File "C:\Program Files\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 792, in extract_info
  9. ie_result = ie.extract(url)
  10. File "C:\Program Files\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 501, in extract
  11. ie_result = self._real_extract(url)
  12. File "C:\Program Files\Python36\lib\site-packages\youtube_dl\extractor\youtube.py", line 1875, in _real_extract
  13. raise ExtractorError(error_message, expected=True)
  14. youtube_dl.utils.ExtractorError: This video is unavailable.
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "C:\Program Files\Python36\lib\site-packages\discord\client.py", line 307, in _run_event
  20. yield from getattr(self, event)(*args, **kwargs)
  21. File "c:/Users/Charles/Desktop/bot.py", line 81, in on_message
  22. player = await client.voice_client_in(message.server).create_ytdl_player(split[1])
  23. File "C:\Program Files\Python36\lib\site-packages\discord\voice_client.py", line 535, in create_ytdl_player
  24. info = yield from self.loop.run_in_executor(None, func)
  25. File "C:\Program Files\Python36\lib\concurrent\futures\thread.py", line 56, in run
  26. result = self.fn(*self.args, **self.kwargs)
  27. File "C:\Program Files\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 815, in extract_info
  28. self.report_error(compat_str(e), e.format_traceback())
  29. File "C:\Program Files\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 620, in report_error
  30. self.trouble(error_message, tb)
  31. File "C:\Program Files\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 590, in trouble
  32. raise DownloadError(message, exc_info)
  33. youtube_dl.utils.DownloadError: ERROR: This video is unavailable.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement