jzajac2

Results 10 comments of jzajac2

I tried your code a while back @JoacimWall but couldn't get it to work. regardless, do you plan on submitting a pull request? If not, I suppose I'll try again...

I can recreate this issue when I remove my spotify clientId and secretId from settings.json. You should have a settings.json at root folder: `{ "port": 5005, "securePort": 5006 } `...

Maybe I don't understand how it works. If I can simply say "Alexa ask sonos to turn repeat on" (without saying which room), is that the extent of 'Advanced Mode"?...

FWIW: I do _not_ have my pandora username and password in setting**s**.json. I am able to add a Pandora station as a Sonos Favorite, and trigger it, in my case:...

You are correct, I should be encoding just the string. Fixed. I am still confused. Lets take my code out of the picture first. When I simply use the node-sonos-http-api...

the redirection is intentional (and temporary for now) and port 3000 as well (default for puma/webrick based servers I guess). Let me make sure I have all the latest code...

Well, I'm saying even when I put `http://192.168.1.26:5005/sayall/go%20to%20sleep` in the browser, same result - I would get a 'success' but nothing coming out of the speakers, I'm really trying to...

`curl http://192.168.1.26:5005/sayall/go%20to%20sleep` and I do not hear it through the speakers although I get success :(. : ``` jzajac$ curl http://192.168.1.26:5005/sayall/go%20to%20sleep {"status":"success"} ``` I'll dig more though

after updating some npm modules per github's security request the same curl request now produces: ` curl http://192.168.1.26:5005/sayall/go%20to%20sleep {"status":"error","error":"Buffer.alloc is not a function","stack":"TypeError: Buffer.alloc is not a function\n at FileTokenizer.AbstractTokenizer...

Sounds like a big one. webxcel is my first goto (out of about 15 other options) for getting a project up and running soon, and working off my macbook. Does...