1

简单而著名的 datalab create instance-name 命令不再有效。我们没有对 project/apis/keys/ 或任何其他谷歌选项进行任何更改。

昨天和现在都可以使用相同的cmd:

user-used-yeserday@pruebaalexborrar:~$ datalab create alexborrarpurbea 
ERROR: gcloud crashed (BadStatusCodeError): HttpError accessing        
<https://sourcerepo.googleapis.com/v1/projects/pruebaalexborrar/repos
alt=json>:     
response: <{'status': '500', 'content-length': '109', 'x-xss-protection':     

'1;     mod
e=block', 'x-content-type-options': 'nosniff', 'transfer-encoding':    
'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-
encoding': 'gzip', 'cache-control': 'private', 'date': 'Wed, 19 Apr 2017 
09:08:43 G
MT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'application/json;     
charset=UTF-8'}>, content <{
"error": {
"code": 500,
"message": "Internal error encountered.",
"status": "INTERNAL"
    }
}
>

当我在浏览器上使用相同的 URL 来获取错误时,我得到了其他不同的错误:

{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected 
OAuth 2 access token, login cookie or other valid authentication credential. 

See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED"
}
}

我猜401错误代码与“datalab create”命令中的上501无关......

我知道谷歌现在正在部署新的云版本......

有谁知道发生了什么?

4

1 回答 1

0

在问题跟踪器中有一个报告为#37242989的问题,因此我建议您可以添加更多详细信息并在此处为问题加注星标,以便从相关团队那里获得进一步的更新。

于 2017-04-19T16:25:46.493 回答