cf env <application-name>不会在watson开发人员云中返回预期的json

时间:2016-09-27 14:16:27

标签: ibm-cloud ibm-watson

预计结果

&#13;
&#13;
System-Provided:
{
"VCAP_SERVICES": {
  "speech_to_text": [{
      "credentials": {
        "url": "<url>",
        "password": "<password>",
        "username": "<username>"
      },
    "label": "speech-to-text",
    "name": "speech-to-text-service-standard",
    "plan": "standard"
 }]
}
}
&#13;
&#13;
&#13;

但我得到的确切结果

Actual Result Image

该应用无法正常使用

1 个答案:

答案 0 :(得分:2)

根据实际结果的输出,没有绑定到您的应用程序的服务。

您必须运行以下命令将服务提供者绑定到您的应用程序:

cf bind-service speech-to-text-converter speech-to-text-service-standard