javascript - node js dns service not up -
i new node js server , using in windows 64 bit system. have been trying run application through node js command prompt. when seek run node app.js , facing error ,"unhandled error event" related dns service addr info.
following error facing
your environment has been set using node.js 0.10.11 (ia32) , npm.
d:\official\apple homekit\sourcecode\raspberrypi\raspberrypi>node app.js application started events.js:72 throw er; // unhandled 'error' event ^ error: dns service error: unknown @ array.dnsservicegetaddrinfo [as 1] (d:\official\apple homekit\sourcecode\ raspberrypi\raspberrypi\node_modules\mdns\lib\resolver_sequence_tasks.js:92:14) @ next (d:\official\apple homekit\sourcecode\raspberrypi\raspberrypi\node_m odules\mdns\lib\browser.js:97:21) @ mdnsservice.on_resolver_done (d:\official\apple homekit\sourcecode\raspbe rrypi\raspberrypi\node_modules\mdns\lib\resolver_sequence_tasks.js:33:11) @ socketwatcher.mdnsservice.self.watcher.callback (d:\official\apple homeki t\sourcecode\raspberrypi\raspberrypi\node_modules\mdns\lib\mdns_service.js:17:38 )
i tried using nodejs verson 0.10.30,0.10.26.in both version facing same error.
does 1 came across same issue? trying using node server apple bonjour sdk service.
javascript node.js dns
No comments:
Post a Comment