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

Error: While parsing config: yaml: unmarshal errors: #248

Closed
Tracked by #200
jcstein opened this issue Aug 29, 2023 · 1 comment
Closed
Tracked by #200

Error: While parsing config: yaml: unmarshal errors: #248

jcstein opened this issue Aug 29, 2023 · 1 comment

Comments

@jcstein
Copy link
Member

jcstein commented Aug 29, 2023

saving this error that I'm getting when running init-local.sh script and when manually running gmd subcommands:

gmd tendermint unsafe-reset-all
Error: While parsing config: yaml: unmarshal errors:
  line 1: cannot unmarshal !!str `http_se...` into map[string]interface {}
Usage:
  gmd tendermint unsafe-reset-all [flags]

Aliases:
  unsafe-reset-all, unsafe_reset_all

Flags:
  -h, --help             help for unsafe-reset-all
      --keep-addr-book   keep the address book intact

Global Flags:
      --home string         directory for config and data (default "/Users/joshstein/.gm")
      --log_format string   The logging format (json|plain) (default "plain")
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
      --trace               print out full stack trace on errors
@jcstein
Copy link
Member Author

jcstein commented Aug 29, 2023

it was some $HOME/config.yml that was created after the avail script ran, from what i can tell. because the config created in script is in $HOME/.avail/config.yml, it must have been generated when node started

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

1 participant