Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Virtual Assistant Error: The given key 'iv' was not present in the dictionary. #442

Closed
kendomen opened this issue Dec 13, 2018 · 3 comments · Fixed by #443
Closed

Virtual Assistant Error: The given key 'iv' was not present in the dictionary. #442

kendomen opened this issue Dec 13, 2018 · 3 comments · Fixed by #443
Labels
Type: Bug Something isn't working

Comments

@kendomen
Copy link

Project

VirtualAssistant

Description

After a clean deployment, CultureInfo returns "iv" and then blows.

To Reproduce

Rebuild and deploy latest.

Expected behavior

It shouldn't blow

Screenshots

Additional context

@lauren-mills
Copy link
Contributor

Hi @kendomen, which channel are you using? If this is in the emulator, which version are you using so I can try to repro?

@lauren-mills lauren-mills added the Type: Bug Something isn't working label Dec 13, 2018
@lauren-mills
Copy link
Contributor

Looks like this happens when the locale field is empty in the emulator. "iv" is for invariant culture so when we get this we should fall back to the defaultLocale in appsettings

@lauren-mills lauren-mills added the Status: Backlog This will go in the product backlog label Dec 13, 2018
@kendomen
Copy link
Author

kendomen commented Dec 13, 2018

I'm using the emulator 4.2.0.

Default local is specified in appsettings.json
"defaultLocale": "en-us",

and this still happens

@lauren-mills lauren-mills removed Status: Blocked Current progress is blocked Type: Suggestion Status: Backlog This will go in the product backlog labels Jul 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants