gsutil -D ls gs://pubsite_prod_rev_17827715438386026643/earnings/
it gives the following output:
INFO 1106 09:11:03.773168 retry_util.py] Retrying request, attempt #1...
DEBUG 1106 09:11:03.773495 http_wrapper.py] Caught socket error, retrying: timed out
DEBUG 1106 09:11:03.773638 http_wrapper.py] Retrying request to url https://www.googleapis.com/storage/v1/b/pub/o/gsutil.tar.gz?fields=metadata&alt=json&projection=noAcl&key=HERESOMEKEY after exception timed out
after several retries it hangs ups and stops.
I cannot understand what's wrong and where to look, tried almost everything, including recreating authentication config with no luck.
What is the problem and how to fix it?
Any advice or help will be greatly appreciated!
WBR,
Vladimir
Hello,
I would start by restarting the shell but since the issue is a socket timeout error, this is most likely a network related issue. My suggestion is to run mtr www.googleapis.com which would give you more information about a possible network issue on your end, in which case I would make sure that there are no firewalls or a proxy blocking the connection.