You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Running the script as cat file_with_the_url_list | bash ./archiveurl I bump into the issue that the scripts makes too many requests to archive.org and fails with a HTTP 429 error.
Running the script as
cat file_with_the_url_list | bash ./archiveurlI bump into the issue that the scripts makes too many requests to archive.org and fails with a HTTP 429 error.So, I usually run this script adding a pause,
It helps a bit, but still not exactly a set and forget process.
How should we approach this issue?