-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
Comments
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. |
Same issue here, running 2.4.0 on Manjaro. |
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:
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! |
Duplicates #243 |
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:
The text was updated successfully, but these errors were encountered: