youtube-dl-gui icon indicating copy to clipboard operation
youtube-dl-gui copied to clipboard

"Error! Unhandled error (execa)." Error On OSX

Open FinleyGomez opened this issue 2 years ago • 6 comments

Hi guys,

It seems that ever link I throw at YT-DL-GUI gives me the same error.

{ "shortMessage": "Command failed with exit code 127: /Applications/Open Video Downloader.app/Contents/Resources/app.asar.unpacked/binaries/yt-dlp-unix -J --flat-playlist --no-cache-dir --ignore-config --user-agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36 --no-check-certificate --yes-playlist https://www.youtube.com/watch?v=2K04xw_ZddQ", "command": "/Applications/Open Video Downloader.app/Contents/Resources/app.asar.unpacked/binaries/yt-dlp-unix -J --flat-playlist --no-cache-dir --ignore-config --user-agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36 --no-check-certificate --yes-playlist https://www.youtube.com/watch?v=2K04xw_ZddQ", "exitCode": 127, "stdout": "", "stderr": "env: python3: No such file or directory", "failed": true, "timedOut": false, "isCanceled": false, "killed": false }

Does anyone know how this can be solved?

Additional info if needed:

  • MacBook Pro 2012 / MacOS 10.14.06 / YouTube-DL-GUI (Ver. 2.4.0)

FinleyGomez avatar Apr 24 '22 08:04 FinleyGomez

I get the same error wehn using Open Video Downloader on Windows 10. (portable did allways crash on first startup, after downloading, when extracting the library, so i used the installer) System: Windows 10 Pro, AMD 5900X, 64GB Ram, GTX 3070, doesnt matter which link, i allways get the error. grafik

Full error message: why ever, I am not allowed to copy the Full error message out of the message window, so here the picture:

grafik

morm24 avatar May 04 '22 21:05 morm24

seems yt-dlp is not installed in your host. You can try to download yt-dlp then link it to ~/.youtube-dl-gui/yt-dlp-unix.

karfield avatar May 08 '22 13:05 karfield

Same issue here, running 2.4.0 on Manjaro.

Cosmiiko avatar May 13 '22 22:05 Cosmiiko

seems yt-dlp is not installed in your host. You can try to download yt-dlp then link it to ~/.youtube-dl-gui/yt-dlp-unix.

Followed Karfield's advice and managed to fix it!

I uninstalled the version of YT-DLP that I had already, and installed it again using the following commands:

sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp sudo chmod a+rx /usr/local/bin/yt-dlp

Then opened YT-DL-GUI and worked (Sorta) got an error because of my FFMPEG installation, but Im in the process of fixing that at the moment.

Hopefully this works for you guys!

FinleyGomez avatar May 14 '22 21:05 FinleyGomez

https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708

himyjan avatar May 16 '22 06:05 himyjan

Duplicates #243

olegshulyakov avatar Jun 18 '22 21:06 olegshulyakov