MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.27k stars 1.58k forks source link

Status Error after post processing #381

Open pelhamk opened 5 years ago

pelhamk commented 5 years ago

Please follow the guide below

WARNING

All invalid issues will be rejected!!


Before going further


What is the purpose of your issue?

Trying to download audio from youtube videos. Works fine until it hits post-processing where it stalls for about 10 seconds then I get the popup claiming that the download is complete. The status portion of the gui, however, says error and the download never acutally completed.

[04/09/19 20:09:54] [debug] System config: [] [04/09/19 20:09:54] [debug] User config: [] [04/09/19 20:09:54] [debug] Custom config: [] [04/09/19 20:09:54] [debug] Command-line args: ['--newline', '-i', '-o', 'C:\Users\___\Desktop\%(title)s.%(ext)s', '-x', '--audio-format', 'mp3', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=87PZgweY-gY'] [04/09/19 20:09:54] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252 [04/09/19 20:09:54] [debug] youtube-dl version 2019.04.07 [04/09/19 20:09:54] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134 [04/09/19 20:09:54] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2 [04/09/19 20:09:54] [debug] Proxy map: {}

Anyone know how to fix this? I'm not even sure what the problem is.