Zachary Way
Zachary Way
I know how to fix it, by specifying the values of the StatusCode enum. I'll see if I can work on a patch in the next few days. We still...
Ok, I was wrong on where the issue with this was. Currently we are trapping the response codes and returning an exception on anything other than a 200 response. You...
Suggested logic change for you @reddevilfirst ```C# try { var response = ActionClient.Channels.Hangup(e.Channel.Id, "normal"); } catch (AriException ex) { var statusCode = ex.StatusCode; } ``` That will give you the...
I'm having the same issue, I had to rollback all the way to commit hash 925dd09c91e7338aef72e4ec99d67b8b57280215 to return my install to a functioning state. Found the offending commit, at least...
> @seiggy Is this ready for review? I noticed you were still making commits. Hey Adam, I hadn't heard from Ben in a couple years, so I've been continuing on...
> > > @seiggy Is this ready for review? I noticed you were still making commits. > > > > > > Hey Adam, I hadn't heard from Ben in...
> Had to downgrade the following dependencies according to your GitHub repo as well compared to the fluent-ui-tab-sample: > > ``` > "@microsoft/teams-js": "2.13.0", > "@microsoft/teamsfx": "2.2.0", > "@microsoft/teamsfx-react": "3.0.0",...
> care to share your solution for the issue? i'm struggling with this same thing. I've changed the deps following this thread and don't see the error anymore on the...