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

"Error! Unhandled error (execa)." #365

Open Figgyee opened 2 years ago

Figgyee commented 2 years ago

Everytime I try to download something, I always get "Error! Unhandled error (execa)." "Show full error" gives me this: error

How can I solve it?

Figgyee commented 2 years ago

Sorry, I should have mention it. Already tried and it doesn't work (I'm not even sure about what the correct method is though).

cydiro commented 2 years ago

actually I had the same problem with Manjaro Linux. I did the following step to solve it:

sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/.youtube-dl-gui/yt-dlp-unix

The actual problem is that yt-dlp is not found on the system. So you have to manually add it. Hope this helps a bit.

remizik commented 2 years ago

same issue for me, I also copied the yt-dlp.exe in the correct folder like mentioned above in #354

image

I tried to force "everyone" full control permission on the root folder, still getting this error :

image

image

olegshulyakov commented 2 years ago

Duplicates #243