[GH-ISSUE #32] Always lyrics not found message #106

Closed
opened 2026-03-13 21:11:57 +03:00 by kerem · 3 comments
Owner

Originally created by @SpookyO on GitHub (Dec 18, 2023).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/32

Hey, so i have been reusing this api again, and seems like most of the lyrics of track id/url gives error, example: Faded, Alone, believer etc,
I also tried to use the base api underlying in this api but when i use get_access_token spotify api endpoint to get token (without sp dc) and then make a get request through the base api with
headers={
'App-platform': 'WebPlayer',
'authorization': 'Bearer access_token'
}
Always seems to return 400 Bad request and if i use this endpoint

https://accounts.spotify.com/api/token and make a post request and try the access token given by this api, then the lyrics api seems to return 403 with a text 'rbac: access denied'

Originally created by @SpookyO on GitHub (Dec 18, 2023). Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/32 Hey, so i have been reusing this api again, and seems like *most* of the lyrics of track id/url gives error, example: Faded, Alone, believer etc, I also tried to use the base api underlying in this api but when i use get_access_token spotify api endpoint to get token (without sp dc) and then make a get request through the base api with headers={ 'App-platform': 'WebPlayer', 'authorization': 'Bearer access_token' } Always seems to return 400 Bad request and if i use this endpoint > https://accounts.spotify.com/api/token and make a post request and try the access token given by this api, then the lyrics api seems to return 403 with a text 'rbac: access denied'
kerem closed this issue 2026-03-13 21:12:02 +03:00
Author
Owner

@akashrchandran commented on GitHub (Jan 15, 2024):

Apologies for the delayed response; I've been quite occupied with real-life matters. Did you manage to resolve the issue?

<!-- gh-comment-id:1891501477 --> @akashrchandran commented on GitHub (Jan 15, 2024): Apologies for the delayed response; I've been quite occupied with real-life matters. Did you manage to resolve the issue?
Author
Owner

@SpookyO commented on GitHub (Jan 16, 2024):

Yes i have resolved the issue, turns you this v2 endpoint now always
requires cookie :/ so yeah the current api of yours is always giving error
so had to make my own. Thanks!

On Mon, 15 Jan 2024, 1:51 pm Akash R Chandran, @.***>
wrote:

Apologies for the delayed response; I've been quite occupied with
real-life matters. Did you manage to resolve the issue?


Reply to this email directly, view it on GitHub
https://github.com/akashrchandran/spotify-lyrics-api/issues/32#issuecomment-1891501477,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/A4V3WB7NRJJNBF3SDEOENW3YOTNXDAVCNFSM6AAAAABAZL5UXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJRGUYDCNBXG4
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:1893019516 --> @SpookyO commented on GitHub (Jan 16, 2024): Yes i have resolved the issue, turns you this v2 endpoint now always requires cookie :/ so yeah the current api of yours is always giving error so had to make my own. Thanks! On Mon, 15 Jan 2024, 1:51 pm Akash R Chandran, ***@***.***> wrote: > Apologies for the delayed response; I've been quite occupied with > real-life matters. Did you manage to resolve the issue? > > — > Reply to this email directly, view it on GitHub > <https://github.com/akashrchandran/spotify-lyrics-api/issues/32#issuecomment-1891501477>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/A4V3WB7NRJJNBF3SDEOENW3YOTNXDAVCNFSM6AAAAABAZL5UXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJRGUYDCNBXG4> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@akashrchandran commented on GitHub (Jan 16, 2024):

Good to know, ☺️.

<!-- gh-comment-id:1893022589 --> @akashrchandran commented on GitHub (Jan 16, 2024): Good to know, ☺️.
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#106
No description provided.