fuatakgun / eufy_security

Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.
877 stars 73 forks source link

Eufy Security - Error in Notifications #863

Closed Prash1407 closed 1 year ago

Prash1407 commented 1 year ago

I have a notification since the latest update to 6.3.2, however it seems like everything is working alright, apart from the streaming issue I have been experiencing:

Eufy Security - Error

Error: <Task finished name='Task-4127' coro=<WebSocketClient._process_messages() done, defined at /config/custom_components/eufy_security/eufy_security_api/web_socket_client.py:62> result=None>

Additional information

Go to Settings -> System -> Repairs -> Click on 3 dots (...) -> System Information and get Version and Installation Type to below fields;

Hardware Information;

RienduPre commented 1 year ago

Same error here, since I upgraded to 6.3.2 (from 6.3.1)

alexeiw123 commented 1 year ago

I get the same thing.

/config/custom_components/eufy_security/eufy_security_api/web_socket_client.py from line 62 is:

    async def _process_messages(self):
        async for msg in self.socket:
            await self._on_message(msg)

That's about where my contribution ends, back to previous version for me :)

fuatakgun commented 1 year ago

please check with latest version v6.3.3

Prash1407 commented 1 year ago

Still existing:

Eufy Security - Error Error: <Task finished name='Task-4282' coro=<WebSocketClient._process_messages() done, defined at /config/custom_components/eufy_security/eufy_security_api/web_socket_client.py:62> result=None>

@fuatakgun

fuatakgun commented 1 year ago

Follow the bug template and share the logs as requested

alexeiw123 commented 1 year ago

Follow the bug template and share the logs as requested

I've done this here: https://github.com/fuatakgun/eufy_security/issues/866

johnjoemorgan commented 1 year ago

As reported in #866 I had a similar error after upgrade:

Error: <Task finished name='Task-4465' coro=<WebSocketClient._process_messages() done, defined at /config/custom_components/eufy_security/eufy_security_api/web_socket_client.py:62> result=None>

This cleared after a second reboot.