iobroker-community-adapters / ioBroker.unifi

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

TypeError: Cannot read properties of undefined (reading 'blockClient') #725

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

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

Sentry Issue: IOBROKER-UNIFI-CE

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