-
Notifications
You must be signed in to change notification settings - Fork 21
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
[2024.04] Lyrics API stopped working #43
Comments
I spent an hour trying to figure out why the same query works in curl and doesn't in Go. Turns out Spotify servers deny requests with Go's default user agent, but not curl's :) If you are using lyricsapi as your lyrics provider (player in config is not set to spotify & cookie is empty), this should already work. If you're using your own cookie, you'll have to wait until I complete #44 because putting it off is no longer acceptable. |
@raitonoberu |
v1.2.2 should fix this completely. I've only tested it briefly, so please report any problems! |
Well, it wasn't hard to expect, Spotify got a change on the server (over 2 years btw!) that broke our lyrics scraping. I'm currently looking into the problem, and thankfully it seems easily fixable.
But I'm very busy these days, so expect changes in the range of a day to a couple weeks.
Thanks for staying here ❤️
The text was updated successfully, but these errors were encountered: