Chris Germano

Results 3 comments of Chris Germano

Agree with @Sawtaytoes. I'm seeing discovery sometimes pick up devices and if they drop off wifi for some reason than I lose the ability to control them. I run discovery...

I'm going to dig through the code now to see what's happening because it just reproduced again. client.on('error' returns "HTTP 400: 400 Bad Request" and then that device never appears...

To fix the problem I removed the if check "if (!self._clients[device.UDN] || self._clients[device.UDN].error) {" for checking if the device is already registered. Now when the device returns a 400 and...