-
Notifications
You must be signed in to change notification settings - Fork 3
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
Crash on dimmer #112
Comments
@cyclops1982 also points out that "we did not understand this update" should not crash the entire process :) |
This was on #108 |
#113 makes exceptions during after-startup update processing not crash the process. This leaves the |
I think this is a different crash. We miss some debug info to understand what the string was we received. |
definitely different, the first post was "we asked something of the json object that it only had in another type" and this one is "whatever we got from HA was not JSON". debug logging will increase until morale is improved! |
oh, it's a CLOSE! |
From https://en.wikipedia.org/wiki/WebSocket
These status codes are in the 1000-1015 range, or hex |
#114 slightly improves the WS_CLOSE situation (and gives us a spot to work when we want to do better) |
Just logging so i don't loose the logs
The text was updated successfully, but these errors were encountered: