Getting "Downloads complete" message and errors
Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
- Put an
xinto all the boxes [ ] relevant to your issue (like that [x]) - Use Preview tab to see how your issue will actually look like
WARNING
All invalid issues will be rejected!!
Before going further
If your problem is a bug with youtube-dl or a request for new site support please report it here
Make sure you are using the latest youtube-dl-gui version (Click the
Settingsicon and thenAboutto view the current version)Make sure you are using the latest youtube-dl version (Click the
Settingsicon and thenUpdateto update to the latest youtube-dl version)Make sure you searched the bugtracker for similar issues including closed ones
Make sure to read the FAQs file
- I think my problem is NOT with youtube-dl
- I've verified and i assure that I'm running youtube-dl-gui 0.4
- I assure that i am using the latest version of youtube-dl
- Searched bugtracker
- I've read the FAQs file
What is the purpose of your issue?
- Bug report
- Feature request (request for a new functionality)
- Question
- Other
Please remove any sections between (---) if they are not related to your issue
Bug report
I've tried downloading few videos from YouTube. I've entered a video link to the download list and started downloading, But I was told that downloads are complete and got error messages. It happens when trying to download some videos.
If the problem occurs when downloading a URL please provide the full verbose output as follows:
- Restart youtube-dl-gui
- Go to
Options -> Extratab - Enable Debug youtube-dl
- Go to
Options -> Advancedtab and Clear your log content - Try to download the URL
- Copy the whole log content and insert it between the ``` part below
[08/05/20 18:27:00] [debug] System config: []
[08/05/20 18:27:00] [debug] User config: []
[08/05/20 18:27:00] [debug] Custom config: []
[08/05/20 18:27:00] [debug] Command-line args: ['--newline', '-i', '-o', 'C:\\Users\\Igor\\Videos\\%(title)s.%(ext)s', '-f', 'mp4', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=C1d8sRMI8_w']
[08/05/20 18:27:00] [debug] Encodings: locale cp1251, fs mbcs, out cp1251, pref cp1251
[08/05/20 18:27:00] [debug] youtube-dl version 2020.05.03
[08/05/20 18:27:00] [debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[08/05/20 18:27:00] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[08/05/20 18:27:00] [debug] Proxy map: {}
[08/05/20 18:27:00] ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[08/05/20 18:27:00] Traceback (most recent call last):
[08/05/20 18:27:00] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
[08/05/20 18:27:00] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\extractor\common.py", line 530, in extract
[08/05/20 18:27:00] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\extractor\youtube.py", line 2394, in _real_extract
[08/05/20 18:27:00] File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\extractor\common.py", line 1350, in _sort_formats
[08/05/20 18:27:00] youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[08/05/20 18:27:00] What operating system do you use ?
Windows 7 Pro 64-Bit
List of actions to perform to reproduce the problem:
- Paste video URL.
- Add to the list.
- Choose file type.
- Click download button.
What is the expected behaviour ?
Video to be downloaded.
What happens instead ?
Gets a window that says that downloads are complete, but downloads error.
Source: MrS0m30n3/youtube-dl-gui