smd icon indicating copy to clipboard operation
smd copied to clipboard

OSError: Unable to download ffmpeg-osx-v3.2.4

Open ducho opened this issue 4 years ago • 6 comments

Donate? Why?

OSError: Unable to download 'ffmpeg-osx-v3.2.4'. Perhaps there is a no internet connection? If there is, please report this problem.

So!!!! When will by SMD working correctly then I will send donate! I am pleased to do so! But not for a broken application.

iMac:smd Ducho$ ./main.py -sa "https://open.spotify.com/album/2xbzJIow0xg4zryI2hWgnX"
Traceback (most recent call last):
  File "./main.py", line 3, in <module>
    from youtube import Youtube
  File "/Users/Ducho/Downloads/smd/youtube.py", line 16, in <module>
    from moviepy.editor import *
  File "/usr/local/lib/python3.7/site-packages/moviepy/editor.py", line 26, in <module>
    imageio.plugins.ffmpeg.download()
  File "/usr/local/lib/python3.7/site-packages/imageio/plugins/ffmpeg.py", line 73, in download
    force_download=force_download)
  File "/usr/local/lib/python3.7/site-packages/imageio/core/fetching.py", line 127, in get_remote_file
    _fetch_file(url, filename)
  File "/usr/local/lib/python3.7/site-packages/imageio/core/fetching.py", line 183, in _fetch_file
    os.path.basename(file_name))
OSError: Unable to download 'ffmpeg-osx-v3.2.4'. Perhaps there is a no internet connection? If there is, please report this problem.

and after

>>> import imageio
>>> imageio.plugins.ffmpeg.download()
Imageio: 'ffmpeg-osx-v3.2.4' was not found on your computer; downloading it now.
Try 1. Download from https://github.com/imageio/imageio-binaries/raw/master/ffmpeg/ffmpeg-osx-v3.2.4 (33.8 MB)
Downloading: 35458856/35458856 bytes (100.0%)
  Done
File saved as /Users/Ducho/Library/Application Support/imageio/ffmpeg/ffmpeg-osx-v3.2.4.
>>> 

result:

iMac:smd Ducho$ ./main.py -sa "https://open.spotify.com/album/2xbzJIow0xg4zryI2hWgnX"
Traceback (most recent call last):
  File "./main.py", line 10, in <module>
    import notify2
  File "/usr/local/lib/python3.7/site-packages/notify2.py", line 39, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'

ducho avatar Feb 18 '20 18:02 ducho

same problem

mixj93 avatar Feb 25 '20 07:02 mixj93

same

FRules avatar Feb 29 '20 14:02 FRules

pip3 install dbus-python and try again.

okandeb avatar Mar 09 '20 00:03 okandeb

I got the same error for windows. then I used pip3 install dbus-python but then this error msg received(not a valid win 32 application). my os is 32bit. image

jaindu avatar Apr 03 '20 10:04 jaindu

pip3 install dbus-python and try again.

what should I use for windows

jaindu avatar Apr 03 '20 10:04 jaindu

https://github.com/artyshko/smd/issues/62#issuecomment-636327711 it may do the trick

laphrog avatar May 30 '20 13:05 laphrog