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 'unblockClient') #729

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

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

Sentry Issue: IOBROKER-UNIFI-CQ

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