Felix Dasgupta
Felix Dasgupta
Just following up here, any idea on how I could better discover devices on a hosted application that uses `node-sonos`? It seems to be searching for devices but it never...
It is running on the same wifi network yes, but still having issues discovering the device. It keeps searching but never finds it. Any idea on how to force a...
Thanks in advance! @pascalopitz
Does that mean passing an IP Address and a port on ```DeviceDiscovery({ port: PUBLIC_IP_ADDRESS + ":80" })```? Would greatly appreciate a code snippet or a link... this is an express...
@pascalopitz Appreciate the help so far! But having some issues getting this to work... This is what my code looks like: ``` const device = new Sonos(address); const zonesArray =...
@svrooij Unfortunately I am using a backend server/app to try and connect to the Sonos Network using node.js/express. Will try and debug, appreciate the help guys!