Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Message #81

Open
joniejoon2 opened this issue Mar 9, 2023 · 0 comments
Open

Error Message #81

joniejoon2 opened this issue Mar 9, 2023 · 0 comments

Comments

@joniejoon2
Copy link

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":
^^^^^^^^^^^^^^^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant