kubernetes-sigs / kui

A hybrid command-line/UI development experience for cloud-native development
Apache License 2.0
2.81k stars 183 forks source link

Starting kui only shows blank window #8704

Closed horihel closed 2 years ago

horihel commented 2 years ago

Describe the bug On Windows, installation is from chocolatey.

See screenshot: grafik

Most actions (like new tab) do nothing. New window opens an identical window. Opening console shows this:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getCurrentWindow')
    at Module.<anonymous> (electron.9653956ed64020480b29.bundle.js:1)
    at Generator.next (<anonymous>)
    at s (electron.9653956ed64020480b29.bundle.js:1)

Already tried clearing out %APPDATA%/kui-shell, didn't change a thing.

Steps to reproduce the behavior

  1. Be on my machine
  2. launch kui directly
  3. See error

Expected behavior A clear and concise description of what you expected to happen.

System

horihel commented 2 years ago

looks like the chocolatey package is broken - uninstalling that and using 11.4.0 directly from the .zip file works.

starpit commented 2 years ago

Interesting! We have not yet (ever) published a chocolatey package. We'll look into the origin story here. Thanks for the heads up.

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

k8s-ci-robot commented 2 years ago

@k8s-triage-robot: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/kui/issues/8704#issuecomment-1194063449): >The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. > >This bot triages issues and PRs according to the following rules: >- After 90d of inactivity, `lifecycle/stale` is applied >- After 30d of inactivity since `lifecycle/stale` was applied, `lifecycle/rotten` is applied >- After 30d of inactivity since `lifecycle/rotten` was applied, the issue is closed > >You can: >- Reopen this issue or PR with `/reopen` >- Mark this issue or PR as fresh with `/remove-lifecycle rotten` >- Offer to help out with [Issue Triage][1] > >Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community). > >/close > >[1]: https://www.kubernetes.dev/docs/guide/issue-triage/ Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.