Natoune / SpotifyMobileLyricsAPI

This API overrides the Spotify API endpoint used in the Spotify mobile app to fetch lyrics for the currently playing song.
https://spotify-mobile-lyrics-api-nat0une.vercel.app
MIT License
5 stars 1 forks source link

Lyrics UI #2

Closed xC3FFF0E closed 20 hours ago

xC3FFF0E commented 3 days ago

Screenshot-20240916-152520-2

Deployed server using Vercel. Result: Empty lyrics. Tapping on it crashes the app.

Natoune commented 2 days ago

This error seems to be related to Vercel returning incorrect headers. I have to work on a patch and I will respond to this issue when it is fixed. You can use the default server that is not hosted on Vercel in the meantime, it should work.

This project is quite new, so it may still be a bit unstable, I apologize for that.

Natoune commented 2 days ago

This should work now. Redeploy your server with the latest commit (f0e4e8d) and report back.

xC3FFF0E commented 2 days ago

This should work now. Redeploy your server with the latest commit (f0e4e8d) and report back.

Same issue with the lyrics ui.

Natoune commented 20 hours ago

Try to re-deploy the Vercel server (again), you will need to re-clone this repo for that, and re-patch the apk with the patch_xmanager.sh. If it still doesn't work, I don't know what the problem is.

xC3FFF0E commented 20 hours ago

UPDATE: I was able to fix the issue by creating a US region and get it's SP_DC Token. Working well now, @Natoune. This is an awesome project, and thank you for sharing this with the community. We will add your name as a token of our appreciation to our future releases.