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.
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från TheSizkarn
den 11 augusti 2023 vid 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.
Svar från robbie3999
den 11 augusti 2023 vid 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.
Svar från TheSizkarn
den 11 augusti 2023 vid 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.
Svar från TheSizkarn
den 11 augusti 2023 vid 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:
Svar från masangomaikuda
den 3 september 2023 vid 5:03 PM
Had the same problem but funny it just started working. I can't tell what was the problem.