MrS0m30n3 / youtube-dl-gui

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

Unicode Error after downloading a playlist #446

Open Paperwheel opened 4 years ago

Paperwheel commented 4 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
C:\Users\User\Desktop\portable\library.zip\youtube_dl_gui\downloaders.py:59: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal

What operating system do you use ?

Windows 10 Pro

List of actions to perform to reproduce the problem:

  1. .. Download entire playlist from YouTube and convert it to MP3.
  2. .. When it finishes, at the numbe of videos, it specifies "Error x/x" (15/15 for example).
  3. .. Close the program, it lets me know that II should check the log because an error has ocurred.

What is the expected behaviour ?

It's expected that the log doesn't reveal any issues and downloads smoothly the playlist without any issues.

What happens instead ?

There's an error everytime I download a playlist.

Feature request (request for a new functionality)


What operating system do you use ?

Windows 10 Pro.


JamoDevNich commented 4 years ago

this looks like it's failing during transcoding but can't be 100% sure. do any of the songs in the playlist you are downloading have any special characters/emoji in the title? if you have any additional logs or the link that won't download then that would help.

alternatively, as this project isn't being actively maintained you could try another youtube-dl interface (e.g. tartube, youtube-dl-front-end) and see if you encounter the same problem

Paperwheel commented 4 years ago

Hello! Thank your for your response, really appreciate it! Yes, I actually made sure about that, there're no special characters/emojis in the titles of the songs of the playlists. For sure, at the moment that's the only log that keeps repeating, it's always the same. Here's the link to the playlists that won't download: this one and this one.

I even tried using Youtube-DL-GUI in another PC and had the same issues. Exactly, I tried another interfaces too, quite a few of them. I had the same problems with Tartube. I think youtube-dl-front-end is only for downloading video, isn't it? I tried but it didn't work. For the moment the only ones that have worked (in some cases) are: Reel Downloader and Youtube-Downloader-GUI. The weird thing is that in some cases I have issues downloading a playlist, and then after a few tries it finally works, for some reason. But only applies to some cases, in the rest of them the issues remain. Thanks in advance!

axcore commented 4 years ago

I had the same problems with Tartube.

Here's the issue tracker, open an issue there so I can fix it.