Skip to content
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

After adding new cluster and working for a while getting exception on lens main screen #4010

Closed
amitzbb opened this issue Oct 12, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@amitzbb
Copy link

amitzbb commented Oct 12, 2021

Component stack:

at r (/Users/ablumshtien/.k8slens/extensions/nevalla--kube-resource-map/dist/renderer.js:7:595820)
at div
at div
at Details
at div
at WorkloadsOverview (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:607581:34)
at Route (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:32471:29)
at Switch (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:32641:29)
at ErrorBoundary (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:572215:47)
at ErrorBoundary (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:572324:36)
at main
at div
at http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:9707:16
at Workloads (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:610822:41)
at Route (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:32471:29)
at Switch (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:32641:29)
at ErrorBoundary (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:572215:47)
at ErrorBoundary (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:572324:36)
at div
at div
at MainLayout (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:572754:9)
at ErrorBoundary (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:572215:47)
at ErrorBoundary (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:572324:36)
at Router (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:32134:30)
at App (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:666495:9)
at ThemeProvider (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:700171:24)

Error stack:

TypeError: Cannot read property 'clientWidth' of undefined
at render (/Users/ablumshtien/.k8slens/extensions/nevalla--kube-resource-map/dist/renderer.js:7:608021)
at allowStateChanges (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:1472:12)
at http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:10151:59
at trackDerivedFunction (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:2024:18)
at Reaction.track (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:2552:18)
at reactiveRender [as render] (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:10149:14)
at qi (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535680:188)
at pi (http://a5409bd14b72da92fc703a95f86752f9.loca
image
lhost:58011/build/Lens.js:535679:173)
at ck (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535762:427)
at bk (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535743:347)
at ak (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535743:278)
at Tj (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535743:138)
at Lj (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535736:163)
at http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535616:115
at exports.unstable_runWithPriority (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535827:343)
at gg (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535615:325)
at jg (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535616:61)
at ig (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535615:428)
at Hb (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535785:101)
at gd (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:535566:352)
at HTMLDivElement.sentryWrapped (http://a5409bd14b72da92fc703a95f86752f9.localhost:58011/build/Lens.js:696424:23)

@amitzbb amitzbb added the bug Something isn't working label Oct 12, 2021
@Nokel81
Copy link
Collaborator

Nokel81 commented Oct 12, 2021

Please search for previously closed issues. Duplicate of #3889 #3861 #3835 #3830 and probably others. The solution is at the end of each.

@Nokel81 Nokel81 closed this as completed Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants