-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 to read app.toml #7476
Comments
Hi @marbar3778 - could you update the status here? Is there any progress? Is anyone handling this? Is this blocking for Stargate? |
Still a bug.
Dont think it's blocking for stargate and not sure if there's progress. I just opened the issue. |
This happens when error is in For example, when removing the double quotes from $ cat .gaia/config/config.toml | grep moniker
moniker = "test We get the same error, complaining about $ gaiad status
Error: failed to read in app.toml: While parsing config: (18, 12): unescaped control character U+000A
Usage:
gaiad status [flags]
Flags:
-h, --help help for status
-n, --node string Node to connect to (default "tcp://localhost:26657")
Global Flags:
--home string directory for config and data (default "/home/ubuntu/.gaia")
--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 EDIT: I believe it should be |
I don't think #8643 fixes the non-determinism reported by @marbar3778. |
There were non-deterministic failures by users on the upgrade yesterday. Lots of interface nil panics |
@marbar3778 Unfortunately, I had no luck to reproduce an error today. Perhaps we can close it. |
Summary of Bug
When trying to start a node while recording a tutorial I receive this error:
It is non-deterministic.
This happens even when I don't touch the app.toml file.
Version
cosmos/gaia stargate3-a
Steps to Reproduce
Try screen recording on a mac or do something that consumes a lot of memory then initialize a node and start it.
For Admin Use
The text was updated successfully, but these errors were encountered: