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

Error Message

joniejoon2 opened this issue · comments

I got this error message every time I tried to download something. From the command line:

Traceback (most recent call last):
File "E: \khinsider-master\khinsider.py", line 591, in
sys.exit(doIt())
^^^^^^
File "E:\khinsider-master\khinsider.py", line 535, in doIt
success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\khinsider-master\khinsider.py", line 410, in download
return Soundtrack(soundtrackId).download(path, makeDirs, formatOrder, verbose)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\khinsider-master\khinsider.py", line 316, in download
if not set(self.availableFormats) & set(formatOrder):
^^^^^^^^^^^^^^^^^^^^^
File "E:\khinsider-master\khinsider.py", line 149, in lazyVersion
setattr(self, attrName, func(self))
^^^^^^^^^^
File "E:\khinsider-master\khinsider.py", line 276, in availableFormats
table = self._contentSoup.find('table', id='songlist')
^^^^^^^^^^^^^^^^^
File "E:\khinsider-master\khinsider.py", line 149, in lazyVersion
setattr(self, attrName, func(self))
^^^^^^^^^^
File "E:\khinsider-master\khinsider.py", line 268, in _contentSoup
if contentSoup.find('p').string == "No such album":
^^^^^^^^^^^^^^^^