-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Uncaught (in promise) DOMException: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state. #11893
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
Comments
Is this reproducible? |
skabashnyuk
added
the
kind/question
Questions that haven't been identified as being feature requests or bugs.
label
Nov 13, 2018
Yes in my environment, Azure AKS. Possibly environment dependent. I'm not sure but I suspect it is caused by Ingress. Since it requires a few minutes to respond Ingress. I'm writing patches now. |
@vitaliy-guliy @evidolob @ashumilova wdyt? Looks like this comes from workspace-loader app. |
ashumilova
added
kind/bug
Outline of a bug - must adhere to the bug report template.
team/ide2
and removed
kind/question
Questions that haven't been identified as being feature requests or bugs.
labels
Dec 3, 2018
Taking this bug for investigation to our technical debt list. |
vparfonov
pushed a commit
that referenced
this issue
Jan 28, 2019
* Use `const` instead of `let` if it can. Signed-off-by: Masaki Muranaka <monaka@monami-ya.com> * Use updated authentication tokens always (refs #12042). Signed-off-by: Masaki Muranaka <monaka@monami-ya.com> * Wait for the reconnection established. (refs #11893) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com> * Catch the unhandled Promise.reject(). Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
skabashnyuk
pushed a commit
to skabashnyuk/che
that referenced
this issue
Mar 11, 2020
* Use `const` instead of `let` if it can. Signed-off-by: Masaki Muranaka <monaka@monami-ya.com> * Use updated authentication tokens always (refs eclipse-che#12042). Signed-off-by: Masaki Muranaka <monaka@monami-ya.com> * Wait for the reconnection established. (refs eclipse-che#11893) Signed-off-by: Masaki Muranaka <monaka@monami-ya.com> * Catch the unhandled Promise.reject(). Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It should not be uncaught expception.
Reproduction Steps
Open new workspace.
But it may be caused by timing issues.
OS and version:
ChromeOS Version 70.0.3538.76 (Official Build) (64-bit)
Che nightly build.
Diagnostics:
The text was updated successfully, but these errors were encountered: