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 ?
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от superboy97
, 1 апреля 2024 в 00:20
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 .
Ответ от superboy97
, 2 апреля 2024 в 13:19
Did you retry ? This may be linked to this : https://www.themoviedb.org/talk/660c2dedc8a5ac017c79b8ca
Ответ от Travis Bell
, 2 апреля 2024 в 14:00
Bunny was not having issues yesterday, only for ~an hour this morning (MST).
Ответ от Travis Bell
, 2 апреля 2024 в 14:19
Is your PHP code running on the same machine you are testing with your browser?
Ответ от Travis Bell
, 2 апреля 2024 в 17:11
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
:Ответ от superboy97
, 3 апреля 2024 в 02:16
Please, do the test asked above by the asministrator of the site.
Ответ от Travis Bell
, 3 апреля 2024 в 11:04
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:
Ответ от Travis Bell
, 3 апреля 2024 в 11:38
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.