-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug]: Error: couldn't get client config: While parsing config: toml: expected newline but got U+0022 '"' #18332
Comments
Hi, |
Basically it is a name class. My script was using I dunno how to figure out which SDK version e.g. gaia v17.1.1 is using. But my guess is, that bug is even on main - just execute above 3 lines in shell :). |
^ Juno is SDK v47, Gaia is a modified SDK v45 our prefixes work (ex: JUNOD_NODE) but output is different it seems |
Well, they always work for both, viper reads the prefix or the env without prefix: NODE=https://uni-rpc.reece.sh:443 junod tx bank send alice $(junod keys show alice -a --keyring-backend test) 10ujuno --keyring-backend test
JUNOD_NODE=https://uni-rpc.reece.sh:443 junod tx bank send alice $(junod keys show alice -a --keyring-backend test) 10ujuno --keyring-backend test
junod_NODE=https://uni-rpc.reece.sh:443 junod tx bank send alice $(junod keys show alice -a --keyring-backend test) 10ujuno --keyring-backend test So here it makes sense for Maybe viper is misconfigured on our side 🤔 but I think it has been working like this since forever (at least there hasn't been change in the code for a while). |
Took a brief look, and that fallback isn't the normal viper behavior. |
Is there an existing issue for this?
What happened?
I'm using v17.1.1 and did this:
Now
gaiad config
throws this error:And now in
client.toml
this has changed to :output = "{"":""}"
Cosmos SDK Version
gaia v17.1.1
How to reproduce?
See description above, basically did this in shell:
The text was updated successfully, but these errors were encountered: