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.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de TheSizkarn
pe data de 11 august 2023 la ora 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.
Răspuns de robbie3999
pe data de 11 august 2023 la ora 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.
Răspuns de TheSizkarn
pe data de 11 august 2023 la ora 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.
Răspuns de TheSizkarn
pe data de 11 august 2023 la ora 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:
Răspuns de masangomaikuda
pe data de 3 septembrie 2023 la ora 5:03 PM
Had the same problem but funny it just started working. I can't tell what was the problem.