Is there any maintenance going on ? It was working perfectly, till yesterday! But the request is taking too long time and no response from the requested api call, I tried example api in my profile! It's too taking long time no response!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ فبراير 15, 2017 في 5:21 مساءا
Hi there,
Nope, no issues that I'm aware of.
Seems to be working fine for me. It could be a network problem between you and AWS.
رد بواسطة karthik_ricssion
بتاريخ فبراير 15, 2017 في 7:43 مساءا
Hi Travis, i still couldn't able to get response from the API :( .
رد بواسطة Travis Bell
بتاريخ فبراير 15, 2017 في 8:43 مساءا
What's the error your getting?
رد بواسطة karthik_ricssion
بتاريخ فبراير 15, 2017 في 9:41 مساءا
These are the error which i am getting as response in my terminal
Error: getaddrinfo EAI_AGAIN api.themoviedb.org:443
Error: connect ETIMEDOUT 54.243.147.233:443
رد بواسطة Travis Bell
بتاريخ فبراير 16, 2017 في 10:16 صباحا
Based on my Googling, the
getaddrinfo EAI_AGAIN
error is a DNS error. Try using another DNS server (or specifying one to begin with). Again, based on my Googling, it mentioned this being a Node error, and for example, I know in some of my own project stuff I have to provide a DNS server to have fully working HTTP and DNS. Google's8.8.8.8
is always a good one to test and use.