You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🤷
The text was updated successfully, but these errors were encountered:
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:
Expected results
I should be getting:
Additional details
I tried reporting this bug through your support team, but they failed to recognize me as a person worth spending time with 🤷
The text was updated successfully, but these errors were encountered: