iobroker-community-adapters / ioBroker.unifi

ioBroker.unifi is an ioBroker adapter for your UniFi network devices.
MIT License
73 stars 24 forks source link

TypeError: Cannot read properties of undefined (reading 'reconnectClient') #728

Open iobroker-sentry-github-app[bot] opened 8 months ago

iobroker-sentry-github-app[bot] commented 8 months ago

Sentry Issue: IOBROKER-UNIFI-BN

TypeError: Cannot read properties of undefined (reading 'reconnectClient')
  File "/opt/iobroker/node_modules/iobroker.unifi/main.js", line 1157, in Unifi.reconnectClient
    await this.controllers[site].reconnectClient(mac);
  File "/opt/iobroker/node_modules/iobroker.unifi/main.js", line 149, in Unifi.onStateChange
    await this.reconnectClient(id, idParts, site);