Error using Zoom API: The underlying connection was closed: An unexpected error occurred on a send

Using this template helps us debug your issues more effectively :slight_smile:

Description
I am trying to use Zoom API to CreateMeeting and GetUsers. The test run on Zoom Site works but when I copy the code and run it from my localhost I see below error.
Tried using both OAuth and JWT, and see the error in both cases.

Error
The underlying connection was closed: An unexpected error occurred on a send.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
CreateMeeting used OAuth
GetUsers used JWT

Which Endpoint/s?
CreateMeeting

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @santa.kotta,

This error seems specific to your localhost server setup.

I would try checking Stackoverflow or Google to see if there are any solutions out there. A quick search my end brings up a few other people who are receiving a similar message.

Thanks,
Alex

Thanks for jumping in @alexmayo!

I agree that this seems like an issue with your local environment. Have you tried using a service like ngrok to bring your localhost online?

Best,
Will

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.