Sunrise Sunset Times

FREEMIUM
Por Macca895 | Actualizada 2 महीने पहले | Weather
Popularidad

9.4 / 10

Latencia

565ms

Nivel de servicio

100%

Health Check

N/A

Volver a todas las conversaciones

Getting error when call api

Rapid account: Serviceproviderpk
serviceproviderpk
2 वर्ष पहले

Hi,

getting below error I can call any api exmaple.

var client = new RestClient(“https://sunrise-sunset-times.p.rapidapi.com/getSunriseAndSunset?date=2021-10-31&latitude=51.5072&longitude=-0.1276&timeZoneId=America%2FNew_York”);
var request = new RestRequest(Method.GET);
request.AddHeader(“X-RapidAPI-Key”, “e5f0cb296cmshcb10044f320a282p1d80e7jsn7eb6212ac8f9”);
request.AddHeader(“X-RapidAPI-Host”, “sunrise-sunset-times.p.rapidapi.com”);
IRestResponse response = client.Execute(request);

					Below is error when i call in my code

{“The underlying connection was closed: An unexpected error occurred on a send.”}

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios