Advertisement
Guest User

Untitled

a guest
Feb 4th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.08 KB | None | 0 0
  1. [DEBUG:entry]
  2.  
  3. Created future for None
  4. Download complete: https://www.youtube.com/watch?v=6WDyzkFSri8
  5. [DEBUG:bot] Serializing queue for 221961004614025217
  6. [DEBUG:player] Deleting file: audio_cache\youtube-6WDyzkFSri8-Alexandros_-_Famous_Day_MV.webm
  7. [DEBUG:entry] Created future for None
  8. Download started: https://www.youtube.com/watch?v=oM3147ZXLg0
  9. [DEBUG:entry] Created future for None
  10. Download complete: https://www.youtube.com/watch?v=oM3147ZXLg0
  11. [DEBUG:bot] Serializing queue for 221961004614025217
  12. [DEBUG:player] Deleting file: audio_cache\youtube-oM3147ZXLg0-2nd_MV.webm
  13. [DEBUG:playlist] Detected a generic extractor, or Dropbox
  14. [DEBUG:playlist] Got content type audio/x-m4a
  15. [DEBUG:entry] Created future for None
  16. Download started: https://harunatsufansubs.com/wp-content/uploads/2017/08/Ling-Tosite-Sigure-Missing-Ling.m4a
  17. [DEBUG:entry] Created future for None
  18. ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  19. Traceback (most recent call last):
  20. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 517, in _request_webpage
  21. return self._downloader.urlopen(url_or_request)
  22. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2198, in urlopen
  23. return self._opener.open(req, timeout=self._socket_timeout)
  24. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 526, in open
  25. response = self._open(req, data)
  26. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 544, in _open
  27. '_open', req)
  28. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 504, in _call_chain
  29. result = func(*args)
  30. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\utils.py", line 1089, in https_open
  31. req, **kwargs)
  32. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 1321, in do_open
  33. r = h.getresponse()
  34. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1331, in getresponse
  35. response.begin()
  36. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 297, in begin
  37. version, status, reason = self._read_status()
  38. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 258, in _read_status
  39. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  40. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\socket.py", line 586, in readinto
  41. return self._sock.recv_into(b)
  42. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 1009, in recv_into
  43. return self.read(nbytes, buffer)
  44. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 871, in read
  45. return self._sslobj.read(len, buffer)
  46. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 631, in read
  47. v = self._sslobj.read(len, buffer)
  48. socket.timeout: The read operation timed out
  49.  
  50. During handling of the above exception, another exception occurred:
  51.  
  52. Traceback (most recent call last):
  53. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 784, in extract_info
  54. ie_result = ie.extract(url)
  55. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 438, in extract
  56. ie_result = self._real_extract(url)
  57. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\generic.py", line 2119, in _real_extract
  58. full_response = self._request_webpage(request, video_id)
  59. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 526, in _request_webpage
  60. raise ExtractorError(errmsg, sys.exc_info()[2], cause=err)
  61. youtube_dl.utils.ExtractorError: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  62.  
  63. During handling of the above exception, another exception occurred:
  64.  
  65. Traceback (most recent call last):
  66. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 225, in _really_download
  67. result = await self.playlist.downloader.extract_info(self.playlist.loop, self.url, download=True)
  68. File "C:\Users\welli\MusicBot\musicbot\downloader.py", line 86, in extract_info
  69. return await loop.run_in_executor(self.thread_pool, functools.partial(self.unsafe_ytdl.extract_info, *args, **kwargs))
  70. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 56, in run
  71. result = self.fn(*self.args, **self.kwargs)
  72. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
  73. self.report_error(compat_str(e), e.format_traceback())
  74. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 612, in report_error
  75. self.trouble(error_message, tb)
  76. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 582, in trouble
  77. raise DownloadError(message, exc_info)
  78. youtube_dl.utils.DownloadError: ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  79.  
  80. During handling of the above exception, another exception occurred:
  81.  
  82. Traceback (most recent call last):
  83. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 183, in _download
  84. await self._really_download(hash=True)
  85. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 228, in _really_download
  86. raise ExtractionError(e)
  87. musicbot.exceptions.ExtractionError: ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  88. Future exception was never retrieved
  89. future: <Future finished exception=ExtractionError(DownloadError("ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))",),)>
  90. Traceback (most recent call last):
  91. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 517, in _request_webpage
  92. return self._downloader.urlopen(url_or_request)
  93. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2198, in urlopen
  94. return self._opener.open(req, timeout=self._socket_timeout)
  95. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 526, in open
  96. response = self._open(req, data)
  97. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 544, in _open
  98. '_open', req)
  99. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 504, in _call_chain
  100. result = func(*args)
  101. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\utils.py", line 1089, in https_open
  102. req, **kwargs)
  103. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 1321, in do_open
  104. r = h.getresponse()
  105. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1331, in getresponse
  106. response.begin()
  107. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 297, in begin
  108. version, status, reason = self._read_status()
  109. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 258, in _read_status
  110. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  111. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\socket.py", line 586, in readinto
  112. return self._sock.recv_into(b)
  113. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 1009, in recv_into
  114. return self.read(nbytes, buffer)
  115. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 871, in read
  116. return self._sslobj.read(len, buffer)
  117. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 631, in read
  118. v = self._sslobj.read(len, buffer)
  119. socket.timeout: The read operation timed out
  120.  
  121. During handling of the above exception, another exception occurred:
  122.  
  123. Traceback (most recent call last):
  124. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 784, in extract_info
  125. ie_result = ie.extract(url)
  126. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 438, in extract
  127. ie_result = self._real_extract(url)
  128. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\generic.py", line 2119, in _real_extract
  129. full_response = self._request_webpage(request, video_id)
  130. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 526, in _request_webpage
  131. raise ExtractorError(errmsg, sys.exc_info()[2], cause=err)
  132. youtube_dl.utils.ExtractorError: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  133.  
  134. During handling of the above exception, another exception occurred:
  135.  
  136. Traceback (most recent call last):
  137. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 225, in _really_download
  138. result = await self.playlist.downloader.extract_info(self.playlist.loop, self.url, download=True)
  139. File "C:\Users\welli\MusicBot\musicbot\downloader.py", line 86, in extract_info
  140. return await loop.run_in_executor(self.thread_pool, functools.partial(self.unsafe_ytdl.extract_info, *args, **kwargs))
  141. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 56, in run
  142. result = self.fn(*self.args, **self.kwargs)
  143. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
  144. self.report_error(compat_str(e), e.format_traceback())
  145. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 612, in report_error
  146. self.trouble(error_message, tb)
  147. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 582, in trouble
  148. raise DownloadError(message, exc_info)
  149. youtube_dl.utils.DownloadError: ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  150.  
  151. During handling of the above exception, another exception occurred:
  152.  
  153. Traceback (most recent call last):
  154. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 183, in _download
  155. await self._really_download(hash=True)
  156. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 228, in _really_download
  157. raise ExtractionError(e)
  158. musicbot.exceptions.ExtractionError: ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  159. WARNING: Failed to get entry, retrying
  160. Traceback (most recent call last):
  161. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 517, in _request_webpage
  162. return self._downloader.urlopen(url_or_request)
  163. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2198, in urlopen
  164. return self._opener.open(req, timeout=self._socket_timeout)
  165. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 526, in open
  166. response = self._open(req, data)
  167. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 544, in _open
  168. '_open', req)
  169. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 504, in _call_chain
  170. result = func(*args)
  171. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\utils.py", line 1089, in https_open
  172. req, **kwargs)
  173. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\urllib\request.py", line 1321, in do_open
  174. r = h.getresponse()
  175. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1331, in getresponse
  176. response.begin()
  177. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 297, in begin
  178. version, status, reason = self._read_status()
  179. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 258, in _read_status
  180. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  181. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\socket.py", line 586, in readinto
  182. return self._sock.recv_into(b)
  183. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 1009, in recv_into
  184. return self.read(nbytes, buffer)
  185. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 871, in read
  186. return self._sslobj.read(len, buffer)
  187. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\ssl.py", line 631, in read
  188. v = self._sslobj.read(len, buffer)
  189. socket.timeout: The read operation timed out
  190.  
  191. During handling of the above exception, another exception occurred:
  192.  
  193. Traceback (most recent call last):
  194. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 784, in extract_info
  195. ie_result = ie.extract(url)
  196. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 438, in extract
  197. ie_result = self._real_extract(url)
  198. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\generic.py", line 2119, in _real_extract
  199. full_response = self._request_webpage(request, video_id)
  200. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\extractor\common.py", line 526, in _request_webpage
  201. raise ExtractorError(errmsg, sys.exc_info()[2], cause=err)
  202. youtube_dl.utils.ExtractorError: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  203.  
  204. During handling of the above exception, another exception occurred:
  205.  
  206. Traceback (most recent call last):
  207. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 225, in _really_download
  208. result = await self.playlist.downloader.extract_info(self.playlist.loop, self.url, download=True)
  209. File "C:\Users\welli\MusicBot\musicbot\downloader.py", line 86, in extract_info
  210. return await loop.run_in_executor(self.thread_pool, functools.partial(self.unsafe_ytdl.extract_info, *args, **kwargs))
  211. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 56, in run
  212. result = self.fn(*self.args, **self.kwargs)
  213. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 807, in extract_info
  214. self.report_error(compat_str(e), e.format_traceback())
  215. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 612, in report_error
  216. self.trouble(error_message, tb)
  217. File "C:\Users\welli\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 582, in trouble
  218. raise DownloadError(message, exc_info)
  219. youtube_dl.utils.DownloadError: ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  220.  
  221. During handling of the above exception, another exception occurred:
  222.  
  223. Traceback (most recent call last):
  224. File "C:\Users\welli\MusicBot\musicbot\player.py", line 306, in _play
  225. entry = await self.playlist.get_next_entry()
  226. File "C:\Users\welli\MusicBot\musicbot\playlist.py", line 334, in get_next_entry
  227. return await entry.get_ready_future()
  228. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 183, in _download
  229. await self._really_download(hash=True)
  230. File "C:\Users\welli\MusicBot\musicbot\entry.py", line 228, in _really_download
  231. raise ExtractionError(e)
  232. musicbot.exceptions.ExtractionError: ERROR: Unable to download webpage: The read operation timed out (caused by timeout('The read operation timed out',))
  233. 246571108214636544/wellivea1#7625 has joined Praise The Sun [PTS] - Skybounds/Music
  234. Unpausing in Praise The Sun [PTS] - Skybounds/Music
  235. 246571108214636544/wellivea1#7625 has left Praise The Sun [PTS] - Skybounds/Music
  236. Pausing in Praise The Sun [PTS] - Skybounds/Music (empty channel)
  237. 246571108214636544/wellivea1#7625 has joined JROCK NEWS/🎧 RADIO
  238. 246571108214636544/wellivea1#7625: !skip
  239. [ERROR:bot] Error in skip: CommandError: Can't skip! The player is not playing!
  240. Traceback (most recent call last):
  241. File "C:\Users\welli\MusicBot\musicbot\bot.py", line 2772, in on_message
  242. response = await handler(**handler_kwargs)
  243. File "C:\Users\welli\MusicBot\musicbot\bot.py", line 2100, in cmd_skip
  244. raise exceptions.CommandError(self.str.get('cmd-skip-none', "Can't skip! The player is not playing!"), expire_in=20)
  245. musicbot.exceptions.CommandError: Can't skip! The player is not playing!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement