mirror of
https://github.com/akashrchandran/spotify-lyrics-api.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #10] Request token 403 #7
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#7
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 @lannodev on GitHub (Dec 8, 2022).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/10
I think spotify is blocking connection to https://open.spotify.com,
Your example on Heroku its not working :(
Only work on localhost.
@akashrchandran commented on GitHub (Dec 9, 2022):
Yes that seems to be the problem. I will look into it. Localhost still works for you? I will have to try.
@lannodev commented on GitHub (Dec 9, 2022):
Hi @akashrchandran ,
Localhost its working ;)
@akashrchandran commented on GitHub (Dec 10, 2022):
It seems to start working again. I am not sure what caused this, Spotify may have banned Heroku's IP or may have rate limited it.
@lannodev commented on GitHub (Dec 12, 2022):
Thank you @akashrchandran