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

'There is no Locale Fallback' issues when attempting to publish bot. #9634

Open
2 of 8 tasks
pablo-savp opened this issue Sep 4, 2023 · 0 comments
Open
2 of 8 tasks
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working

Comments

@pablo-savp
Copy link

pablo-savp commented Sep 4, 2023

Describe the bug


When creating a Power Virtual Agent bot with voice capabilities under either the Traditional or Simplified Chinese language, I attempt to create a new topic via Bot Framework Composer and once I'm done creating it, I attempt to publish the bot but receive the error message of "message": "there is no locale fallback for zh-tw" or "message": "there is no locale fallback for zh-cn". I even just create a very simple topic with a speech 'Send a Response' but the publishing still fails, this does not happen with for example a Portuguese or Russian bot, which I have created already.
{
"code": "FileIsIgnored",
"range": null,
"severity": "Warning",
"source": "Test-Chinese.botproj",
"message": "File 'Test-Chinese.botproj' is unknown for the system and was ignored during the import."
}

{
"code": "LGParsingError",
"range": {
"start": {
"line": 1,
"character": 0
},
"end": {
"line": 1,
"character": 21
}
},
"severity": "Error",
"source": "DIGreetings.zh-tw.lg",
"message": "there is no locale fallback for zh-tw"
}

Version

v2.1.2

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to PVA and create a new bot with voice enabled features, under either the Simplified or Traditional Chinese language.
  2. Once created, create a new topic for the bot via Bot Framework Composer, import the bot and create a simple topic with only a speech send response operation. The input hint is 'Ignoring'.
  3. Publish the bot
  4. See error

Expected behavior

The expected behavior is for it to allow me to publish a simple speech topic, and when connected to our Voice Channel and Workstream, the user can call to a given phone and the bot will be talking in Chinese.

Screenshots

image

image

Additional context

@pablo-savp pablo-savp added Needs-triage A new issue that require triage Type: Bug Something isn't working labels Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-triage A new issue that require triage Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant