This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
981
stars
79
forks
source link
Cannot Follow Any Artists on Web Player or Mac App #946
I can no longer follow artists on the spotify app for Mac. My operating system is OSX High Sierra and I'm a free tier user. Here's what I've tried:
Logging out and logging back in
Using the web player
Quitting the app completely and restarting it
Checking the chrome console for any errors. Here's what did come up:
Failed to load resource: the server responded with a status of 400 () spclient.wg.spotify.com/ads/v1/ads/leaderboard?payload=e30=:1
Failed to load resource: the server responded with a status of 502 () blank:59
Uncaught SyntaxError: Invalid or unexpected token blank:59
Uncaught SyntaxError: Invalid or unexpected token at blank:6
I'm using Chrome Version 67.0.3396.99 (Official Build) (64-bit)
Check the network tab for any XHR errors: No errors on this endpoint (https://api.spotify.com/v1/me). However I did notice that in the JSON response object I have a followers object with href and total key-value pairs but I don't seem to have a following object. Is this by design or are my followers stored at a different endpoint?
Check the application tab to see if there are any clues in localStorage or sessionStorage (possibly null following values is what I was looking for): Just a stringified array with my playback history. Has this feature been deactivated for free tier members or is this a bug?
I can no longer follow artists on the spotify app for Mac. My operating system is OSX High Sierra and I'm a free tier user. Here's what I've tried:
Failed to load resource: the server responded with a status of 502 () blank:59 Uncaught SyntaxError: Invalid or unexpected token blank:59 Uncaught SyntaxError: Invalid or unexpected token at blank:6
I'm using Chrome Version 67.0.3396.99 (Official Build) (64-bit)
Check the network tab for any XHR errors: No errors on this endpoint (https://api.spotify.com/v1/me). However I did notice that in the JSON response object I have a followers object with href and total key-value pairs but I don't seem to have a following object. Is this by design or are my followers stored at a different endpoint?
Check the application tab to see if there are any clues in localStorage or sessionStorage (possibly null following values is what I was looking for): Just a stringified array with my playback history. Has this feature been deactivated for free tier members or is this a bug?