Open pirmax opened 7 years ago
Seems like Spotify now requires authentication on all their endpoints, so search endpoint is no longer public.
https://developer.spotify.com/news-stories/2017/01/27/removing-unauthenticated-calls-to-the-web-api/
I think you should try authorising your client before making the call.
If you don't need to access any user specific information and after the search function solely, you could use the Client Credential Flow as explained in the documentation.
https://github.com/thelinmichael/spotify-web-api-node#client-credential-flow
Same problem as #147 ? Check https://github.com/thelinmichael/spotify-web-api-node/issues/147#issuecomment-331735279
My code worked but for 1 month I have this error.