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

Can't log in to Spotify. Code: DEPLOYMENT_NOT_FOUND #6

Open Ezeiko opened 1 year ago

Ezeiko commented 1 year ago

I'm getting this problem now after clicking the link.

Screenshot 2023-07-11 145858

poopsicles commented 1 year ago

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

poopsicles commented 8 months ago

i made a fork (poopsicles/readme-now-playing) and a PR (#7) that might make it easier to deal with this...you'll have to put it on Vercel yourself and get a Spotify API key though (the process is really easy)