Hello,
after my update to Node.js 10.16.3 Pimatic Version 0.9.54 i become errors when i start the Plugin. often it works by restart, but sometimes i became the following error:
(node:17946) UnhandledPromiseRejectionWarning: Error: Error: Client network socket disconnected before secure TLS connection was established
at sslCertificate.get.then.catch.error (/home/pi/pimatic-app/node_modules/pimatic-hue-zll/node_modules/node-hue-api/lib/api/http/LocalBootstrap.js:69:19)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:17946) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:17946) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:17946) UnhandledPromiseRejectionWarning: Error: Error: Client network socket disconnected before secure TLS connection was established
at sslCertificate.get.then.catch.error (/home/pi/pimatic-app/node_modules/pimatic-hue-zll/node_modules/node-hue-api/lib/api/http/LocalBootstrap.js:69:19)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:17946) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
Can anyone explain me what it mean or what i can do?