For a while now, I’ve been getting errors like this:
I’ve never had those mistakes before. It came up a few weeks ago and now I have all the time. I have nothing to do with my import functions...
I use PHP and GuzzleHttp.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة TheSizkarn
بتاريخ أغسطس 11, 2023 في 8:44 صباحا
Does anyone else have this type of problem other than me?
According to my research, the problem would come mainly from the TMDB servers, someone from the staff could perhaps investigate on their side?
Thank you.
رد بواسطة robbie3999
بتاريخ أغسطس 11, 2023 في 10:25 صباحا
Hi @TheSizkarn, I'm pretty sure this isn't a TMDB issue. These are general purpose error messages that could mean any number of things. The problem is likely on your system or possibly the network between your system and TMDB. You need to do some basic troubleshooting to narrow down and locate what is going wrong. I can't give you a course in system/network troubleshooting, but here are a few things to get you started.
Make sure DNS is working properly. Try nslookup on api.themoviedb.org and make sure you are getting consistent DNS service.
Use basic tools like ping to try to connect to api.themoviedb.org. Make sure you can get a basic connection.
Try "curl -v {url}" to get the verbose output from curl and see if that shows anything unusual during the connection to the service.
رد بواسطة TheSizkarn
بتاريخ أغسطس 11, 2023 في 10:37 صباحا
Thank you for your reply. For the DNS, I thought about it after my previous post, I had that of Google configured, I just put that of Cloudfare and I have no more problem for the moment.
رد بواسطة TheSizkarn
بتاريخ أغسطس 11, 2023 في 8:52 مساءا
I thought I had solved the problem but the curl errors reappear... They appear very randomly, sometimes everything goes well for hours and sometimes not.
I usually have this:
رد بواسطة masangomaikuda
بتاريخ سبتمبر 3, 2023 في 5:03 مساءا
Had the same problem but funny it just started working. I can't tell what was the problem.