htilly / zenmusic

Slack / Sonos / Spotify / Node.js - Control Sonos through #Slack
125 stars 36 forks source link

Error 500 on adding song #16

Closed laurensV closed 7 years ago

laurensV commented 7 years ago

Adding a song to the queue gives this error: Error: HTTP response code 500 for "urn:schemas-upnp-org:service:AVTransport:1#AddURIToQueue"

Even though my index.js contains the fix that is suppose to fix the 500 problem..

// Old version.. New is supposed to fix 500 problem...
// sonos.addSpotifyQueue(spid, function (err, res) {
sonos.addSpotify(spid, function (err, res) {
laurensV commented 7 years ago

When I revert the 'fix' the 500 error is gone :)

htilly commented 7 years ago

Yea.. can´t figure this one out..
Seems that different models response differently.

/Tilly