mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
more information on errors #81
Reference in New Issue
Block a user
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?
Originally created by @Cyborgscode on GitHub (Mar 22, 2016).
LE JSON objects contain the real error message, which is important to fix the issue.
Unfortunatly the script does only output a generalized error msg.
any time i need to know th e real reason, i have to use "strace -s 1024 -e read -f " to see the json result coming from the LE Server :=)
Request: add an override option for/or output the LE error msg directly
@lukas2511 commented on GitHub (Mar 22, 2016):
at which point do you get silent errors? on any errors i experience i always got the message printed on screen by my script, it's set up to print the full json on any hard errors
@lukas2511 commented on GitHub (Apr 2, 2016):
Closing this as this problem should actually be solved for quite a while now...