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 ?
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 superboy97
on April 1, 2024 at 12:20 AM
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 .
Reply by superboy97
on April 2, 2024 at 1:19 PM
Did you retry ? This may be linked to this : https://www.themoviedb.org/talk/660c2dedc8a5ac017c79b8ca
Reply by Travis Bell
on April 2, 2024 at 2:00 PM
Bunny was not having issues yesterday, only for ~an hour this morning (MST).
Reply by Travis Bell
on April 2, 2024 at 2:19 PM
Is your PHP code running on the same machine you are testing with your browser?
Reply by Travis Bell
on April 2, 2024 at 5:11 PM
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
:Reply by superboy97
on April 3, 2024 at 2:16 AM
Please, do the test asked above by the asministrator of the site.
Reply by Travis Bell
on April 3, 2024 at 11:04 AM
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:
Reply by Travis Bell
on April 3, 2024 at 11:38 AM
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.