-
Notifications
You must be signed in to change notification settings - Fork 79
Description
After refusing to work the tool told me to post this here, so i have... I'm no programmer tho, so i have no idea what this means:
C:\Users\tim>C:\Users\tim\Desktop\khinsider-master\khinsider.py mario-party-9
An unexpected error occurred! If it isn't too much to ask, please report to https://github.com/obskyr/khinsider/issues.
Attach the following error message:
Traceback (most recent call last):
File "C:\Users\tim\Desktop\khinsider-master\khinsider.py", line 681, in
sys.exit(doIt())
~~~~^^
File "C:\Users\tim\Desktop\khinsider-master\khinsider.py", line 628, in doIt
success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
File "C:\Users\tim\Desktop\khinsider-master\khinsider.py", line 453, in download
soundtrack.name # To conistently always load the content in advance.
^^^^^^^^^^^^^^^
File "C:\Users\tim\Desktop\khinsider-master\khinsider.py", line 160, in lazyVersion
setattr(self, attrName, func(self))
~~~~^^^^^^
File "C:\Users\tim\Desktop\khinsider-master\khinsider.py", line 302, in name
return next(self._contentSoup.find('h2').stripped_strings)
^^^^^^^^^^^^^^^^^
File "C:\Users\tim\Desktop\khinsider-master\khinsider.py", line 160, in lazyVersion
setattr(self, attrName, func(self))
~~~~^^^^^^
File "C:\Users\tim\Desktop\khinsider-master\khinsider.py", line 294, in _contentSoup
if contentSoup.find('p').string == "No such album":
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'find'