jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.5k stars 454 forks source link

Download fails Error! Unhandled error (execa). #377

Open coreybruce opened 2 years ago

coreybruce commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Unable to download videos, Error! Unhandled error (execa). I am using the AUR package http://aur.archlinux.org/packages/youtube-dl-gui

To Reproduce Steps to reproduce the behavior: Tried to download any video

Expected behavior Downloads video

Screenshots image

image

Additional info (please complete the following information):

Additional context Add any other context about the problem here.

rulzAT commented 2 years ago

For me this worked #354

coreybruce commented 2 years ago

For me this worked #354

I'm sorry but this doesn't help or apply to Linux users. only Mac and Windows user specifically.

cappuccinocosmico commented 2 years ago

Had this exact same error on manjaro, the fix for me was copying over a system binary of yt-dlp like so

sudo pacman -S yt-dlp

cp /bin/yt-dlp ~/.youtube-dl-gui/yt-dlp-unix

its a total stopgap but it works now at least.

coreybruce commented 2 years ago

Had this exact same error on manjaro, the fix for me was copying over a system binary of yt-dlp like so

sudo pacman -S yt-dlp

cp /bin/yt-dlp ~/.youtube-dl-gui/yt-dlp-unix

its a total stopgap but it works now at least.

Wow that does fix it but yeah is only a workaround so I hop they fix this weird issue

olegshulyakov commented 2 years ago

Duplicates #243

rdayltx commented 2 years ago

On Windows I fixed this, Downloading "youtube-dl.exe" from original repository, renaming to "yt-dlp.exe" and place in "open-video-downloader" folder. (I used portable version).

hashblen commented 2 years ago

I just used powershell -Command "Invoke-WebRequest https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe -OutFile %LOCALAPPDATA%\Programs\youtube-dl-gui\resources\app.asar.unpacked\binaries\yt-dlp.exe" to download it and put it in the right folder on windows. The same on linux, just donwload yt-dlp and put it in the binairies fodler.

coreybruce commented 2 years ago

But has it been fixed for Linux?

hayguen commented 1 year ago

looks, there are a bunch of duplicates for this issue, which all have same or similar workaround - just depending on operating system: https://github.com/jely2002/youtube-dl-gui/issues/387 https://github.com/jely2002/youtube-dl-gui/issues/389 https://github.com/jely2002/youtube-dl-gui/issues/390 https://github.com/jely2002/youtube-dl-gui/issues/392 https://github.com/jely2002/youtube-dl-gui/issues/413 https://github.com/jely2002/youtube-dl-gui/issues/414 https://github.com/jely2002/youtube-dl-gui/issues/418 https://github.com/jely2002/youtube-dl-gui/issues/431

would be great to clean up the issue list! please close the listed issues above

i fear, that this project might got abandoned by the author, see https://github.com/jely2002/youtube-dl-gui/issues/407 are there other persons with rights to close issues - except the individual issue submitters?

hayguen commented 1 year ago

Looks, the improved version 2.4.3 from https://github.com/StefanLobbenmeier/youtube-dl-gui/releases does fix the issue. Tested on Windows and WSL. Thanks to @StefanLobbenmeier

nleitao commented 1 year ago

Had this exact same error on manjaro, the fix for me was copying over a system binary of yt-dlp like so

sudo pacman -S yt-dlp

cp /bin/yt-dlp ~/.youtube-dl-gui/yt-dlp-unix

its a total stopgap but it works now at least.

This worked for me! thanks @cappuccinocosmico

himyjan commented 4 days ago

https://github.com/StefanLobbenmeier/youtube-dl-gui/releases

or

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