deconz-rest-plugin: Internal error 951
Hi!
A user of home assistant and deconz gets this error: [pydeconz.utils] HTTP request response: [{'error': {'address': '/groups/5', 'description': 'Internal error, 951', 'type': 901}}] when sending [pydeconz.utils] Sending {'data': '{"on": false}'} to http://*IP*:*PORT*/api/*API_KEY*/groups/5/action
What does that error actually mean?
Original issue reported here: https://github.com/home-assistant/home-assistant/issues/22852
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (4 by maintainers)
951 is ERR_BRIDGE_BUSY, it may occur when sending too fast. Currently 20 tasks are allowed to be queued.