Skip to content

Updated packages and fixed authentication error#123

Open
swissbyte wants to merge 21 commits into
xtreamsrl:mainfrom
swissbyte:feat/update-packages-fix-authentication
Open

Updated packages and fixed authentication error#123
swissbyte wants to merge 21 commits into
xtreamsrl:mainfrom
swissbyte:feat/update-packages-fix-authentication

Conversation

@swissbyte

Copy link
Copy Markdown

Hi

I had a lot of problems when publishing this bot to azure. I always got the error 500 - unauthorized.
Many hours later i figured out that it was a problem within the "AdapterWithErrorHandler.cs".
The examples from MS uses the CloudAdapter as basis, which needs an BotFrameworkAuthentication to be passed.

After changing this and upgrading most of the NuGet packages, the bot worked as expected.

The only package i was not able to upgrade was Microsoft.Recognizers.Text.DateTime
Cause if i update it, the test WorkedPeriod_FromSelectedHour_ReturnsWorkedPeriod fails due to the fact that "from 4 pm" will be treated as type "time" and not "datetime" for whatever reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants