totallynotadi / now-playing-cards

good looking cards for your github readme showing your currently playing song on spotify
https://now-playing-cards.vercel.app/
GNU General Public License v3.0
76 stars 13 forks source link

Its broken #8

Closed WarFiN123 closed 3 months ago

WarFiN123 commented 3 months ago

image

poopsicles commented 3 months ago

from #6:

The problem is that something, not sure whether it's the Spotify API or the normal Vercel deploy. tries to redirect to the old application (which doesn't exist anymore, hence the Not Found message)

On the page that shows this error, change the link from https://readme-now-playing.vercel.app/callback/q?... to https://now-playing-cards.vercel.app/callback/q?... and then it should spit out your User ID right

It still doesn't work after that tho...there's an internal server error returned

the self-hosting doc might help, if you're up for it