OfficeDev / microsoft-teams-apps-expertfinder

Expert Finder bot allows employees to search for other individuals in an organization based on their skills, interests and schools.
MIT License
33 stars 30 forks source link

Uploading Package to Teams - can't parse the file #57

Open erin-MSFT opened 2 years ago

erin-MSFT commented 2 years ago

Following the instructions when uploading to Teams the file is not able to be parsed. Using the Dev Portal to troubleshoot I could see this being reported:
bots[0].supportsCalling | Property "supportsCalling" has not been defined and the schema does not allow additional properties. bots[0].supportsVideo | Property "supportsVideo" has not been defined and the schema does not allow additional properties.

Per this article it looks like some values were added. So, I added these in and upgraded the schema to v1.11 and added in those values set to false.
https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema

Moved past that error and now it just says it can't parse the file. What I'm curious is as the default locale is en.json file and that is pointing to an older manifest schema. I don't see any visible errors other than the file can't be parsed. error

erin-MSFT commented 2 years ago

Also this link: https://docs.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/registering-calling-bot resulting in this screenshot.. image