Any idea what errors codes mean in a go executable? 7,52 #164
Closed
working-name
started this conversation in
General
Replies: 1 comment 1 reply
-
As a command runner runitor exits with the exit status of the command it ran. In this example above curl is exiting with code 52. If you drop From https://curl.se/libcurl/c/libcurl-errors.html
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Trying to figure out what's going on with the error codes spit out by runitor v1.3.0-beta.2:
Exit Code: 52(Unknown error), then immediately after the normal status 1 from bash.
This is the kind of non-descript error message going on when trying to run curl. I could turn curl verbose to investigate, of course. Just wondering if you already have an idea.
More examples:
Beta Was this translation helpful? Give feedback.
All reactions