SpotCompiled / SpotC-Plus-Plus

Compiled EeveeSpotify + QOL Enhancements IPA's, the ultimate compilement.
https://spotcompiled.github.io/
421 stars 13 forks source link

Musixmatch Lyrics not working at all #31

Closed KaleidoscopicPrism closed 1 month ago

KaleidoscopicPrism commented 2 months ago

Despite having a working token, it just gives the error seen below image image

yodaluca23 commented 2 months ago

Use this cURL request to verify your Musixmatch token is valid, feel free to censor any PII and share the output.


     --url "https://apic.musixmatch.com/ws/1.1/macro.subtitles.get" \
     --data-urlencode "track_spotify_id=4uLU6hMCjMI75M1A2tKUQC" \
     --data-urlencode "subtitle_format=mxm" \
     --data-urlencode "q_track= " \
     --data-urlencode "usertoken=YOUR_MUSIXMATCH_USER_TOKEN" \
     --data-urlencode "app_id=mac-ios-v2.0"```
yodaluca23 commented 1 month ago

Closing due to inactivity.