mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
fix: add additional error message check for archive.org downtime
This commit is contained in:
parent
f7075e1b64
commit
fb52343aa3
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@
|
||||||
"__comment__": "'The resource could not be found' relates to archive downtime",
|
"__comment__": "'The resource could not be found' relates to archive downtime",
|
||||||
"errorMsg": [
|
"errorMsg": [
|
||||||
"could not fetch an account with user item identifier",
|
"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",
|
"errorType": "message",
|
||||||
"url": "https://archive.org/details/@{}",
|
"url": "https://archive.org/details/@{}",
|
||||||
|
|
Loading…
Reference in a new issue