homebridge-plugin-eufy-security icon indicating copy to clipboard operation
homebridge-plugin-eufy-security copied to clipboard

TypeError: hubs is not iterable (user name is right)

Open eladore opened this issue 2 years ago • 1 comments

Get always reboots with the error message. There credentials must be right because the other Homebridge Eufy Security Plugin works with the same.

Logs: [2/27/2022, 8:39:31 AM] Homebridge v1.4.0 (HAP v0.10.0) (Homebridge FDBE) is running on port 53158. [2/27/2022, 8:39:33 AM] TypeError: hubs is not iterable at EufySecurityHomebridgePlatform.discoverDevices (/usr/local/lib/node_modules/homebridge-plugin-eufy-security/src/platform.ts:174:23) at processTicksAndRejections (node:internal/process/task_queues:96:5) [2/27/2022, 8:39:33 AM] Got SIGTERM, shutting down Homebridge...

Homebridge runs in docker with portainer.


**Plugin Config:**
{
    "username": "xxxx",
    "password": "xxxx",
    "enablePush": true,
    "platform": "EufySecurityHomebridgePlugin"
},

eladore avatar Feb 27 '22 07:02 eladore

Having the same problem. Docker&Portainer

FriendlyGuy avatar Mar 22 '22 01:03 FriendlyGuy