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

kui 9.2.0 broken #6264

Closed
Supesharisuto opened this issue Nov 26, 2020 · 6 comments
Closed

kui 9.2.0 broken #6264

Supesharisuto opened this issue Nov 26, 2020 · 6 comments

Comments

@Supesharisuto
Copy link

Describe the bug
kui mac os prebuilt binary yields blank page
Steps to reproduce the behavior

cd /usr/local/bin;
curl -L https://github.com/IBM/kui/releases/download/v9.2.0/Kui-darwin-x64.tar.bz2 | tar jxf -;
export PATH=$PWD/Kui-darwin-x64/Kui.app/Contents/Resources:$PATH

Expected behavior

beautiful kui shell

Screenshots
image

Code snippets

kui
(electron) 'allowRendererProcessReuse' is deprecated and will be removed.

System

  • Kui version: 9.2.0
  • Operating system: macos Mojave
@starpit
Copy link
Contributor

starpit commented Nov 26, 2020

Hi, thanks for the bug report! I think this will be fixed with 9.2.3, which will be released shortly. To help us make sure, can you confirm this guess: you are using Kui in "popup" mode, as a kubectl plugin? If so, indeed there was an oops with that path that should be resolved once 9.2.3 is out.

Re: the warning message: it is innocuous, but for 9.2.4, we will look into whether it is possible to squash this message. Longer story: this is due to the node-pty module not yet behaving as a context-aware native module, and Electron has started to be more forceful in warning us of this fact. ref: microsoft/node-pty#405

@Supesharisuto
Copy link
Author

hi. I used it in popup mode but kubectl-kui seems also broken
I backed out to 9.1.0 and everything is working again.
Thanks for the prompt response

@starpit
Copy link
Contributor

starpit commented Nov 26, 2020

No worries, we really appreciate the feedback. Keep it coming!

@starpit
Copy link
Contributor

starpit commented Nov 27, 2020

9.2.3 is out. When you get a chance, let us know if this resolves your issues. 9.2.3 fixes a few popup-related issues, including lack of persistent focus in the input element, and failures during startup in some cases.

@Supesharisuto
Copy link
Author

Supesharisuto commented Nov 27, 2020 via email

@starpit
Copy link
Contributor

starpit commented Nov 27, 2020

That's great to hear, thanks for letting us know. The welcome page is an example of a Notebook. You can make your own, and if you want to PR any notebooks back so that others can see them, feel free! You should also see a "Making a Notebook" notebook from the Notebooks OS-level menu (e.g. from the menubar on macOS).

@starpit starpit closed this as completed Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants