-
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
Lens crashes on startup #8126
Comments
Hi, I'm dealing with same issue. I tried to uninstall and install Lens again but the same error has been showed at startup. |
Hello arielmanka, Thank you for reaching out to Lens GitHub! This is a bug we are currently fixing. A patch should be released in the next few days for it. It is caused when our storage gets into a corrupted state (due to the aforementioned bug). Please delete the folder /Library/Application Support/Lens/lens-local-storage-v2 (for MacOS), and restart Lens. You will be able to bypass the problem with it. In Windows, the folder would be at: /Users/USERNAME/AppData/Roaming/Lens/lens-local-storage-v2 Best Regards, |
Hi @Tixon123, Thanks a lot for your fast reply. Your solution worked at least for making Lens able to restart. Lens complains with the following error: |
@carminoplata can you describe your issue a bit more (or even make a new GitHub issue with more information), such as can you connect to the cluster at all, are you using the AWS EKS or the Local Kubeconfigs section in the navigator? Maybe post a screenshot? |
Would you be able to provide logs for that cluster? You can get them by using the application menu and doing "Help > Export Support Logs". Thanks. |
In the attachment, you can find the required logs.
|
Describe the bug
Lens displays errors on startup
Component stack:
Error stack:
AssertionError [ERR_ASSERTION]: There must be some tab data for a kube resource tabId
at instantiate (https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:8:10428674)
at https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:8:12355606
at https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:2:318584
at B (https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:2:318648)
at https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:2:323585
at Object.inject (https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:2:322482)
at Object.u [as inject] (https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:2:317866)
at Object.getCurrentTitle (https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:8:10451646)
at https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:8:10668460
at ct (https://lens.app:62060/build/lens.js?a4d206b170f2c4d92ccd:8:1450747)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application should start normally
Screenshots
Environment (please complete the following information):
Kubeconfig:
No issue with kubeconfig. It used to work for a few days and just crushed now. No recent changes to kubeconfig
Additional context
Lens is very slow to load resources. Tabs behavior is erratic. Sometimes clicking opens new tab, other times it overwrites currently displayed tab
The text was updated successfully, but these errors were encountered: