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) {
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..