-
Notifications
You must be signed in to change notification settings - Fork 1
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
have 2 error code, how to fix? #12
Comments
Can you share what kind of devices you have ? |
Can you also attach a full log? |
I use Rpi 5, |
how to give you log? |
2024-04-09 15:16:52.644 ERROR (Thread-2) [websocket] error from callback <function async_setup_entry..on_message at 0x7f94bd5af7e0>: Expecting value: line 1 column 1 (char 0) 2024-04-09 15:17:22.754 ERROR (Thread-2) [custom_components.lifesmart] Websocket_error: Expecting value: line 1 column 1 (char 0) |
only 2 wss msg received
|
have 2 error code, how to fix?
Error 1:
Logger: websocket
Source: custom_components/lifesmart/init.py:591
Integration: LifeSmart (documentation, issues)
First occurred: 上午8:13:18 (235 occurrences)
Last logged: 上午9:05:24
error from callback <function async_setup_entry..on_message at 0x7f608c59e0>: Expecting value: line 1 column 1 (char 0)
websocket connected
error from callback <function async_setup_entry..on_message at 0x7f7f1bf600>: 'NoneType' object has no attribute 'attributes'
Error 2:
Logger: custom_components.lifesmart
Source: custom_components/lifesmart/init.py:414
Integration: LifeSmart (documentation, issues)
First occurred: 上午8:13:18 (133 occurrences)
Last logged: 上午9:05:14
Websocket_error: Expecting value: line 1 column 1 (char 0)
Websocket_error: 'NoneType' object has no attribute 'attributes'
The text was updated successfully, but these errors were encountered: