For the past several days, when I run zypper -v dup to update Tumbleweed, zypper is reporting [The requested URL returned error: 429] and I have to run the zypper command multiple times before all of the packages are successfully downloaded.
Is openSUSE having issues with this mirror? Base URL is mirrorcache-us.opensuse.org, I know it’s in Salt Lake City.
HTTP error 429 means “Too Many Requests,” which means a client (your machine) has sent too many requests to the server within a short period. This response is used to prevent abuse.
If a client continues to send requests after receiving a 429, they may be temporarily blocked from accessing the server.
Seems odd an update server would respond with this, but it seems your machine (zypper) is overloading requests.
I’d wait an hour or two to retry in this situation.
I ran zypper four or five times (before seeing these replies), before all of the downloads came through.
I agree that it is odd that an update server would respond that way. I have opened a bug report since it seems to be infrastructure-related. Although I also thought that the recent change made to zypper in the way it now downloads packages, might be the cause.