IBM / alexa-skill-watson-assistant

Alexa Skill using IBM Watson Assistant and IBM Cloud Functions
https://developer.ibm.com/patterns/create-an-alexa-skill-with-serverless-and-a-conversation/
Apache License 2.0
77 stars 105 forks source link

Error: Unable to create action 'alexa-watson' #57

Closed SBTMentor closed 5 years ago

SBTMentor commented 5 years ago

Screenshot from 2019-10-10 19-57-06

Hi there! I'm facing an error while running the last step in creating the OpenWhisk action as shown in the attachment. I've double checked my Assistant API Key, Assistant URL, Workspace ID and Weather URL as well. Please help!

Best,

markstur commented 5 years ago

I cannot reproduce with us-south (Dallas) and the latest ibmcloud CLI.

Try to verify that your are getting to cloud functions using the hello world example.

  1. Use the UI in IBM Cloud to see if you have and can run the hello world example.
  2. Use the command ibmcloud wsk list from the command line where you got the error. You should able to list the existing actions.
SBTMentor commented 5 years ago

Screenshot from 2019-10-11 10-53-45

Hi,

  1. I've run the hello world example in IBM Cloud. No issues with that. Please check the screenshot.
  2. 'ibmcloud wsk list' shows Hello World and Bluemix weather company data credentials but not alexa-watson, as shown in the screenshot.

I'm not using Redis. Please advise!

Best,

SBTMentor commented 5 years ago

Screenshot from 2019-10-12 13-58-51 Hello Mark,

After upgrading the plugin to a recent update, thanks to the notification I received in the terminal (see attachment), I'm able to create alexa-watson action and tested the weather channel successfully.

You may please close the issue. Thanks and Best Wishes,