I'm trying to get lyrics from specific songs by using the package "genius" in R. I have used the functions from the package:
kendrick <- gen_song_url("Kendrick Lamar","Humble")
genius_url(kendrick, info = "all")
From "kendrick" I get the url for the lyric on genius webpage. But when I use the function genius_url I get this error message:
Error in stream$next_ident() : Expected ident, got <EOF at 2>
Which I do not understand. Has anyone had the same problem?