Error: While parsing config: yaml: unmarshal errors:
Closed this issue · 1 comments
jcstein commented
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 commented
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