Jericho

Results 173 comments of Jericho

I tried switching to dotnet coverage but was unsuccessful. Moving this feature to a branch, and removing it from 0.89.0 Will revisit when coverlet is updated.

Are you able to capture the response from Zoom (using a tool such as Fiddler for example)? This would allow us to validate your theory rather than just guessing.

I wrote a unit test to simulate the scenario in your theory and I am not able to reproduce the problem, the unit test completes successfully. This seems to indicate...

@pvgritsenko-ansible are you still interested in researching this problem? In case I wasn't clear, let me reiterate that I was not able to reproduce and therefore I need more information...

Is this problem consistent with a given file? What I mean is: do you get this error consistently when you attempt to download a certain file or does this problem...

The `download_access_token` is something I mentioned to you a few weeks ago: > I know that Zoom documentation mentions something about an access token specific to downloading file and different...

I've prepared a beta NuGet package for you with two improvements: - `CloudRecordings.GetRecordingInformationAsync` has been enhanced to return the download_access_token. Also, when you invoke this method you can specify the...

Can you please provide code snippet to help me reproduce

> I created a ZoomClient with an expired token using the constructor. I'm guessing you're using an expired token because you want to see if ZoomNet will refresh this expired...