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] 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/@{}",