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

json error: expected value at line 1 column 1 #230

Open
ag039st opened this issue Feb 14, 2024 · 0 comments
Open

json error: expected value at line 1 column 1 #230

ag039st opened this issue Feb 14, 2024 · 0 comments

Comments

@ag039st
Copy link

ag039st commented Feb 14, 2024

MAC os m3 ,

I used auth application-default login, and Im using the same json ,

but this is failling with json error: expected value at line 1 column 1
no clear of which expected value failed

let config = ClientConfig::default().with_auth().await;
match config {
Ok(con) => {
let client = Client::new(con);
info!("successfully connected ")
}
Err(error) => {
error!("something failed {}",error)
}
}

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