watson-developer-cloud/assistant-with-discovery-openwhisk

Getting error during sh create-openwhisk-actions.sh

Closed this issue · 2 comments

sh create-openwhisk-actions.sh
Creating OpenWhisk Actions...
error: Unable to create package 'assistant-with-discovery-openwhisk': resource already exists (code 0610bf7ca8d3da49e1c7c2312d573dbb)
error: Unable to create action 'assistant-with-discovery-openwhisk/conversation': resource already exists (code 9cf847df74b87f2532be469ab74af978)
Run 'wsk --help' for usage.
error: Unable to create action 'assistant-with-discovery-openwhisk/discovery': resource already exists (code e4b07b61398c97c93d9e2c7a9cf2cb01)
Run 'wsk --help' for usage.
Setting default parameters...
ok: updated action assistant-with-discovery-openwhisk/conversation
ok: updated action assistant-with-discovery-openwhisk/discovery
Creating OpenWhisk Sequence...
error: Unable to create action 'assistant-with-discovery-openwhisk/assistant-with-discovery-sequence': resource already exists (code 9ddd76fdd1d73ef1b40ac853495ef1b9)
Run 'wsk --help' for usage.
Retrieving OpenWhisk WebAction URL...

Hi Rajkumar,
that means that you already ran the script before. Package, actions and sequence was already created during that run. So now we can see from the log that existing actions was successfully updated. Actually in this case you can consider the error: messages just like a warnings.

This is being closed as this repo has been deprecated. If you had a question that arose through this issue that has not been answered, we recommend that you ask on Stack Overflow with the IBM Watson tag, or on IBM DeveloperWorks Answers with the tag WATSON