sai80082 / Jellyfin-lyrics

Download lyrics for all of your music
17 stars 7 forks source link

[BUG] 'str' object has no attribute 'encoding' #10

Open HolographicX opened 2 weeks ago

HolographicX commented 2 weeks ago

For the songs I have in my library, I am getting this error. Everything else works fine.

Changing this line:

    return response.json()["syncedLyrics"].encoding('utf-8')

Back to this:

    return response.json()["syncedLyrics"]

fixes it.

Relevant logs:

2024-06-30 15:57:25,909 - INFO - Processing file 1 of 4 - /media/music/[song]
2024-06-30 15:57:31,637 - INFO - Found Lyrics for the song: [song]
2024-06-30 15:57:31,637 - ERROR - Error in fetching lyrics for the song: /media/music/[song]