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.
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 TheSizkarn
on August 11, 2023 at 8:44 AM
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.
Reply by robbie3999
on August 11, 2023 at 10:25 AM
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.
Reply by TheSizkarn
on August 11, 2023 at 10:37 AM
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.
Reply by TheSizkarn
on August 11, 2023 at 8:52 PM
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:
Reply by masangomaikuda
on September 3, 2023 at 5:03 PM
Had the same problem but funny it just started working. I can't tell what was the problem.