I've tried this on 3 different computers, 3 different OS'es (OS X, Ubuntu, and Debian on an ARM7 SOC), and I'm consistently getting
Playing: Kraftwerk - Tour De France - 2009 Remastered Version
events.js:154
throw er; // Unhandled 'error' event
^
TrackError: Failed to send to backend
at Spotify._onmessage (/Users/nbor/Documents/progproj/node/node-spotify-web/lib/spotify.js:464:15)
at emitTwo (events.js:100:13)
at WebSocket.emit (events.js:185:7)
if I just console.log(msg) at line 464 in spotify.js, it returns
{ error: [ 12, 1, '' ], id: 6 }
Error 6 seems to be a common problem with Windows machines, according to the Spotify community boards. I found one thing that documents it as "A playback function was invoked before playback was initalized properly."
I'm kind of at a loss. It worked last week... :(
I've tried this on 3 different computers, 3 different OS'es (OS X, Ubuntu, and Debian on an ARM7 SOC), and I'm consistently getting
if I just console.log(msg) at line 464 in spotify.js, it returns
Error 6 seems to be a common problem with Windows machines, according to the Spotify community boards. I found one thing that documents it as "A playback function was invoked before playback was initalized properly."
I'm kind of at a loss. It worked last week... :(