Closed manandamoth closed 5 years ago
Thank you! This has been solved in issue https://github.com/JosiahParry/genius/commit/df6fa9c9697eea15516690b501fa671879038cf9.
I'm not sure if this is the best solution. But what I have done, is allow genius_album()
to continue to work even when it encounters a broken url from the output of genius_tracklist()
. You will see a 404 warning, but I have not been able to figure out how to inform you of which track it is.
When looking at the output, you will notice that songs with missing lyrics will have a row of NA
s.
I've been running into an issue with both the genius_album() and add_genius() functions when trying to scrape lyrics from albums. Below is the
The one album that failed was 8Ball & MJG - In Our Lifetime. I think it has something to do with the ampersand interfering with the url generation, but I'm not certain.