Pierre-Gilles Leymarie
Pierre-Gilles Leymarie
Answered: https://github.com/zwave-js/node-zwave-js/issues/4272#issuecomment-1047727632
> La seule possibilite de les resoudre semble être de passer par l'evenement 'unhandledRejection' On catch déjà les `unhandledRejection`, mais Sentry override le comportement : https://github.com/GladysAssistant/Gladys/blob/master/server/index.js#L14 En revanche j'ai trouvé...
Tiens nous au courant. Effectivement, il s'ajoute aux listeners, mais dans la pratique ça override le comportement qu'on a mis en place: éviter de crasher quand une exception est lancée.
https://github.com/zwave-js/node-zwave-js/issues/4272#issuecomment-1052116645
@rpochet Do we agree that the problem is fixed ? (with the `await` in the bluetooth section) ? For ZwaveJS, I think you can use a beta version with the...
> Dans certains cas, même avec le await, le module Noble lance des exceptions 'Error: ENODEV, No such device' (ex. dans ma VM si le device n'est pas configuré) Oui...
Yeah about the Telegram implementation, I'm not sure we want to do this for all new services, I agree this was my mistake :) What about just using the variable...
Nice ! Can I merge ?
@atrovato It's already the case, but when a tab isn't used (computer in sleep mode), setInterval is disabled as well, so the user will only see the updated data XX...
Cf: https://github.com/GladysAssistant/Gladys/blob/master/front/src/components/boxs/weather/WeatherBox.jsx#L222