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

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

Open
coreybruce opened this issue Jun 15, 2022 · 11 comments
Open

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

coreybruce opened this issue Jun 15, 2022 · 11 comments
Labels
bug Something isn't working

Comments

@coreybruce
Copy link

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 coreybruce added the bug Something isn't working label Jun 15, 2022
@rulzAT
Copy link

rulzAT commented Jun 15, 2022

For me this worked #354

@coreybruce
Copy link
Author

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
Copy link

cappuccinocosmico commented Jun 17, 2022

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
Copy link
Author

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
Copy link

Duplicates #243

@rdayltx
Copy link

rdayltx commented Jun 21, 2022

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
Copy link

hashblen commented Aug 26, 2022

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
Copy link
Author

But has it been fixed for Linux?

@hayguen
Copy link

hayguen commented Oct 23, 2022

looks, there are a bunch of duplicates for this issue, which all have same or similar workaround - just depending on operating system:
#387
#389
#390
#392
#413
#414
#418
#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 #407
are there other persons with rights to close issues - except the individual issue submitters?

@hayguen
Copy link

hayguen commented Oct 24, 2022

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
Copy link

nleitao commented Jan 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants