Hi,
I'm a newbie to node-red so please bear with me if I'm asking stupid questions.
I'm creating a slackbot using watson assistant. In the process, I have to configure my assistant node with the credentials given in the watson assistant website.
I have configured like this:
On invoking a slash command, I get the following error on the assistant node - 'Call to watson conversation service failed'
and the following error on the debug console which also corresponds to the assistant node -
{
"context": {
"requestId": "fa474ea494af46768f0ef069140c1d58",
"requestType": "incoming.Identity_Token",
"userAgent": "NotSet",
"clientIp": "158.176.87.68",
"url": "https://iam.bluemix.net",
"instanceId": "iamid-3.9-5632-fbeedc3-7cf859bc99-5d6k7",
"threadId": "219c6d",
"host": "iamid-3.9-5632-fbeedc3-7cf859bc99-5d6k7",
"startTime": "22.04.2019 10:55:41:484 UTC",
"endTime": "22.04.2019 10:55:41:568 UTC",
"elapsedTime": "84",
"locale": "en_US",
"clusterName": "iam-id-prfra02-1m5r"
},
"errorCode": "BXNIM0415E",
"errorMessage": "Provided API key could not be found"
}
Can someone please help me with this.
Thanks.