-
-
Notifications
You must be signed in to change notification settings - Fork 676
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: Websocket Illegal State Exception #3338
Labels
bug
Something isn't working
Comments
please go to settings > companion app from this pop-up then go to Show and share logs and look to see if your error matches this error. If it does not you will need to create a new issue with the error log. |
Crash is still occurring in beta 3252
|
Log from beta 3258
|
Beta 10158
|
Latest beta from July 9 10470
|
jpelgrom
pushed a commit
that referenced
this issue
Sep 12, 2024
…) (#4616) * Prevent socket response continuation being called multiple times (3338) Coroutines continuations can only be invoke once, see CancellableContinuation. Use atomic boolean to ensure the continuation is called only once in a thread safe way. * Update import ordering * Add warning log message to coroutines continuation Log a warning message so that it's more visible if a websocket response is invoked multiple times * Set initial continuation invocation to false The default value must be false as the continuation property is mutable. The value is always assigned after the object is created.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Home Assistant Android app version(s):
First appeared beta-2762-93844ffe-full, still impacting 2023.1.1
Android version(s):
All supported versions 5-13
Device model(s):
Numerous - almost 7.5k users impacted
Home Assistant version:
unknown
Last working Home Assistant release (if known):
unknown
Description of problem, include YAML if issue is related to notifications:
I am unsure what causes this issue but it is second from the top in our crash list
Companion App Logs:
Log from 2023.1.1
Screenshot or video of problem:
Additional information:
The text was updated successfully, but these errors were encountered: