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

Download fails Error! Unhandled error (execa).

Open coreybruce opened this issue 3 years ago • 12 comments
trafficstars

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):

  • OS: Manjaro gnome
  • Application version 2.4.0-2
  • Application type AUR package

Additional context Add any other context about the problem here.

coreybruce avatar Jun 15 '22 02:06 coreybruce

For me this worked #354

rulzAT avatar Jun 15 '22 08:06 rulzAT

For me this worked #354

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

coreybruce avatar Jun 15 '22 11:06 coreybruce

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.

cappuccinocosmico avatar Jun 17 '22 15:06 cappuccinocosmico

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

coreybruce avatar Jun 18 '22 04:06 coreybruce

Duplicates #243

olegshulyakov avatar Jun 18 '22 16:06 olegshulyakov

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).

rdayltx avatar Jun 21 '22 14:06 rdayltx

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.

hashblen avatar Aug 26 '22 07:08 hashblen

But has it been fixed for Linux?

coreybruce avatar Aug 26 '22 09:08 coreybruce

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 avatar Oct 23 '22 23:10 hayguen

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

hayguen avatar Oct 24 '22 00:10 hayguen

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

nleitao avatar Jan 13 '23 10:01 nleitao