muhlba91/onyx-homeassistant-integration

Errors: "Response payload is not completed"

muhlba91 opened this issue · 1 comments

we are regularly receiving errors about the connection being reset - this usually happens if the response payload is not as expected or complete:

ERROR (HellaOnyx) [custom_components.hella_onyx.event_thread] connection reset: Response payload is not completed, restarting: True (backoff = 38 seconds)

an alternative cause could be connection (or any other) termination.

the component still works but streaming updates will be delayed or non-functioning.
however, the backup functionality to update in regular intervals always kicks in.

cause is in the client: muhlba91/onyx-client#77