Google Cloud CLI控制台崩溃。

huangapple go评论72阅读模式
英文:

Google cloud cli console crashed

问题

尝试连接 Google Cloud SDK Shell 时,我遇到以下错误。

错误:gcloud 崩溃(ConnectionError):('连接中止。',InvalidURL(“URL 不能包含控制字符。' http'(至少找到 ' ')”))

Google Cloud CLI控制台崩溃。

英文:

While trying to connect Google cloud SDK Shell, I am getting below error.

> ERROR: gcloud crashed (ConnectionError): ('Connection aborted.', InvalidURL("URL can't contain control characters. ' http' (found at least ' ')"))

Google Cloud CLI控制台崩溃。

答案1

得分: 1

以下是翻译好的部分:

"ERROR: gcloud crashed (ConnectionError): ('连接中断。', InvalidURL('URL 不能包含控制字符。' http'(至少找到'')))" 可能是由于以下原因导致的:

  1. 如果您正在使用某些Python代码或API客户端进行连接,则可能存在某些语法错误,或者您输入了一些额外的空格,这些在错误中显示,从而导致CLI崩溃错误。

  2. 有时可能会出现宽带问题。您可以尝试断开连接,然后使用某个VPN或其他宽带连接进行连接。

  3. 如果您正在使用gcloud init命令,则请使用以下命令 gcloud init --console-only 代替 gcloud init。

请尝试上述解决方案,然后告诉我是否解决了您的问题,或者如果您有任何进一步的查询,请随时告诉我,我乐意协助您。

英文:

You are getting ERROR: gcloud crashed (ConnectionError): ('Connection aborted.', InvalidURL("URL can't contain control characters. ' http' (found atleast ' ')")) is might be due to the following reasons :

  1. If you are using some Python code or API client to connect then there might be some syntax error or you are giving some extra space which indicates in the error due to this you might be getting a CLI crashed error.

  2. Sometimes it might get broadband issues. Can you disconnect and try to connect using some VPN or else with another broadband connection.

  3. If you are using gcloud init then, Use this command gcloud init --console-only instead of gcloud init

Can you try the above solutions and let me know if this fixes your issue or else let me know if you had any further queries, happy to assist you.

huangapple
  • 本文由 发表于 2023年7月13日 15:21:53
  • 转载请务必保留本文链接:https://go.coder-hub.com/76676860.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定