-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Hello when I try to use this I receive this issue. Downloading the fork file and running it by clicking on it or dropping it on python does nothing to fix the issue. Can someone please help me resolve this issue?
Traceback (most recent call last):
File "C:\Users\Ronth\AppData\Local\Programs\Python\Python310\khinsider.py", line 681, in
sys.exit(doIt())
File "C:\Users\Ronth\AppData\Local\Programs\Python\Python310\khinsider.py", line 628, in doIt
success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
File "C:\Users\Ronth\AppData\Local\Programs\Python\Python310\khinsider.py", line 453, in download
soundtrack.name # To conistently always load the content in advance.
File "C:\Users\Ronth\AppData\Local\Programs\Python\Python310\khinsider.py", line 160, in lazyVersion
setattr(self, attrName, func(self))
File "C:\Users\Ronth\AppData\Local\Programs\Python\Python310\khinsider.py", line 302, in name
return self._contentSoup.find('h2').get_text(strip=True)
File "C:\Users\Ronth\AppData\Local\Programs\Python\Python310\khinsider.py", line 160, in lazyVersion
setattr(self, attrName, func(self))
File "C:\Users\Ronth\AppData\Local\Programs\Python\Python310\khinsider.py", line 294, in _contentSoup
if contentSoup.find('p').string == "No such album":
AttributeError: 'NoneType' object has no attribute 'find'