-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always get "Lyrics for this track is not available on spotify" #39
Comments
any updates? |
@akashrchandran will have to set a custom user-agent to his calls to Spotify servers. Spotify has started blocking the internal API calls with custom user-agents. I have implemented a similar thing at aviwad/LyricFever@682b60f as has raitonoberu/lyricsapi@659da1d |
Nevermind Spotify has started blocking free accounts once again. Damnit. |
Are you using an ad blocker or have you blacklisted spclient.wg.spotify.com in your hosts file, or something similar? |
@akashrchandran I do not and have not, no |
It doesn't matter whether I use
?trackid=
or?url=
, but with any track (even the ones given as an example in the readme), I always get:{ "error": true, "message": "lyrics for this track is not available on spotify!" }
as a response, despite me having the lyrics on my other monitor.
Not sure if I did something wrong setup wise, I did retrieve my
SP_DC
minutes prior.When running the CURL request verbose, I see this:
Setting
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
seems to be a fix, but I don't know if we should be doing this.The text was updated successfully, but these errors were encountered: