



It means you are not setting the scopes correctly. Somethings not quite right, and were looking into it. Fix Spotify Error IPhone how to fix Spotify something went wrong please try again laterThis video guides you through the exact process on how to fix someth. After that I send a request to get user’s albums for example using Curl on the command line to verify the output:Ĭurl -H "Authorization: Bearer yourAccessToken" This account provides updates about Spotifys current status. This library gives a general 403 error but I went into the package code and verified that the token is set correctly. This is most likely because you didn’t set the scopes correctly. Because we respect your right to privacy, you can choose not to allow some types of cookies. I receive the access token and expiration time, but then if I attempt to search for songs/artists/related artists/anything else, I also receive: ) // gives you the second page The information does not usually directly identify you, but it can give you a more personalized web experience. Locate Spotify in the list of files available and right-click on it. Type appdata in the text field of Run and hit Enter. tAccessToken(data.body) Ĭonsole.log('Something went wrong when retrieving an access token', err) Here is how you can clear Spotify to fix the ‘Something went wrong’ error: Press Windows + R keys together to open a Run dialog. My code is taken from the example (and I have relplaced my id & secret): var SpotifyWebApi = require('spotify-web-api-node') Ĭonsole.log('The access token expires in ' + data.body) Ĭonsole.log('The access token is ' + data.body) My access tokens do not seem to be set correctly.
