Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled reply jumps out of branch into other stories #132

Open
xavieramoros opened this issue Feb 2, 2017 · 2 comments
Open

Unhandled reply jumps out of branch into other stories #132

xavieramoros opened this issue Feb 2, 2017 · 2 comments

Comments

@xavieramoros
Copy link

When you have multiple stories, any unexpected user input makes the bot jump to random stories.

Let me explain it looking at the official SlotBased example (https://wit.ai/l5t/SlotBased_Example/stories/202b6764-4b70-4bc6-8406-437138f9b368):

In the missingTime branch, if the user replies with any message, findTheater is still executed as expected after the jump:
screen shot 2017-02-02 at 15 40 58

screen shot 2017-02-02 at 15 34 59

On the contrary, in my own bot, in a very similar scenario instead of going back to a bot action after a jump, the conversation jumps to a random story.

This is my bot story:
screen shot 2017-02-02 at 15 37 21

This is my testing the bot:
screen shot 2017-02-02 at 15 37 54

After Whatever it should call again my function getVenueTimed but it's not the case. Something weird is happening.

@kyle-ssg
Copy link

kyle-ssg commented Feb 2, 2017

+1, I saw things quickly fall apart as soon as I started implementing multiple stories

@nemphys
Copy link

nemphys commented May 11, 2017

Right, whenever I tried "jumping" to a bookmark like this, it never worked. Had to revert to using the same method call as a new step (instead of the "jump").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants