简体   繁体   English

gsutil 错误:重试请求,尝试 #1...捕获套接字错误,重试:超时

[英]gsutil error: Retrying request, attempt #1... Caught socket error, retrying: timed out

I'm trying to run this gsutil command我正在尝试运行此 gsutil 命令

gsutil -D mb gs://my-bucket-213721738921

But the bucket is never created.但是桶永远不会被创建。 This is the error message:这是错误消息:

INFO 0504 19:31:38.465756 base_api.py] Body: {"name": "my-bucket-213721738921"} INFO 0504 19:31:38.465756 base_api.py] Body: {"name": "my-bucket-213721738921"}

INFO 0504 19:32:38.527844 retry_util.py] Retrying request, attempt #1... INFO 0504 19:32:38.527844 retry_util.py] 重试请求,尝试 #1...

DEBUG 0504 19:32:38.528234 http_wrapper.py] Caught socket error, retrying: timed out DEBUG 0504 19:32:38.528234 http_wrapper.py] 捕获套接字错误,重试:超时

DEBUG 0504 19:32:38.528359 http_wrapper.py] Retrying request to url https://storage.googleapis.com/storage/v1/b?project=[...]&alt=json&projection=full&key=[...] after exception timed out DEBUG 0504 19:32:38.528359 http_wrapper.py] 在 url https://storage.googleapis.com/storage/v1/b?project=[...]&alt=json&projection=full&key=[...]之后重试请求异常超时

Is there a way to solve that?有办法解决吗?

My router had the option "WAN Blocking" enabled.我的路由器启用了“WAN Blocking”选项。 I just deactivated that and the problem was gone.我刚刚停用它,问题就消失了。 And gcloud is much faster now =) gcloud 现在快多了 =)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 PostgreSQL 连接尝试超时错误的 AWS RDS - AWS RDS for PostgreSQL Connection attempt timed out error firebase 删除用户帐户时出错“此操作很敏感,需要最近的身份验证。请重新登录,然后重试此请求。” - firebase error when deleting user account "This operation is sensitive and requires recent authentication. Log in again before retrying this request." AWS ECS ALB 错误(请求超时) - AWS ECS ALB Error (Request timed out) wso2重试时如何添加额外的请求参数? - How to add additional request parameters in wso2 retrying? 500 - 请求超时 - 500 - The request timed out 如何修复操作超时 - 错误 28? - How to fix Operation Timed out - error 28? Python “[警告] 连接被 SSLError 中断后重试” - Python "[WARNING] Retrying after connection broken by SSLError" 将图像推送到 ECR,得到“Retrying in... seconds” - Pushing an image to ECR, getting "Retrying in ... seconds" AWS STS session 令牌过期 api 请求在 javaScript 中调用刷新方法并更新凭据后不重试 - AWS STS session token expired api request not retrying after refresh method called and updated credentials in javaScript google cloud vm ssh.network 错误:连接超时 - google cloud vm ssh network error: connection timed out
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM