casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
735 stars 53 forks source link

[BUG] Failed to get lyrics for track id: #127

Open GabryeleSantoro opened 2 weeks ago

GabryeleSantoro commented 2 weeks ago

Everytime I try to download a song with the lyrics, the song is downloaded perfectly, but the lyrics download fails. I have a premium Spotify account.

80: get_track_lyrics() :: WARNING] -> Failed to get lyrics for track id: 2HYFX63wP3otVIvopRS99Z, statucode: 504, Text: { "error": { "status": 504, "message": "Service didn't reply before timeout" } }

gunsha commented 2 weeks ago

having the same issue, tried changing the API endpoint to spclient.wg.spotify.com/color-lyrics/v2/track/ but it get 403, while in postman with the same credentials works without any issues