Skip to content
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

The request was not processed and can be safely retried #118

Open
guardiandigital opened this issue Jun 15, 2021 · 2 comments
Open

The request was not processed and can be safely retried #118

guardiandigital opened this issue Jun 15, 2021 · 2 comments

Comments

@guardiandigital
Copy link

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"
}

@dantleech
Copy link
Owner

dantleech commented Jun 15, 2021

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)

@guardiandigital
Copy link
Author

Great, thanks. It does now appear that the bulk of these messages are effectively because the site is no longer available - a permanent error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants