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
What does the above error mean? How do I have fink automatically retry?
$ cat external-061521.json | jq -c '. | select(.status!=200) | {url: .url, referrer: .referrer, status: .status, exception: .exception}' | jq
{ "url": "https://www.squid-cache.org/", "referrer": "https://linuxsecurity.com/features/can-linux-be-used-to-offer-more-security-in-a-wfh-world-on-and-offline", "status": null, "exception": "The request was not processed and can be safely retried" }
The text was updated successfully, but these errors were encountered:
that site seems to time out:
$ curl https://www.squid-cache.org -I
maybe that exception could be improved (it doesn't come from Fink AFAIK but an upstream library)
Sorry, something went wrong.
Great, thanks. It does now appear that the bulk of these messages are effectively because the site is no longer available - a permanent error.
No branches or pull requests
What does the above error mean? How do I have fink automatically retry?
$ cat external-061521.json | jq -c '. | select(.status!=200) | {url: .url, referrer: .referrer, status: .status, exception: .exception}' | jq
{
"url": "https://www.squid-cache.org/",
"referrer": "https://linuxsecurity.com/features/can-linux-be-used-to-offer-more-security-in-a-wfh-world-on-and-offline",
"status": null,
"exception": "The request was not processed and can be safely retried"
}
The text was updated successfully, but these errors were encountered: