2017-11-11 183 views
0

我一直在關注使用Dialogflow創建聊天機器人的教程,並且我已經到達完成部分。谷歌雲SDK已經安裝,但當它部署的功能時,我不斷收到此錯誤。谷歌SDK /對話框部署錯誤

https://dialogflow.com/docs/getting-started/basic-fulfillment-conversation

Jasons-MBP-3:~ jason$ sudo gcloud beta functions deploy Goddard --stage-bucket goddard.appspot.com --trigger-http 
-2 ['./.git', './.gitignore'] 
-1 [False, False] 
ERROR: gcloud crashed (OSError): [Errno 2] No such file or directory: './Library/Application Support/Google/Chrome/RunningChromeVersion' 

If you would like to report this issue, please run the following command: 
    gcloud feedback 

To check gcloud for common problems, please run the following command: 
    gcloud info --run-diagnostics 

我嘗試須藤和更新gcloud成分,但仍是同樣的事情。我去了它不存在的文件夾,我看到那裏的文件,但它是一個別名。當我單擊別名時,Finder說它無法打開,因爲找不到原件。有什麼建議麼?

回答

0

因此,我的一位朋友告訴我,對於這部分,它必須運行在index.js文件所在的同一目錄中。萬一別人卡住了!