Merge pull request #2339 from bytexenon/archive_org_fix

fix: add additional error message check for archive.org downtime
pull/2304/merge
Paul Pfeister 3 weeks ago committed by GitHub
commit cf393b8fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -163,7 +163,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",
"Internet Archive services are temporarily offline"
], ],
"errorType": "message", "errorType": "message",
"url": "https://archive.org/details/@{}", "url": "https://archive.org/details/@{}",

Loading…
Cancel
Save