mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #46] Does this still work or did spotify kill it? #114
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#114
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 @ihaddy on GitHub (Mar 2, 2025).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/46
Originally assigned to: @akashrchandran on GitHub.
I thought this wouldn't work with free accounts because of spotify but i saw you pushed some changes only a few months ago, so do you mind if i ask the state of this project? Does it work with free accounts or just paid?
@reykuxd commented on GitHub (Mar 14, 2025):
Looks like Spotify bonked support for both Paid and Free accounts. Common spotify L https://files.catbox.moe/epb0no.webp
@reykuxd commented on GitHub (Mar 15, 2025):
Spotify just undid the update or something because it works now
@zhgh122 commented on GitHub (Mar 15, 2025):
@c3kes I always get {"error":true,"message":"lyrics for this track is not available on spotify!"} what did i do wrong
@akashrchandran commented on GitHub (Mar 15, 2025):
Spotify changed the parameters for the get_access_token endpoint, so I updated it. Other than that, it should work now.
@zhgh122 commented on GitHub (Mar 15, 2025):
@akashrchandran I tried your new version but still faced same error. Already set Cookie on environment variable
@iskiie commented on GitHub (Mar 15, 2025):
I've updated, but it still doesn't work.
@akashrchandran commented on GitHub (Mar 15, 2025):
Any error in the logs?
@reykuxd commented on GitHub (Mar 15, 2025):
Looks like spotify broke it again. You try to get a get_access_token open.spotify.com/get_access_token?reason=transport&productType=Web_player you get this message on spotify
{"error":{"code":400,"message":"Unauthorized request","extra":{"_notes":"Usage of this endpoint is not permitted under the Spotify Developer Terms and Developer Policy, and applicable law"}}}
@akashrchandran commented on GitHub (Mar 16, 2025):
@ihaddy @c3kes @iskiie @zhgh122, Could you please try new commit? Now it's working locally for me, but on Vercel, it's not. Could you confirm? I don't have a premium account anymore, so if anyone has, try and let me know.
@zhgh122 commented on GitHub (Mar 16, 2025):
Ok I'll let y'all know after try on my premium acc.
@akashrchandran
@zhgh122 commented on GitHub (Mar 16, 2025):
@akashrchandran
I have installed and ran your new commit using my Premium Account SP_DC
Url : http://localhost:8080/?trackid=0u7Shj9zotYlZR1HTV04CX
{"error":true,"message":"lyrics for this track is not available on spotify!"}
Im not sure if this error come from the composer
I got these on composer install
@akashrchandran commented on GitHub (Mar 16, 2025):
Which composer version are you using?
@zhgh122 commented on GitHub (Mar 16, 2025):
@akashrchandran
Can we contact on discord so it easier to communicate?
Composer version 2.8.6 2025-02-25 13:03:50
PHP version 8.4.5 (C:\php-8.4.5\php.exe)
@iskiie commented on GitHub (Mar 16, 2025):
I use a premium account
@akashrchandran commented on GitHub (Mar 17, 2025):
Yes sure
@akashrchandran commented on GitHub (Mar 17, 2025):
I have not yet published the package in the packagist. Try to clone locally and run
@iskiie commented on GitHub (Mar 17, 2025):
Strangely, I still can't use the script even though I have reinstalled it multiple times. I have also double-checked that the SP_DC has been updated.
Code:
@reykuxd commented on GitHub (Mar 25, 2025):
Hello! Thank you for your time!
{"error":true,"message":"lyrics for this track is not available on spotify!"}
Using http://localhost:8000/?trackid=5tVu9XCfGger7n38aPvfKg
Premium Spotify account - not working for me locally
@sperrow commented on GitHub (Mar 27, 2025):
Getting the same error running locally with Spotify Premium
{"error":true,"message":"lyrics for this track is not available on spotify!"}@MopigamesYT commented on GitHub (Apr 7, 2025):
it was working for a little bit and it's happening again!!
{"error":true,"message":"lyrics for this track is not available on spotify!"}
@akashrchandran commented on GitHub (Apr 26, 2025):
Check now, I have updated the codebase.