Advertisement
Guest User

Untitled

a guest
Aug 8th, 2019
6,556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. C:\Users\Ribeiros\Desktop\qq\smd-master>main.py -sp https://open.spotify.com/playlist/74xtppURWdVPRz1pwsAK2z?si=VppMyBPrRtuoLgk2AnVBgg
  2. Traceback (most recent call last):
  3. File "C:\Users\Ribeiros\Desktop\qq\smd-master\main.py", line 3, in <module>
  4. from youtube import Youtube
  5. File "C:\Users\Ribeiros\Desktop\qq\smd-master\youtube.py", line 16, in <module>
  6. from moviepy.editor import *
  7. File "C:\Users\Ribeiros\AppData\Local\Programs\Python\Python36\lib\site-packages\moviepy\editor.py", line 26, in <module>
  8. imageio.plugins.ffmpeg.download()
  9. File "C:\Users\Ribeiros\AppData\Local\Programs\Python\Python36\lib\site-packages\imageio\plugins\ffmpeg.py", line 73, in download
  10. force_download=force_download)
  11. File "C:\Users\Ribeiros\AppData\Local\Programs\Python\Python36\lib\site-packages\imageio\core\fetching.py", line 127, in get_remote_file
  12. _fetch_file(url, filename)
  13. File "C:\Users\Ribeiros\AppData\Local\Programs\Python\Python36\lib\site-packages\imageio\core\fetching.py", line 183, in _fetch_file
  14. os.path.basename(file_name))
  15. OSError: Unable to download 'ffmpeg-win32-v3.2.4.exe'. Perhaps there is a no internet connection? If there is, please report this problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement