You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:23992) UnhandledPromiseRejectionWarning: Error: Unknown cipher
at normalizeReason (D:\Users\legot\Visual\home's\node_modules\node-coap-client\build\lib\DeferredPromise.js:6:16)
at Promise.rej [as reject] (D:\Users\legot\Visual\home's\node_modules\node-coap-client\build\lib\DeferredPromise.js:14:34)
at Socket.onError (D:\Users\legot\Visual\home's\node_modules\node-coap-client\build\CoapClient.js:1012:29)
at Object.onceWrapper (events.js:422:26)
at Socket.emit (events.js:315:20)
at Socket.killConnection (D:\Users\legot\Visual\home's\node_modules\node-dtls-client\build\dtls.js:227:22)
at nextStep (D:\Users\legot\Visual\home's\node_modules\node-dtls-client\build\dtls.js:109:30)
at ClientHandshakeHandler.finishedCallback (D:\Users\legot\Visual\home's\node_modules\node-dtls-client\build\dtls.js:129:21)
at ClientHandshakeHandler.processIncomingMessage (D:\Users\legot\Visual\home's\node_modules\node-dtls-client\build\DTLS\HandshakeHandler.js:239:30)
at Socket.udp_onMessage (D:\Users\legot\Visual\home's\node_modules\node-dtls-client\build\dtls.js:163:47)
(Use `electron --trace-warnings ...` to show where the warning was created)
(node:23992) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:23992) [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.
My project is to create an electron app to control my ikea bulbs.
when click on my app button, it's turn on/off my bulb but i have this error
My project is to create an electron app to control my ikea bulbs.
when click on my app button, it's turn on/off my bulb but i have this error
Module:
ikea-trafri
The text was updated successfully, but these errors were encountered: