Hi Themoviedb.org,
For some reason i am not able to get on themoviedb.org from home. NginX tells me 104 connection reset to peer. From other locations/ip addresses and my local machine I have no problems accessing your website.
I think my IP has been blocked for some reason.
Can you please let me know why my IP is blocked and how we can unblock it?
Kind regards
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 29 mai 2024 à 11h28
Hi @jitenc116,
We don't block IP's on the API. What is the output of a DNS lookup like
dig
?Réponse de jitenc116
le 29 mai 2024 à 11h53
When I run this command
openssl s_client -connect api.themoviedb.org:443
I got this:
Réponse de Travis Bell
le 29 mai 2024 à 12h13
That's just you trying to connect, I need to see the DNS lookup like above.
Réponse de jitenc116
le 29 mai 2024 à 12h23
ok
Réponse de Travis Bell
le 29 mai 2024 à 12h53
Ok, so you are connecting to some valid IPs. That's good.
What happens if you don't use
https
, andhttp
instead?