obskyr / khinsider

A script for khinsider mass downloads. Get video game soundtracks quickly and easily! Also a Python interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This ain't it chief.

Yoshi1203 opened this issue · comments

commented

Traceback (most recent call last):
File "khinsider.py", line 589, in
sys.exit(doIt())
File "khinsider.py", line 533, in doIt
success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
File "khinsider.py", line 408, in download
return Soundtrack(soundtrackId).download(path, makeDirs, formatOrder, verbose)
File "khinsider.py", line 323, in download
files.append(getAppropriateFile(song, formatOrder))
File "khinsider.py", line 168, in getAppropriateFile
return song.files[0]
IndexError: list index out of range

I got the same error, downloaded the latest update, it started working.

@Yoshi1203 This is probably #42 – could you download the latest version, see if that works, and report back?

commented

@Yoshi1203 This is probably #42 – could you download the latest version, see if that work, and report back?

Yeah, that solved it, thanks.