Closed tommy04062019 closed 10 months ago
What's the output of running the first command?
What's the output of running the first command?
It's here:
{
"Version": 0,
"ThrottleMillis": 0,
"Results": [
{
"User": "user1",
"ErrorCode": 0,
"ErrorMessage": "",
"UnknownTags": {}
}
],
"UnknownTags": {}
}
Something wrong with password.:(
Hi @twmb have u checked this? Your tool is great, It only lacks this part. I hope you have a look at it soon
Sorry, kcl is a bit lower priority for me at the moment. Everything above looks correct: what's the output of using the password? I remember when I tried this a bit ago that it was working. I could potentially try again -- not sure if I have a docker compose stashed around that enables the authorizer.
Sorry, kcl is a bit lower priority for me at the moment. Everything above looks correct: what's the output of using the password? I remember when I tried this a bit ago that it was working. I could potentially try again -- not sure if I have a docker compose stashed around that enables the authorizer.
Ahh!, I knew where your code wrong.
case "pasword":
password = v
You missed s
when check key password
. After correcting, it works fine for me now. Thanks for responding
Looks like an easy fix, mind opening a PR?
Command:
Error: