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 #71

Open
Mann-Nova opened this issue Jun 18, 2022 · 3 comments
Open

Error Message #71

Mann-Nova opened this issue Jun 18, 2022 · 3 comments

Comments

@Mann-Nova
Copy link

Tried to download the Animal Crossing GC Rip page from khinsider, got this error:

khinsider.py animal-crossing-gc-rip
Getting song list...

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\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 591, in
sys.exit(doIt())
File "C:\Users\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 535, in doIt
success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
File "C:\Users\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 410, in download
return Soundtrack(soundtrackId).download(path, makeDirs, formatOrder, verbose)
File "C:\Users\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 322, in download
for song in self.songs:
File "C:\Users\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 149, in lazyVersion
setattr(self, attrName, func(self))
File "C:\Users\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 285, in songs
table = self._contentSoup.find('table', id='songlist')
File "C:\Users\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 149, in lazyVersion
setattr(self, attrName, func(self))
File "C:\Users\fl4m1\Music~~~khinsider-master\khinsider-master\khinsider.py", line 268, in _contentSoup
if contentSoup.find('p').string == "No such album":
AttributeError: 'NoneType' object has no attribute 'find'

@Archetypic
Copy link

You have the most recent version of khinsider.py?

@Mann-Nova
Copy link
Author

Ah, didn't realize it was updated. Just downloaded the newest version and it's working now!

@pineapplemachine
Copy link

I ran into the same 'NoneType' object has no attribute 'find' error, using a version of the script from about one year ago. I can confirm that pulling the newest version fixed the problem for me.

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

3 participants