-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
When using node 0.12.x (tested with 0.12.1 and 0.12.3) the following exception is thrown:
dgram.js:367
throw errnoException(err, 'getsockname');
^
Error: getsockname EINVAL
at exports._errnoException (util.js:746:11)
at Socket.address (dgram.js:367:11)
at next (/home/sven/.nvm/v0.10.36/lib/node_modules/hue-cli/node_modules/hue.js/lib/Discoverer.js:27:25)
at Object.module.exports [as discover] (/home/sven/.nvm/v0.10.36/lib/node_modules/hue-cli/node_modules/hue.js/lib/Discoverer.js:21:5)
at Object.<anonymous> (/home/sven/.nvm/v0.10.36/lib/node_modules/hue-cli/hue-cli.js:257:9)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
It works correctly with node 0.10.36.
Metadata
Metadata
Assignees
Labels
No labels