tsonglew / intellij-etcdhelper

IntelliJ platform etcd plugin
https://plugins.jetbrains.com/plugin/19924-etcdhelper
MIT License
29 stars 3 forks source link

etcdserver: key is not provided #59

Closed tsonglew closed 2 years ago

tsonglew commented 2 years ago

Description

java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: etcdserver: key is not provided
    at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
    at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2022)
    at com.github.tsonglew.etcdhelper.client.impl.EtcdClient.getByPrefix(EtcdClient.kt:145)
    at com.github.tsonglew.etcdhelper.view.editor.EtcdKeyTreeDisplayPanel.renderKeyTree(EtcdKeyTreeDisplayPanel.kt:114)
    at com.github.tsonglew.etcdhelper.view.editor.EtcdKeyValueDisplayPanel$createSearchBox$1$1$1.keyReleased(EtcdKeyValueDisplayPanel.kt:131)
    at java.desktop/java.awt.Component.processKeyEvent(Component.java:6615)
    at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2852)

How to reproduce

Steps to reproduce

Expectations

Actual result

Environment