Error while searching for all lyrics by Kanye West
See original GitHub issueFrom a comment on my blog:
I’m looking to use it to analyze how an artist’s lyrics change over different albums. My first thought was just to pull all of the artist’s songs, but I believe there is a song in their directory with missing lyrics that is causing the search to quit.
So is there either a.) a way to avoid the search from stopping or b.) a way to pull songs by album instead of by artist?
I got the error when using the search function on Kanye West. The seach will run up to “All Falls Down” and it prints this AttributeError: ‘NoneType’ object has no attribute ‘get_text’ and stops. Looking on the website, the next song on his list of songs is “All Falls Down (Live)” and says it is “Missing Lyrics” so I assumed this caused the error.
So this probably has to do with calling the get_text()
function when there aren’t actually lyrics available.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top GitHub Comments
Worked for me.
Wonderful! Thanks for giving it a try. I’ll merge #52 (after fixing the conflicts) and close the issue.