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;
}
?>
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 🇧🇷 pt-BR
on September 14, 2020 at 2:31 PM
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?
Reply by rohilb2020
on September 14, 2020 at 2:36 PM
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.
Reply by ticao2 🇧🇷 pt-BR
on September 14, 2020 at 4:14 PM
For registration only. You can inform:
Thank you very much
Reply by rohilb2020
on September 14, 2020 at 11:30 PM
India ISP : UCN
Reply by ticao2 🇧🇷 pt-BR
on September 15, 2020 at 9:58 AM
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