Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stats: Charts and library shows error #151

Open
illuperor612 opened this issue Oct 5, 2024 · 8 comments
Open

Stats: Charts and library shows error #151

illuperor612 opened this issue Oct 5, 2024 · 8 comments

Comments

@illuperor612
Copy link

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
Copy link

same

@TecEash1
Copy link

TecEash1 commented Oct 7, 2024

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

@illuperor612
Copy link
Author

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

Thank you. lol

@Georg9741
Copy link

Same issue on my side

@pitchfrog09
Copy link

same

@Prog-Jacob
Copy link

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:

image

  • Finally, run spicetify apply.

@TecEash1
Copy link

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

@ClintHartley
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants