Skip to content

abci-cli help command is broken #9693

@lasarojc

Description

@lasarojc

Tendermint version (use tendermint version or git rev-parse --verify HEAD if installed from source):
0.38.0-dev

ABCI app (name for built-in, URL for self-written if it's publicly available):
abc-cli

Environment:

  • OS (e.g. from /etc/os-release): OSX
  • Install tools: Installed from source
  • Others:

What happened:
Ran abci-cli help and abc-cli help kvstore and abci-cli tried to connect to a local socket, as per the snippet.

What you expected to happen:
Help for abci-cli or for kvstore is shown

Have you tried the latest version: yes

How to reproduce it (as minimally and precisely as possible):
Install abci-cli
Run abci-cli help kvstore

Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):

{11:50}~/code/informal/tendermint/abci:9272-go-tutorials ✗ ➭ abci-cli help
I[2022-11-10|11:52:04.780] service start                                module=abci-client msg="Starting socketClient service" impl=socketClient
E[2022-11-10|11:52:04.780] abci.socketClient failed to connect to tcp://0.0.0.0:26658.  Retrying after 3s... module=abci-client err="dial tcp 0.0.0.0:26658: connect: connection refused"
^C
{11:52}~/code/informal/tendermint/abci:9272-go-tutorials ✗ ➭ abci-cli help kvstore
I[2022-11-10|11:52:14.344] service start                                module=abci-client msg="Starting socketClient service" impl=socketClient
E[2022-11-10|11:52:14.344] abci.socketClient failed to connect to tcp://0.0.0.0:26658.  Retrying after 3s... module=abci-client err="dial tcp 0.0.0.0:26658: connect: connection refused"
^C

Config (you can paste only the changes you've made):

node command runtime flags:

Please provide the output from the http://<ip>:<port>/dump_consensus_state RPC endpoint for consensus bugs

Anything else we need to know:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done/Merged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions