Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FinleyGomez opened this issue Apr 24, 2022 · 6 comments
Open

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

FinleyGomez opened this issue Apr 24, 2022 · 6 comments

Comments

@FinleyGomez
Copy link

FinleyGomez commented Apr 24, 2022

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)
@morm24
Copy link

morm24 commented May 4, 2022

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

@karfield
Copy link

karfield commented May 8, 2022

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.

@Cosmiiko
Copy link

Same issue here, running 2.4.0 on Manjaro.

@FinleyGomez
Copy link
Author

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!

@himyjan
Copy link

himyjan commented May 16, 2022

#354 (comment)

@olegshulyakov
Copy link

Duplicates #243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants