-
Notifications
You must be signed in to change notification settings - Fork 53
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
"There is no interaction model for en-US. Select a different locale." #254
Comments
@cancastilho Thanks for the detailed report Carlos! I'll take a look into what's going on. |
To clarify, after you worked around the issue and were able to select Portuguese (BR), were you able to test your skill? |
Yes, after the workaround I could use the simulator in vscode to test the skill.
|
re-opening. we pushed the changes but we are holding back the actual release until Monday. I'll comment again here and close once the release is out. |
released 2.14.2 to VScode marketplace. Let us know if the problem persists after updating. thank you for reporting the bug! |
Describe the bug
After creating a skill using the web browser, I've found the possibility of using vs code to edit the skill. Then, I've installed the vscode extension and did the necessary configuration so that I could start using it to develop a sample skill. But, the option Test Skill -> Open simulator was throwing me the error "There is no interaction model for en-US. Select a different locale.". That's ok, because when I've created the skill I selected Brazilian Portuguese as the default language. So, as sugested by the error message, I tried to change the locale in the locale combobox (show below), but I couldn't, because it was stuck with a "Loading...":
To Reproduce
High level steps to reproduce the behavior (of what I remember I've done so far, I have not tested it):
Expected behavior
The expected behaviour would be allowing me to select the Portuguese Language after the error is shown, even though the English model doesn't exist yet.
Desktop (please complete the following information):
Additional context
As a workaround to solve the problem, I've added a en-US locale to the skill using the web browser, saved and deployed. I had to close the vscode an open it again. Then, in vscode, I downloaded the en-US locale json configuration using the option "Interaction model"-> Download. After that, the error stopped showing and I could select any of the 4 languages shown in the second image above.
The text was updated successfully, but these errors were encountered: