-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Javascript error in the main process #3272
Comments
Do you have write permissions for |
Yes I do. This only started happening after the upgrade to v5 |
Okay thanks. I am trying to come up with a way to reproduce this issue on my machine. Because we don't try and read |
Were you doing something in particular when this popup happened? For instance were you opening a local terminal instance? |
I don't remember doing anything on the side. I'll try to repro again, but it keeps happening randomly. |
I have done some more reading and it could just be a race condition between two instances of |
That might be related to kube sync thanks for the report. |
Sigh... JS's lack of event based tracing can sometimes be very annoying... I have narrowed this to not being part of kube-sync because we do catch and log errors there. |
Does this still happen? |
I think that #3452 fixes this as we no longer try to read .lock files. |
Describe the bug
With a pod selected, a random popup will appear with an uncaught exception
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: