Open illuperor612 opened 1 month ago
same
Same Issue Here With regards to the buttons not working this pinned issue may fix your issue: #116
Same Issue Here With regards to the buttons not working this pinned issue may fix your issue: #116
Thank you. lol
Same issue on my side
same
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:
Open the app's index file.
Windows: %appdata%\spicetify\CustomApps\stats\index.js
Linux/MacOS: ~/.config/spicetify/CustomApps/stats/index.js
Find parseTracks
function.
Comment the commented line and modify the two highlighted lines below:
spicetify apply
.Mine appears to be working again and also displays the albums correctly, not sure if this is the case for other people.
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.
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.