cooperhammond / irs

:guitar: :notes: A music downloader that understands your metadata needs.
MIT License
381 stars 26 forks source link

Unhandled exception: Index out of bounds (IndexError) #68

Closed Mhowser closed 4 years ago

Mhowser commented 4 years ago

I was trying to download a song by specifying the URL and this happened image

Who23 commented 4 years ago

Does it still crash with an index error when you aren't specifiying a URL?

edit: Seems like it's a bug in the spotify searcher assuming each artist is tagged with a genre

Mhowser commented 4 years ago

same crash image

Mhowser commented 4 years ago

Oh I forgot to mention I am using the latest crystal version on Ubuntu 18.04

Who23 commented 4 years ago

Yup this is definitely a problem with assuming each artist has at least one tagged genre. The spotify API says that artists may not have any genres tagged to them.