MrS0m30n3 / youtube-dl-gui

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

Can't update. Infinity updating. #441

Open VitaliyAT opened 4 years ago

VitaliyAT commented 4 years ago

What is the purpose of your issue?


Bug report

If the problem occurs when downloadineg a URL please provide the full verbose output as follows:

  1. Restart youtube-dl-gui
  2. Go to Options > Extra tab
  3. Enable Debug youtube-dl
  4. Go to Options > Advanced tab and Clear your log content
  5. Try to download the URL
  6. Copy the whole log content and insert it between the ``` part below
[02/29/20 19:27:11] ERROR: Unable to download webpage: <urlopen error [WinError 10054] Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå> (caused by URLError(ConnectionResetError(10054, 'Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå', None, 10054, None),))
[02/29/20 20:10:56] ERROR: Unable to download webpage: <urlopen error [WinError 10054] Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå> (caused by URLError(ConnectionResetError(10054, 'Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå', None, 10054, None),))
[02/29/20 20:46:23] ERROR: Unable to download webpage: <urlopen error [WinError 10054] Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå> (caused by URLError(ConnectionResetError(10054, 'Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå', None, 10054, None),))
[02/29/20 20:47:35] ERROR: unable to download video data: HTTP Error 504: Gateway Time-out
[03/05/20 08:44:29] ERROR: unable to download video data: <urlopen error [Errno 11001] getaddrinfo failed>
[03/06/20 10:34:44] WARNING: Falling back on generic information extractor.

What operating system do you use ?

Windows 10 1909

List of actions to perform to reproduce the problem:

  1. Try update
  2. Wait (I am waiting all night - no luck)
  3. Goto 1

What is the expected behaviour ?

What happens instead ?

Updating never end. As result - can't update.


negativecitizen commented 4 years ago

I' ve a definitive solution to this .You can redirect the download directory for youtube-dl to avoid this error :1. first locate your "settings.json" usually in "C:\Users\\AppData\Roaming\youtube-dlg" 2. edit the last line ("youtubedl_path".............. ") and change the path to something practical like C:\youtube-dl 3. paste the latest youtube-dl.exe downloaded from this url https://github.com/ytdl-org/youtube-dl/releases/
Probably you need to make the copy a a fresh .exe time to time to get the latest version but its straight and works. This is a way to manually update the library avoiding the certificate error and the lost of time .Enjoy

negativecitizen commented 4 years ago

Seems that installing internet explorer 11 fix also the problem