Ip banned? Always getting "Too Many Requests" error

Hello, for several months now I cannot pull any images anymore, I always get the following error when I try. I even logged into my free account, same issue. The server I use is a VPS, I do not share the ip and I only pull one image once a month at most.

docker pull onlyoffice/documentserver
Using default tag: latest
Error response from daemon: error parsing HTTP 429 response body: invalid character ‘T’ looking for beginning of value: “Too Many Requests (HAP429).\n”

Does anyone know how I can resolve this issue?

If your IP was banned, you would see “connection refused” or “Access denied”, not “Too many requests”. What is your VPS provider? Just because you have an IP address for incomming requests, it outgoing traffic could go through a common gateway.

You can try this command to see if the IP of the VPS is the same as the IP that Docker Hub can see

curl https://ipinfo.io/ip

The vps IP is the same as the curl output, I am on a OVH VPS.

Just now found a workaround:

ufw deny out from any to 2600:1f18:2148:bc00::/56

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.