You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then it works as expected. Seems like a race condition is preventing the authentication. This happens on go1.13.4 windows/amd64. I am sure that AppID and AppPassword are correct.
The text was updated successfully, but these errors were encountered:
To expand on this further, after digging into it more, it looks like the nbf property in the claims coming from the chat request is about 5-6 seconds ahead of time.Now
When running the echo sample, I am getting an error:
Failed to parse request. Authentication failed.: Token is not valid yet
This happens when I use
go run
. When I am attaching a debugger and add a break point onmsbotbuilder-go/samples/echobot/main.go
Line 29 in 9d11322
then it works as expected. Seems like a race condition is preventing the authentication. This happens on
go1.13.4 windows/amd64
. I am sure that AppID and AppPassword are correct.The text was updated successfully, but these errors were encountered: