Warren Bloomer
Warren Bloomer
I guess you are ensuring that the NIC has a proper IP address on the network when the search function is called. The relevant lines of code are in upnp.js:...
I've made a change in when the MSEARCH message is sent. It is now done via a callback from the bind() function. Please try this out.
Great. Hopefully you'll get to the bottom of the issue.
Great. I'll look at it over the next few days.
@mrose17 I'm going over this today. Having problems installing the node modules for the steward. noble fails compilation on Mac (Mavericks). I've tried making sure Macports gcc is used instead...
Weird thing is I can do this: ``` git clone git://github.com/sandeepmistry/noble.git cd noble node-gyp.js rebuild ``` But I cannot do this: ``` npm install noble@git://github.com/sandeepmistry/noble.git ``` It might actually be...
OK, looks like this module is assuming clang on Mac. I've removed gcc and g++ from the path and it compiles.
Now I am getting this when running the steward: ``` Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file ../src/node_object_wrap.h, line 61. ./run.sh: line 102: 26247 Abort trap: 6 node index.js...
After moving those files, it doesn't crash. I get perhaps an unrelated error constantly logged which I think comes from the Sonos DOCK: ``` debug: [media] device/4 DOCK event=subscribe, state=end,...
Yes, it runs when removing only the LIFX device file. Do you have the Sonos Dock? http://www.sonos.com/shop/products/Dock It isn't the same as a Zone player, but I am guessing the...