harbassan / spicetify-apps

A collection of spicetify custom apps to improve your spotify experience.
419 stars 28 forks source link

Stats: Charts and library shows error #151

Open illuperor612 opened 1 month ago

illuperor612 commented 1 month ago

Screenshot (3) Screenshot (6) can anyone help? i dont face this in artists, tracks and genres though.

also, these three options dont work for me in all 5 tabs, ie, artists, tracks, genres, library and charts. Screenshot (3)

jamesf-hub commented 1 month ago

same

TecEash1 commented 1 month ago

Same Issue Here With regards to the buttons not working this pinned issue may fix your issue: #116

illuperor612 commented 1 month ago

Same Issue Here With regards to the buttons not working this pinned issue may fix your issue: #116

Thank you. lol

Georg9741 commented 1 month ago

Same issue on my side

pitchfrog09 commented 1 month ago

same

Prog-Jacob commented 1 week ago

Spotify's GraphQL API has some changes. The getAlbumMetas method is removed. I didn't find any drop-in replacement for it so far. If you just need to get it to work until this issue is fixed:

TecEash1 commented 1 week ago

Mine appears to be working again and also displays the albums correctly, not sure if this is the case for other people.

ClintHartley commented 1 week ago

In the Albums tabs I've keep getting the "Error: Failed to fetch the info from server. Try again later. Check your LFM API key and username." and I don't know what I am doing wrong. I've tried Commenting the const { releaseYears, albums } = await parseAlbums(albumsRaw); and modify the albums and the releaseYears to have ": { contents: [] }" and ": {}" respectively but that don't fix it.