From 78119452aa1585ffc2460b123748bc365f00a8c3 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Wed, 29 May 2024 12:00:10 -0400 Subject: [PATCH] Fix #2137 Archive downtime F+ --- sherlock/resources/data.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 95a48ecbb..d953802b9 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -161,7 +161,11 @@ "username_claimed": "test" }, "Archive.org": { - "errorMsg": "could not fetch an account with user item identifier", + "__comment__": "'The resource could not be found' relates to archive downtime", + "errorMsg": [ + "could not fetch an account with user item identifier", + "The resource could not be found" + ], "errorType": "message", "url": "https://archive.org/details/@{}", "urlMain": "https://archive.org",