-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
fix(lyrics-plus): disable genius for 1.2.31
and higher
#2859
Conversation
1.2.31
and higher
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bye genius. you served us |
Can someone please explain why genius is working fine for me now on the old version of Spotify (1.1.62.583) and spicetify (2.5.0)? Yea, it's all very old, from the time when Spotify just introduced a new interface (2020 or 2021), and I periodically had to change something so that it would continue work, but I definitely didn't bypass Cloudfare lol. I don't think Cloudfire has anything to do with it, otherwise it wouldn't work on older versions either. I can share this dinosaur if anyone needs it. |
what? This has been disabled for 1.2.31 and higher because all requests from CosmosAsync go through our cors proxy which genius requires to work inside Spotify Client. My server has been flagged by Cloudflare as a bot, requiring me to pass captcha - which well, is not possible. Spotify had ability to do external requests to the net through the client (C++ code) on versions before 1.2.31 that's why it's still available for these versions. |
I don't have time, patience and knowledge to bypass cloudflare in a way, that genius would work all the time