mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-27 04:55:57 +03:00
[GH-ISSUE #127] [BUG] Failed to get lyrics for track id: #98
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GabryeleSantoro on GitHub (Jun 13, 2024).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/127
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 on GitHub (Jun 14, 2024):
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@justin025 commented on GitHub (Jul 25, 2024):
@gunsha could you provide me the url and oauth token you've used in postman and an example response, i might be willing to fix this in a pull request.
@gunsha commented on GitHub (Jul 25, 2024):
@justin025 this is my fix for the issue
https://gist.github.com/gunsha/e69ec9c5ea8d701a60d11a178674f675