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

Issue in Phone Skill #163

Closed
SwetalinaGitHub opened this issue Apr 13, 2020 · 2 comments
Closed

Issue in Phone Skill #163

SwetalinaGitHub opened this issue Apr 13, 2020 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@SwetalinaGitHub
Copy link

What project is affected?

Phone Skill

What language is this in?

C#

What happens?

  • After deploying the Phone Skill, I am trying to test the skill in webchat with sample utterance "Call James". This returns an error message.
  • The insights log file returns an exception at line POI Skill Provider model botframework-solutions#60 in ContactFilter.cs file. Sample code line from the skill : var matcher = new EnContactMatcher(contacts, ExtractContactFields);

What are the steps to reproduce this issue?

  • Deploy the Phone Skill as individual bot to Azure.
  • Test the skill in Webchat channel with sample utterance "Call James".

What were you expecting to happen?

I am able to proceed with the skill testing using ngrok in Emulator, but it returns an error in Webchat.

Can you share any logs, error output, etc.?

An attempt was made to load a program with an incorrect format. (0x8007000B)

Any screenshots or additional context?

System.BadImageFormatException:
at Microsoft.PhoneticMatching.EnPronouncer.EnPronouncer_Create (Microsoft.PhoneticMatching, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)
at Microsoft.PhoneticMatching.EnPronouncer+<>c__DisplayClass5_0.b__0 (Microsoft.PhoneticMatching, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null)
.
.
.
at PhoneSkill.Common.ContactFilter+d__1.MoveNext (PhoneSkill, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nullPhoneSkill, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: ..\skills\csharp\experimental\phoneskill\Common\ContactFilter.csPhoneSkill, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null: 60)

@sidmore sidmore self-assigned this Apr 13, 2020
@xieofxie xieofxie transferred this issue from microsoft/botframework-solutions Apr 14, 2020
@xieofxie
Copy link
Contributor

skills are in this repo now, thanks

@sidmore sidmore added the duplicate This issue or pull request already exists label Apr 17, 2020
@sidmore
Copy link
Contributor

sidmore commented Apr 17, 2020

@SwetalinaGitHub closing as dupe of issue#164

@sidmore sidmore closed this as completed Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants