We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to test my Twilio Autopilot via autopilot:simulate but it ends up with Authentication failed no matter how I try to call it.
autopilot:simulate
Authentication failed
Current approach is like this:
twilio autopilot:simulate -s UA... -t 123456 --profile=...
Which returns:
ERROR: StatusCodeError: 401 - {"code":12400,"status":401,"message":"Authentication failed"}
I'm on the newest Twilio CLI version 2.10.3. I'm using a profile which is marked as active when I check via twilio profiles:list.
2.10.3
active
twilio profiles:list
Any ideas what can cause this?
The text was updated successfully, but these errors were encountered:
Hey @yvesonline, We have run the simulate command
Which worked as expected, can you please try other autopilot commands like :
twilio autopilot:list --profile=...
and let us know if the CLI reproduce the issue.
Sorry, something went wrong.
No branches or pull requests
I'm trying to test my Twilio Autopilot via
autopilot:simulate
but it ends up withAuthentication failed
no matter how I try to call it.Current approach is like this:
Which returns:
I'm on the newest Twilio CLI version
2.10.3
. I'm using a profile which is marked asactive
when I check viatwilio profiles:list
.Any ideas what can cause this?
The text was updated successfully, but these errors were encountered: