spotify-web-api-node
spotify-web-api-node copied to clipboard
Need to manually interact with spotify first, otherwise returns 404: Not Found
When I open a player and send a play request it returns 404: Not found. After manually starting a song in the player, I can again control it, but if nothing has played for a while the error returns, even though the player has stayed open.
Hi @fartbender. Thanks for opening this issue.
If I understand you correctly, the application you're building using this wrapper doesn't work properly until you've interacted with the official Spotify client. Is this correct?
Hi there - That is correct. I should probably say that I am building it using Node-red
I have the same issues
We encounter the exact same issue for a few weeks now. We have a NodeJS service in our backend which uses the spotify web api to play/stop songs. We always receive a [Error [WebapiError]: Not Found]
error until we start/stop a song manually in the Spotify Player. After that the play/stop command works for a few minutes without any issues.