mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #43] Heroku app dead #33
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#33
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 @TomasHubelbauer on GitHub (Jun 3, 2024).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/43
Hi, I am trying to check out the demo link at https://spotify-lyric-api.herokuapp.com/?trackid=5f8eCNwTlr0RJopE9vQ6mB but Heroku returns a "nothing is here" error.
At the same time, I see in #41 that lyrics is now a premium Spotify feature, so I am wondering if the app can no longer use that Spotify API even if it was still up?
@TomasHubelbauer commented on GitHub (Jun 3, 2024):
I've not tried running this repository locally, but I have reversed the unofficial lyrics API just now to see if it still works and it does, but I don't have a non-Premium token to test it with. It works with my Premium token and here is a JavaScript snippet in case it is useful to anyone:
@akashrchandran commented on GitHub (Jul 2, 2024):
You can deploy your own version on the Vercel platform for free using your own account. Heroku has transitioned to a paid model and eliminated the free tier, so I had to stop using it to avoid incurring charges.