-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Teams Backend stopped working #244
Comments
Managed to fix this via: Here: Replace this:
To this:
Checked on my environment - with 8000+ users - all is OK. |
Check Fixed Here: |
@golubenkoff Mind doing a PR with the fix? |
@golubenkoff |
Expected Behavior
Connected to Teams and Members Loaded
Current Behavior
Message":"Error authenticating to Teams"
Data":{"CommandName":"Invoke-RestMethod"
Message":"The remote server returned an error: (404) Not Found."
RequestUri":"https://webchat.botframework.com/v3/conversations/19:[email protected]/members/"
Possible Solution
I think it is connected with API deprecation - is it possible to somehow quickly fix this?
See url below with possible changes
Steps to Reproduce (for bugs)
Check this:
https://docs.microsoft.com/en-us/microsoftteams/platform/resources/team-chat-member-api-changes
https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/get-teams-context?tabs=json#tabpanel_CeZOj-G++Q_json
I think issue here:$uri = "$ ($this.ServiceUrl)v3/conversations/$ ($this.TeamId)/members/"
[void]LoadUsers()
Line 9615:
Context
Your Environment
The text was updated successfully, but these errors were encountered: