node-sonos-http-api
node-sonos-http-api copied to clipboard
using https on documentation swagger ui uses creates wrong
trafficstars
Just found a minor issue when experimenting with this very nice software:
- Access the server using https on port 5006 (e.g. https://mysonos:5006
- Press on "full documentation"
- try e.g. to get zones => no result, as swagger UI tries to access http://mysonos:5006/zones
Running everything with http on port 5005 works like a charm :)