You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":
^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
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":
^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: