Warning: exif_imagetype(https://image.tmdb.org/t/p/w1920_and_h800_multi_faces//41e5H3UhT7D8VYBh4rdGy5fB0lv.jpg?: failed to open stream: Connection timed out why is that ?
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per superboy97
el 1 , de 2024 a les 12:20 A.M.
I have no problem to load this image.
Note : Image links shouldn't the API key. The correct link is just https://image.tmdb.org/t/p/w1920_and_h800_multi_faces//41e5H3UhT7D8VYBh4rdGy5fB0lv.jpg .
Resposta per superboy97
el 2 , de 2024 a les 1:19 P.M.
Did you retry ? This may be linked to this : https://www.themoviedb.org/talk/660c2dedc8a5ac017c79b8ca
Resposta per Travis Bell
el 2 , de 2024 a les 2:00 P.M.
Bunny was not having issues yesterday, only for ~an hour this morning (MST).
Resposta per Travis Bell
el 2 , de 2024 a les 2:19 P.M.
Is your PHP code running on the same machine you are testing with your browser?
Resposta per Travis Bell
el 2 , de 2024 a les 5:11 P.M.
Ok, so these are two completely different environments.
You'll want to start by comparing the output on both environments of a DNS lookup like
dig
:Resposta per superboy97
el 3 , de 2024 a les 2:16 A.M.
Please, do the test asked above by the asministrator of the site.
Resposta per Travis Bell
el 3 , de 2024 a les 11:04 A.M.
Ok, so you're getting
138.199.37.229
back, that seems correct.Next up would be to try a cURL command on your server, to see if it's just something PHP related. What is the output of this command:
Mine is:
Resposta per Travis Bell
el 3 , de 2024 a les 11:38 A.M.
Ok, so you have no problem grabbing an image on your server, your issue is something PHP related.
At this point, since I have no knowledge of PHP, I can't help anymore. I usually recommend posting your issue over on a site like Stack Overflow where you can target PHP developers for help.