gilbarbara / react-spotify-web-playback

A simple player for Spotify's web playback
https://react-spotify-web-playback.gilbarbara.dev/
MIT License
326 stars 72 forks source link

Error 403 trying to play the song #50

Closed didacus closed 3 years ago

didacus commented 3 years ago

I am getting a 403 error. Has anyone come across this? I searched the web, and it seems to be something about the account be disabled. However, my account is fully functional. When I click on the console, it says no token provided, but I added that to the player. Any ideas what might be causing this?

gilbarbara commented 3 years ago

hey @didacus It's impossible to know what's happening without an example. Please post a codesandbox.

breiko83 commented 3 years ago

Does this player require Shopify Premium account?

I'm playing around with their Player API and their documentation says: If the user making the request is non-premium, a 403 FORBIDDEN response code will be returned.

gilbarbara commented 3 years ago

Yes. This component is just a wrapper on top of the Spotify Web Playback SDK. Please refer to their documentation.