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

App's top Spotify artists feature is using wrong API #2

Open
magicznyleszek opened this issue Aug 31, 2022 · 0 comments
Open

App's top Spotify artists feature is using wrong API #2

magicznyleszek opened this issue Aug 31, 2022 · 0 comments

Comments

@magicznyleszek
Copy link

Description

Unfortunately your code is not open sourced, so I can't pinpoint the exact location of the bug 😞 The bugged feature is connecting Spotify account to display the list of top artists of given user. From the tests I made it is clear you are using the wrong API to get the top artists. You should be using https://developer.spotify.com/console/get-current-user-top-artists-and-tracks/. I'm guessing you are using some older way that is working properly for most users by pure accident.

Actual results

When I use the feature in the app, I end up with a list of three artists:

IDLES
Disasterpeace
Steve Roach

Expected results

I should be getting:

Korn
Fear Factory
Apocalyptica
Radiohead
Linkin Park
Disasterpeace
Miasmatic Necrosis
IDLES
Sufjan Stevens
Lochy I Smoki
System Of A Down
Kukon
Steve Roach
Baalsebub
Drexciya
Kae Tempest
Squid
The Offspring

Additional details

I tried reporting this bug through your support team, but they failed to recognize me as a person worth spending time with 🤷

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

1 participant