-
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
Python plugin randomly crashes #14074
Comments
Additionally, I get a prompt
At the top of the window; exposing this port just leads to a webpage that says "Upgrade required" |
@svor could you please take a look ? |
Is this something related to #13599? |
@svor The issue is not with the server trying to start AFAICT, but rather that it's trying to update itself like it would on vscode. The python language server was working for me last week, but I was getting prompts to "update the plugin" in theia. I suspect the issue is that it's forcing the update now. I see that #13599 has been reopened so it may be reproducing the same issue now, but the initial description and discussion do not match as far as I can tell. |
It appears that this issue is caused by clicking the "Try it now!" on the prompt that appears when starting a workspace: This creates the entry From an end-user perspective, pressing the "Try it now!" button is a normal thing to do, and the resulting error is very hard to diagnose. |
My assumption is that some package is missed in the container.
[1] https://github.com/eclipse/che-theia/blob/ab/scc/dockerfiles/remote-plugin-python-3.7.3/Dockerfile#L122 |
Describe the bug
When using both the
python-simple
andpython-django
devfiles, I get random crashes for the python language server container (disappears, OpenShift says exit code 1). In the container logs, I seeAdditionally, sometimes I see a prompt at the top:
which I assume is inappropriate for Che.
Che version
Steps to reproduce
I don't have a consistent reproducer; it occurs within 50 seconds of workspace start, on every start.
Expected behavior
Working python language features
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Environment
my computer
Cloud
other: please specify
The text was updated successfully, but these errors were encountered: