Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket error showing up in latest Home Assistant #311

Closed
naeemu opened this issue Dec 3, 2024 · 1 comment
Closed

Websocket error showing up in latest Home Assistant #311

naeemu opened this issue Dec 3, 2024 · 1 comment

Comments

@naeemu
Copy link

naeemu commented Dec 3, 2024

Similar issue in other integration fixed by: home-assistant/core#131759

`Logger: gehomesdk.clients.base_client
Source: /usr/local/lib/python3.12/site-packages/gehomesdk/clients/base_client.py:141
First occurred: December 2, 2024 at 9:27:50 PM (7 occurrences)
Last logged: 4:44:09 AM

'ClientConnection' object has no attribute 'closed'
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/gehomesdk/clients/base_client.py", line 132, in async_run_client
await self._async_run_client()
File "/usr/local/lib/python3.12/site-packages/gehomesdk/clients/websocket_client.py", line 133, in _async_run_client
await self._disconnect()
File "/usr/local/lib/python3.12/site-packages/gehomesdk/clients/websocket_client.py", line 246, in _disconnect
if self._socket and not self._socket.closed:
^^^^^^^^^^^^^^^^^^^
AttributeError: 'ClientConnection' object has no attribute 'closed'. Did you mean: 'close'?`

@naeemu
Copy link
Author

naeemu commented Dec 3, 2024

Solved by #304

@naeemu naeemu closed this as completed Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant