akashrchandran / spotify-lyrics-api

A Rest API for fetching lyrics from Spotify which is powered by Musixmatch. Commandline version is available at akashrchandran/syrics.
http://github.akashrchandran.in/spotify-lyrics-api/
GNU General Public License v3.0
369 stars 29 forks source link

Always lyrics not found message #32

Closed SpookyO closed 8 months ago

SpookyO commented 9 months ago

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'

akashrchandran commented 8 months ago

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

SpookyO commented 8 months ago

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: @.***>

akashrchandran commented 8 months ago

Good to know, ☺️.