-
Notifications
You must be signed in to change notification settings - Fork 17
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
Labs 2,3,4, 5submission #15
base: main
Are you sure you want to change the base?
Conversation
Lab 2 comments: To fix the errors you're describing, you'll need to upgrade speechstate to the current version. I encountered the same error when trying to run your submission in your environment. Do either 'yarn up speechstate' or 'yarn upgrade --latest speechstate' depending on which yarn version you're using. Some things that remain to fix: |
Comments labs 4 and 5: There are a number of things that I would like you to fix. Since lab 5 is basically a refinement of lab 4, you can work on fixing all of these issues in lab 5 instead of working on lab 4 separately.
"You want to create an appointment at undefined with on Monday, let's proceed."
(* Re-add the line
without any pause between the questions, and then it crashes with the error message: Uncaught Error: Unable to evaluate guard 'LimitReached' in transition for event 'SPEAK_COMPLETE' in state node '(machine).Noinput3':
|
Hi! I had a look at your most recent submission ("lab4 revised"), trying to run dm4.js, but it crashes as soon as I start it:
Does it run for you? |
No description provided.