From fb52343aa319405cc4d751b40f5178f28feb97a7 Mon Sep 17 00:00:00 2001 From: Bytexenon <125568681+ByteXenon@users.noreply.github.com> Date: Sun, 20 Oct 2024 05:27:10 -0700 Subject: [PATCH 1/2] fix: add additional error message check for archive.org downtime --- sherlock_project/resources/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 8f38fd00..e314d303 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -159,7 +159,8 @@ "__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" + "The resource could not be found", + "Other Internet Archive services are temporarily offline" ], "errorType": "message", "url": "https://archive.org/details/@{}", From af4c08a08b72c507a78bc7130092021ce83a29fa Mon Sep 17 00:00:00 2001 From: Bytexenon <125568681+ByteXenon@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:03:08 -0700 Subject: [PATCH 2/2] fix: remove "Other" from archive.org downtime message check --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index e314d303..81324986 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -160,7 +160,7 @@ "errorMsg": [ "could not fetch an account with user item identifier", "The resource could not be found", - "Other Internet Archive services are temporarily offline" + "Internet Archive services are temporarily offline" ], "errorType": "message", "url": "https://archive.org/details/@{}",