Descriptive error messages: thread #243
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please use this thread to dump error messages, here's a template
Command you ran
abra app deploy <app>
Why does it fail
DNS change wasn't yet propagated and the request didn't return anything
What's the error message
FATA[0000] dial tcp: lookup [my server's hostname] on [my dns server IP]:53: no such host
What should it be
it should mention there is no A/AAAA record for this domain and give the same error maybe?
Nice.
For coop-cloud/organising#243 (comment), see fix in coop-cloud/organising#227 (comment). Maybe the error message could be better.
Command you ran
➜ abra -n app deploy --chaos --force lab_demo_coopcloud_tech
Why does it fail
Cos I'm a clown and set
COMPOSE_FILE=compose.ssh.yml
, which doesn't have any images defined.What's the error message
What should it be
"This compose.yml doesn't look valid"?
Command you ran
abra app ls
Why does it fail
Maybe I don't have the correct lines in my ssh config.
What's the error message
FATA[0010] dial tcp 148.251.xxx.xx:22: i/o timeout
(redacted IP)abra -d app ls
gives:What should it be
Normal output of
abra app ls
listing apps.Nice @kawaiipunk, I do like your idea of skipping over the failure and going on with the output but I also am playing with the UI/UX of bailing out and giving some help. See what you think of
1b836dbab6
? I am totally down to show the normal output and then just do a warning saying "argh cant get this server at all, moving on..." but then not sure how to fit in this help text? Lemme know whatcha think!Would rather we open separate issues since posting here seems to have slowed.
If you feel differently, please feel free to re-open!