oleksis / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
https://oleksis.github.io/youtube-dl-gui/
The Unlicense
1.76k stars 117 forks source link

"Download complete" when an error in the log #180

Open mohmad-null opened 7 months ago

mohmad-null commented 7 months ago

Windows 7, so yt-dlg 1.7.1

I'm trying to download a playlist, and after less than a second I get "downloads complete" pop up. The status says "Finished". But of course, that was far too fast, and there are no files in the output directories.

I find the log and see: 2024-04-26 09:53:44,162-DEBUG-Worker_1-[WinError 193] %1 is not a valid Win32 application

This bug isn't that it doesn't work, it's that the GUI (which is the entire point of this application over the CLI), hides the fact it doesn't work. It failed to run, yet I have two separate confirmatory messages which are both claiming it succeeded.