[GH-ISSUE #31] Always return "lyrics for this track is not available on spotify!" #22

Closed
opened 2026-02-27 19:05:22 +03:00 by kerem · 6 comments
Owner

Originally created by @Mann202 on GitHub (Nov 21, 2023).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/31

image
I'm cloning your repo and run it locally but it seem encountered problem, can you help me solve this problem

my cache file
image

Originally created by @Mann202 on GitHub (Nov 21, 2023). Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/31 ![image](https://github.com/akashrchandran/spotify-lyrics-api/assets/95089843/e7c1a2d8-ec27-4d78-b136-c5a77014a08f) I'm cloning your repo and run it locally but it seem encountered problem, can you help me solve this problem my cache file ![image](https://github.com/akashrchandran/spotify-lyrics-api/assets/95089843/896ccacd-2278-4e60-adfe-f73752635725)
kerem closed this issue 2026-02-27 19:05:22 +03:00
Author
Owner

@akashrchandran commented on GitHub (Nov 21, 2023):

Is the track ID you provided correct? It doesn't seem to work when I try it. Also, do you have a premium account?

<!-- gh-comment-id:1821052096 --> @akashrchandran commented on GitHub (Nov 21, 2023): Is the track ID you provided correct? It doesn't seem to work when I try it. Also, do you have a premium account?
Author
Owner

@Mann202 commented on GitHub (Nov 21, 2023):

yes, i have premium account and using it in spotify web playback sdk as well

i tried to get lyric from track that i can get lyric from your api but it return the same
image

<!-- gh-comment-id:1821071428 --> @Mann202 commented on GitHub (Nov 21, 2023): yes, i have premium account and using it in spotify web playback sdk as well i tried to get lyric from track that i can get lyric from your api but it return the same ![image](https://github.com/akashrchandran/spotify-lyrics-api/assets/95089843/8ae98cb5-69c0-4a28-88de-636cafa3a39c)
Author
Owner

@Mann202 commented on GitHub (Nov 21, 2023):

As metioned in email, i find that your api only facing problem to get random lyric from some tracks of Taylor Swift, Charlie Puth,... but another artist's track can get lyrics. Do you think it because blocked region?

<!-- gh-comment-id:1821087589 --> @Mann202 commented on GitHub (Nov 21, 2023): As metioned in email, i find that your api only facing problem to get random lyric from some tracks of Taylor Swift, Charlie Puth,... but another artist's track can get lyrics. Do you think it because blocked region?
Author
Owner

@akashrchandran commented on GitHub (Nov 21, 2023):

Are there any error messages showing up on the terminal where you're running the application?

<!-- gh-comment-id:1821179671 --> @akashrchandran commented on GitHub (Nov 21, 2023): Are there any error messages showing up on the terminal where you're running the application?
Author
Owner

@Mann202 commented on GitHub (Nov 21, 2023):

in further research based on your app, now i can fetch lyrics without your api

axios.get(https://spclient.wg.spotify.com/color-lyrics/v2/track/${trackID}/image/https%3A%2F%2Fi.scdn.co%2Fimage%2Fab67616d0000b27325e6b25d49687cd63f7a034e?format=json&vocalRemoval=false&market=from_token, {
headers: {
"App-platform": "WebPlayer",
"Authorization": Bearer ${access_token},
"Client-Token": "Client-token here"
}
})

<!-- gh-comment-id:1821331825 --> @Mann202 commented on GitHub (Nov 21, 2023): in further research based on your app, now i can fetch lyrics without your api axios.get(`https://spclient.wg.spotify.com/color-lyrics/v2/track/${trackID}/image/https%3A%2F%2Fi.scdn.co%2Fimage%2Fab67616d0000b27325e6b25d49687cd63f7a034e?format=json&vocalRemoval=false&market=from_token`, { headers: { "App-platform": "WebPlayer", "Authorization": `Bearer ${access_token}`, "Client-Token": "Client-token here" } })
Author
Owner

@akashrchandran commented on GitHub (Nov 21, 2023):

Impressive! Thanks for experimenting and discovering a superior solution on your own. That's one of the wonderful aspects of open source!

<!-- gh-comment-id:1821344812 --> @akashrchandran commented on GitHub (Nov 21, 2023): Impressive! Thanks for experimenting and discovering a superior solution on your own. That's one of the wonderful aspects of open source!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-lyrics-api#22
No description provided.