Skip to content

Conversation

@swissbyte
Copy link

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