Skip to content
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

Closed
raitonoberu opened this issue Apr 13, 2024 · 3 comments
Closed

[2024.04] Lyrics API stopped working #43

raitonoberu opened this issue Apr 13, 2024 · 3 comments

Comments

@raitonoberu
Copy link
Owner

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 ❤️

@raitonoberu raitonoberu pinned this issue Apr 13, 2024
@raitonoberu
Copy link
Owner Author

raitonoberu commented Apr 13, 2024

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.

@RafGamer
Copy link

@raitonoberu
Maybe its a good idea if you could add the user-agent to this repo too, as a temporary fix, like you did here: raitonoberu/lyricsapi@659da1d

@raitonoberu
Copy link
Owner Author

v1.2.2 should fix this completely. I've only tested it briefly, so please report any problems!

@raitonoberu raitonoberu unpinned this issue Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants