mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 18:15:49 +03:00
[GH-ISSUE #32] Always lyrics not found message #106
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#106
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 @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
@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?
@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:
@akashrchandran commented on GitHub (Jan 16, 2024):
Good to know, ☺️.