matthileo

Untitled

Feb 12th, 2017
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. WARNING: unable to extract uploader nickname
  2. ERROR: Signature extraction failed: Traceback (most recent call last):
  3. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1011, in _decrypt_signature
  4. video_id, player_url, s
  5. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 925, in _extract_signature_function
  6. errnote='Download of %s failed' % player_url)
  7. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 519, in _download_webpage
  8. res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
  9. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 426, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
  10. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 406, in _request_webpage
  11. return self._downloader.urlopen(url_or_request)
  12. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 2000, in urlopen
  13. req = sanitized_Request(req)
  14. File "/usr/local/lib/python3.5/site-packages/youtube_dl/utils.py", line 524, in sanitized_Request
  15. return compat_urllib_request.Request(sanitize_url(url), *args, **kwargs)
  16. File "/usr/local/lib/python3.5/urllib/request.py", line 269, in __init__
  17. self.full_url = url
  18. File "/usr/local/lib/python3.5/urllib/request.py", line 295, in full_url
  19. self._parse()
  20. File "/usr/local/lib/python3.5/urllib/request.py", line 324, in _parse
  21. raise ValueError("unknown url type: %r" % self.full_url)
  22. ValueError: unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'
  23. (caused by ValueError("unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  24. Ignoring exception in command play
  25. Traceback (most recent call last):
  26. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1011, in _decrypt_signature
  27. video_id, player_url, s
  28. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 925, in _extract_signature_function
  29. errnote='Download of %s failed' % player_url)
  30. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 519, in _download_webpage
  31. res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
  32. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 426, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
  33. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 406, in _request_webpage
  34. return self._downloader.urlopen(url_or_request)
  35. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 2000, in urlopen
  36. req = sanitized_Request(req)
  37. File "/usr/local/lib/python3.5/site-packages/youtube_dl/utils.py", line 524, in sanitized_Request
  38. return compat_urllib_request.Request(sanitize_url(url), *args, **kwargs)
  39. File "/usr/local/lib/python3.5/urllib/request.py", line 269, in __init__
  40. self.full_url = url
  41. File "/usr/local/lib/python3.5/urllib/request.py", line 295, in full_url
  42. self._parse()
  43. File "/usr/local/lib/python3.5/urllib/request.py", line 324, in _parse
  44. raise ValueError("unknown url type: %r" % self.full_url)
  45. ValueError: unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'
  46.  
  47. During handling of the above exception, another exception occurred:
  48.  
  49. Traceback (most recent call last):
  50. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
  51. ie_result = ie.extract(url)
  52. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 359, in extract
  53. return self._real_extract(url)
  54. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1590, in _real_extract
  55. encrypted_sig, video_id, player_url, age_gate)
  56. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1021, in _decrypt_signature
  57. 'Signature extraction failed: ' + tb, cause=e)
  58. youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
  59. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1011, in _decrypt_signature
  60. video_id, player_url, s
  61. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 925, in _extract_signature_function
  62. errnote='Download of %s failed' % player_url)
  63. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 519, in _download_webpage
  64. res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
  65. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 426, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
  66. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 406, in _request_webpage
  67. return self._downloader.urlopen(url_or_request)
  68. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 2000, in urlopen
  69. req = sanitized_Request(req)
  70. File "/usr/local/lib/python3.5/site-packages/youtube_dl/utils.py", line 524, in sanitized_Request
  71. return compat_urllib_request.Request(sanitize_url(url), *args, **kwargs)
  72. File "/usr/local/lib/python3.5/urllib/request.py", line 269, in __init__
  73. self.full_url = url
  74. File "/usr/local/lib/python3.5/urllib/request.py", line 295, in full_url
  75. self._parse()
  76. File "/usr/local/lib/python3.5/urllib/request.py", line 324, in _parse
  77. raise ValueError("unknown url type: %r" % self.full_url)
  78. ValueError: unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'
  79. (caused by ValueError("unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  80.  
  81. During handling of the above exception, another exception occurred:
  82.  
  83. Traceback (most recent call last):
  84. File "/home/matt/music.py", line 229, in play
  85. player = await state.voice.create_ytdl_player(song, ytdl_options=opts, after=state.toggle_next, use_avconv=self.USE_AVCONV)
  86. File "/usr/local/lib/python3.5/site-packages/discord/voice_client.py", line 531, in create_ytdl_player
  87. info = yield from self.loop.run_in_executor(None, func)
  88. File "/usr/local/lib/python3.5/asyncio/futures.py", line 361, in __iter__
  89. yield self # This tells Task to wait for completion.
  90. File "/usr/local/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
  91. future.result()
  92. File "/usr/local/lib/python3.5/asyncio/futures.py", line 274, in result
  93. raise self._exception
  94. File "/usr/local/lib/python3.5/concurrent/futures/thread.py", line 55, in run
  95. result = self.fn(*self.args, **self.kwargs)
  96. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 705, in extract_info
  97. return self.process_ie_result(ie_result, download, extra_info)
  98. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 758, in process_ie_result
  99. extra_info=extra_info)
  100. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 705, in extract_info
  101. return self.process_ie_result(ie_result, download, extra_info)
  102. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 866, in process_ie_result
  103. extra_info=extra)
  104. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 758, in process_ie_result
  105. extra_info=extra_info)
  106. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 709, in extract_info
  107. self.report_error(compat_str(e), e.format_traceback())
  108. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 568, in report_error
  109. self.trouble(error_message, tb)
  110. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 538, in trouble
  111. raise DownloadError(message, exc_info)
  112. youtube_dl.utils.DownloadError: ERROR: Signature extraction failed: Traceback (most recent call last):
  113. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1011, in _decrypt_signature
  114. video_id, player_url, s
  115. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 925, in _extract_signature_function
  116. errnote='Download of %s failed' % player_url)
  117. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 519, in _download_webpage
  118. res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
  119. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 426, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
  120. File "/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 406, in _request_webpage
  121. return self._downloader.urlopen(url_or_request)
  122. File "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 2000, in urlopen
  123. req = sanitized_Request(req)
  124. File "/usr/local/lib/python3.5/site-packages/youtube_dl/utils.py", line 524, in sanitized_Request
  125. return compat_urllib_request.Request(sanitize_url(url), *args, **kwargs)
  126. File "/usr/local/lib/python3.5/urllib/request.py", line 269, in __init__
  127. self.full_url = url
  128. File "/usr/local/lib/python3.5/urllib/request.py", line 295, in full_url
  129. self._parse()
  130. File "/usr/local/lib/python3.5/urllib/request.py", line 324, in _parse
  131. raise ValueError("unknown url type: %r" % self.full_url)
  132. ValueError: unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'
  133. (caused by ValueError("unknown url type: '/yts/jsbin/player-en_US-vfl8LqiZp/base.js'",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  134.  
  135. During handling of the above exception, another exception occurred:
  136.  
  137. Traceback (most recent call last):
  138. File "/usr/local/lib/python3.5/site-packages/discord/ext/commands/core.py", line 50, in wrapped
  139. ret = yield from coro(*args, **kwargs)
  140. File "/home/matt/music.py", line 232, in play
  141. await self.bot.send_message(ctx.message.channel, fmt.format(type(e).__name__, e))
  142. File "/usr/local/lib/python3.5/site-packages/discord/client.py", line 1152, in send_message
  143. data = yield from self.http.send_message(channel_id, content, guild_id=guild_id, tts=tts, embed=embed)
  144. File "/usr/local/lib/python3.5/site-packages/discord/http.py", line 211, in request
  145. raise HTTPException(r, data)
  146. discord.errors.HTTPException: BAD REQUEST (status code: 400)
  147.  
  148. The above exception was the direct cause of the following exception:
  149.  
  150. Traceback (most recent call last):
  151. File "/usr/local/lib/python3.5/site-packages/discord/ext/commands/bot.py", line 848, in process_commands
  152. yield from command.invoke(ctx)
  153. File "/usr/local/lib/python3.5/site-packages/discord/ext/commands/core.py", line 369, in invoke
  154. yield from injected(*ctx.args, **ctx.kwargs)
  155. File "/usr/local/lib/python3.5/site-packages/discord/ext/commands/core.py", line 54, in wrapped
  156. raise CommandInvokeError(e) from e
  157. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: BAD REQUEST (status code: 400)
Advertisement
Add Comment
Please, Sign In to add comment