Hello everyone,
I am trying to install the hap plugin inside a pimatic docker container (https://hub.docker.com/r/fbeek/docker-pimatic/) on my synology. Everytime I try to install the plugin I get the following error and pimatic stops:
A uncaught exception occured: Error: dns service error: unknown
20:02:50.503 [pimatic]> at Error (native)
20:02:50.503 [pimatic]> at new Advertisement (/home/pimatic-app/node_modules/pimatic-hap/node_modules/hap-nodejs/node_mo
dules/mdns/lib/advertisement.js:56:10)
20:02:50.503 [pimatic]> at Object.create [as createAdvertisement] (/home/pimatic-app/node_modules/pimatic-hap/node_modul
es/hap-nodejs/node_modules/mdns/lib/advertisement.js:64:10)
20:02:50.503 [pimatic]> at Advertiser.startAdvertising (/home/pimatic-app/node_modules/pimatic-hap/node_modules/hap-node
js/lib/Advertiser.js:43:30)
20:02:50.503 [pimatic]> at Bridge.Accessory._onListening (/home/pimatic-app/node_modules/pimatic-hap/node_modules/hap-no
dejs/lib/Accessory.js:526:20)
20:02:50.503 [pimatic]> at emitOne (events.js:77:13)
20:02:50.503 [pimatic]> at HAPServer.emit (events.js:169:7)
20:02:50.503 [pimatic]> at HAPServer._onListening (/home/pimatic-app/node_modules/pimatic-hap/node_modules/hap-nodejs/li
b/HAPServer.js:185:8)
20:02:50.503 [pimatic]> at emitOne (events.js:77:13)
20:02:50.503 [pimatic]> at EventedHTTPServer.emit (events.js:169:7)
20:02:50.503 [pimatic]> at EventedHTTPServer.<anonymous> (/home/pimatic-app/node_modules/pimatic-hap/node_modules/hap-no
dejs/lib/util/eventedhttp.js:65:10)
20:02:50.503 [pimatic]> at emitNone (events.js:67:13)
20:02:50.503 [pimatic]> at Server.emit (events.js:166:7)
20:02:50.503 [pimatic]> at emitListeningNT (net.js:1276:10)
20:02:50.503 [pimatic]> at nextTickCallbackWith1Arg (node.js:447:9)
20:02:50.503 [pimatic]> at process._tickCallback (node.js:369:17)
20:02:50.503 [pimatic]> This is most probably a bug in pimatic or in a module, please report it!
20:02:50.505 [pimatic] exiting…
Can anybody help me.
Have a good night.
johannesbonn