axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.05k stars 111 forks source link

class IndexError #564

Closed ceonelson closed 1 year ago

ceonelson commented 1 year ago

Downloading my music folder today I saw this in the log:

image

It wasn't in there for my daily profile that had just finished a few minutes prior (those items were still selected, I started this dl by right clicking the music folder and hitting download).

Msys command window was full so I couldn't see if there was anything else listed when I scrolled up.

Did a db check, said found 2 inconsistencies which I repaired. No new info in msys or error tab.

Would writing the inconsistencies to the console help debug?

Thanks Axcore!

axcore commented 1 year ago

Tartube version?

ceonelson commented 1 year ago

The latest one :)

axcore commented 1 year ago

By the way, Tartube installers use different versions of Tartube, so that response doesn't answer my question :)

Anyway, in v2.4.402 I have fixed the crash. Instead you'll see a message in the Errors/Warnings tab, along with the text that caused the problem. When you see that, please show me the whole error message.

ceonelson commented 1 year ago

Oh sorry I download the master zip from github and manually extract the latest commit :)

Updated and didn't see the error this time, will reopen if it comes back :)

Thanks Axcore!