mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #31] Always return "lyrics for this track is not available on spotify!" #104
Labels
No labels
UPDATES
bug
bug
documentation
enhancement
hacktoberfest
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-lyrics-api#104
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 @Mann202 on GitHub (Nov 21, 2023).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/31
I'm cloning your repo and run it locally but it seem encountered problem, can you help me solve this problem
my cache file

@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?
@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

@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?
@akashrchandran commented on GitHub (Nov 21, 2023):
Are there any error messages showing up on the terminal where you're running the application?
@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"
}
})
@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!