【发布时间】:2017-06-01 13:12:01
【问题描述】:
我在使用 IBM Watson 对话应用程序时遇到问题。
我设置了我的应用程序并尝试将其连接到我的 node.js 应用程序。我在这里学习本教程: https://github.com/watson-developer-cloud/node-sdk#conversation 我正在使用 ibm 提供的官方 node.js api。
不幸的是,它不起作用,我收到以下错误。
{ Error: Not Authorized
at Request._callback (/Volumes/hd2/Projekte/vi-com-bot-service/node_modules/watson-developer-cloud/lib/requestwrapper.js:87:15)
at Request.self.callback (/Volumes/hd2/Projekte/vi-com-bot-service/node_modules/watson-developer-cloud/node_modules/request/request.js:188:22)
at emitTwo (events.js:106:13)
at Request.emit (events.js:191:7)
at Request.<anonymous> (/Volumes/hd2/Projekte/vi-com-bot-service/node_modules/watson-developer-cloud/node_modules/request/request.js:1171:10)
at emitOne (events.js:96:13)
at Request.emit (events.js:188:7)
at IncomingMessage.<anonymous> (/Volumes/hd2/Projekte/vi-com-bot-service/node_modules/watson-developer-cloud/node_modules/request/request.js:1091:12)
at IncomingMessage.g (events.js:291:16)
at emitNone (events.js:91:20)
code: 401,
error: 'Not Authorized',
description: '2017-06-01T08:57:57-04:00, Error ERCDPLTFRM-DNLKUPERR occurred when accessing https://gateway.watsonplatform.net/conversation/api/v1/workspaces/dc8097e8-fea7-47a3-80ed-57c43321377e/message?version=2017-04-21, Tran-Id: gateway-dp01-2475007148 - Invalid UserId and/or Password. Please confirm that your credentials match the end-point you are trying to access. A common error is trying to use credentials from an experimental or beta release against a GA release or vice versa' }
我提供的凭据是正确的。
你有什么想法,为什么我不工作? 最好的,本
【问题讨论】:
-
您在哪个 Bluemix 区域?见这里stackoverflow.com/questions/44249910/…
-
也许最好使用简单的对话。 github.com/watson-developer-cloud/conversation-simple。它也使用 nodejs。
-
您确定您使用的版本吗?版本是否与您使用的凭据兼容?
标签: node.js ibm-watson watson-conversation