botmasterai / botmaster-watson-conversation-ware

Botmaster middleware for Watson Conversation
MIT License
13 stars 5 forks source link

WCS Intents are not being included in update.watsonUpdate.intents #4

Open millisande opened 7 years ago

millisande commented 7 years ago

When I print update.watsonUpdate.intents it prints an empty array. Trying to print elements which should be inside the intents array comes back with undefined errors.

On my WCS front end I also can't progress in the conversation, it is always returning the anything_else response.

I anticipate this is because the intents are not being sent through to WCS correctly.

You can see this by running my code here Watson_Example_Bug.zip

millisande commented 7 years ago

So I have discovered that if you are running a local rather than an installed version of the WatsonConversationWare code then it all works properly.

jdwuarin commented 7 years ago

Hey @millisande, don't know if this is still an issue you are having. But could you print out the code that is causing the issue here (the 19MB zip file is a bit large for me to have a look at). Running the package as a local copy or an installed version should not have any effect on making it work properly.