-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
[feature request] Batch API more info on failed/error domains #1498
Comments
Web UI status JSON that I'm talking about (for [
{
"name": "ipv6",
"done": true,
"success": true
},
{
"name": "dnssec",
"done": true,
"success": true
},
{
"name": "auth",
"done": true,
"success": true
},
{
"name": "tls",
"done": false,
"success": null
},
{
"name": "rpki",
"done": true,
"success": true
}
] Sometimes (VERY rarely) there's a |
Instead of |
Ooeeh interesting. Is there a way to trigger an error domain so I can dev this into my script? 😆 There are too few errors. What a problem to have. How long are results stored after |
Calling |
JSON for failing domain in
Well, that's not useful 😆 I don't need the technical results for all the passing domains, I'm looking for some detail on why the failed failed. |
Some domains keep failing in the Batch API, and I can't see any details on why. Is there any way to find out? Those domains (I know of |
For |
Currently the Batch API doesn't give any details on why a domain 'failed'. It just says
status = error
, and nothing else. The web UI status requests give more information during testing, and sometimes (very rarely) when the test fails, it tells you which category failed. Not a lot of information, but at least it's some. Can the Batch API provide some more info on failed domains too?The text was updated successfully, but these errors were encountered: