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

No items to download - on every URL I try, tried re-installing, ensured URL's are inputted correctly #348

Open sjain882 opened 5 years ago

sjain882 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?

Please remove any sections between (---) if they are not related to your issue


Bug report

If the problem occurs when downloading 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
The log is blank. I tried again to download the URL after clearing the log but the log remained blank.

What operating system do you use ?

Windows 10 1809 build 17763.55 x64 Home

List of actions to perform to reproduce the problem:

  1. Copy and YouTube URL (I did https://www.youtube.com/watch?v=PjBO6bzVM4o for example)
  2. Paste into list, making sure it's all OK
  3. Click Download

What is the expected behaviour ?

The Download starts

What happens instead ?

This appears - https://i.imgur.com/3UnOThx.png

Not sure what is happening

It worked perfectly fine for like 29 videos before this happened. I downloaded those from a playlist

bennofs commented 5 years ago

Just encountered the same problem. For reference, you need to install vc redistributable 2010: https://www.microsoft.com/de-de/download/details.aspx?id=5555

s33hunt commented 5 years ago

Just encountered the same problem. For reference, you need to install vc redistributable 2010: https://www.microsoft.com/de-de/download/details.aspx?id=5555

I had the same issue and this fixed it. Thanks bennofs!

freeman42x commented 4 years ago

I am having the same problem but the log file is empty and when I try to install the VC redistributable 2010 it tells me I already got a newer one:

A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine.

Probably cause of the one coming with VS 2019.

freeman42x commented 4 years ago

I can't find the youtube-dl executable in PATH and it is not located in the GUI folder either.

So no idea how to approach this next.