We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602cd4d commit 6ef1ae4Copy full SHA for 6ef1ae4
1 file changed
src/main.ts
@@ -695,7 +695,9 @@ export class AwtrixLight extends utils.Adapter {
695
this.currentVersion = undefined;
696
697
this.log.debug(`(stats) received error - API is now offline: ${JSON.stringify(error)}`);
698
- await this.setApiConnected(false);
+ this.setApiConnected(false).catch(error => {
699
+ this.log.warn(`[refreshState] Set API connected to false failed`);
700
+ });
701
});
702
703
this.log.debug('re-creating refresh state timeout');
0 commit comments