I have tried even changing the DNS and what not . I am doing this using php curl.All the requests have been failed.
On command line it looks like this:
curl -v "https://api.themoviedb.org/3/movie/550?api_key=####"
curl: (6) Could not resolve host: api.themoviedb.org_
<?php
$URL = "https://api.themoviedb.org/3/movie/550?api_key=####";
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => $URL,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_VERBOSE => false,
));
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
$data = json_decode($response);
print_r($data);
if($err){
echo "CURL ERROR: ".$err;
}
?>
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por ticao2 🇧🇷 pt-BR
el 14 de septiembre de 2020 a las 14:31
We have heard that in some countries access to TMDb Servers has been blocked for some time.
In wich country are you?
Using VPN?
Can you access directly using your browser?
Contestado por rohilb2020
el 14 de septiembre de 2020 a las 14:36
Yaa I figured out that My ISP has blocked it and I am unable to make any API requests but the whole website itself is totally fine.The problems arises when accessing using the CURL . It's worked when I switched to the mobile hotspot and problem became more clear after walking through the forums and reading articles related to that some countries have blocked the usage of the aforementioned. Anyways thanks for answering.
Contestado por ticao2 🇧🇷 pt-BR
el 14 de septiembre de 2020 a las 16:14
For registration only. You can inform:
Thank you very much
Contestado por rohilb2020
el 14 de septiembre de 2020 a las 23:30
India ISP : UCN
Contestado por ticao2 🇧🇷 pt-BR
el 15 de septiembre de 2020 a las 09:58
Perhaps reading these topics will help:
Server Access Problems
Índia + ISP (Internet Service Provider)
https://www.themoviedb.org/talk/5c3928d70e0a26444200460f
https://www.themoviedb.org/talk/5ea01a29be4b36002158ecea
https://www.themoviedb.org/talk/5ea2c80f66f2d200243cf1ac