tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
251 stars 84 forks source link

method photo_localurl() doesn't return thumbnail pictures if set to true #295

Closed jcvignoli closed 1 year ago

jcvignoli commented 1 year ago

Using imdbphp 8.0.1

I used to use photo_localurl() set to true ( photo_localurl( true ) ) to return thumbnail pictures.

I read the last readmes and could find any mention of changes to the method. If set to false, it properly returns the "non-thumbnail" picture.

Thanks!

tboothman commented 1 year ago

Going to need some more information. There's tests for thumbnails using savephoto and photo that pass and the tests and code around this hasn't changed for years.

What does photo_localurl( true ) do or not do? Which films does it have this behaviour on? Have you tried photo($thumb) to see what its behaviour is?

jcvignoli commented 1 year ago

I haven't been able to reproduce the issue today. Guess was either IMDb pictures that were down yesterday when I tried, or a faulty internet connection, I don't get it. Should I face the issue again, I will reopen the ticket.