From c4264f52b7fd6191539713adb48ef1c076d5436e Mon Sep 17 00:00:00 2001 From: Jeff Oliver Date: Mon, 19 Aug 2024 14:35:49 -0700 Subject: [PATCH] Move 429 to ignore Were trying to ignore 429 too many requests in the `ignoreerrors` argument, but 429 might not be considered an error. So moving it to the `ignore` argument to see if those will _really_ be ignored. --- linkcheckerrc-dcoop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheckerrc-dcoop b/linkcheckerrc-dcoop index a2150ae..c86dcb8 100644 --- a/linkcheckerrc-dcoop +++ b/linkcheckerrc-dcoop @@ -13,6 +13,7 @@ ignore= .css$ .js$ ^mailto: + ^429 Too Many Requests [output] ignoreerrors= @@ -35,4 +36,3 @@ ignoreerrors= ^https://asistdl.onlinelibrary.wiley.com/doi/10.1002/asi.23358 ^403 Forbidden ^https://twitter.com ^400 Bad Request mission-bg.jpg$ ^404 Not Found - .* ^429 Too Many Requests