imdb (actors)

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

imdb (actors)

Post by spiderbat »

Bonjour le script IMDB ACTOR ne fonctionne plus,

a chaque fois il inscrit " PICTURE ERROT AT 370, c'est chez moi ou il y a un probleme réele du script?
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Bonjour,
Chez moi il semble bien fonctionner (version du script = 1.2.3.1 - 03/02/2017)
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

ok merci c'est donc chez moi qu'il y a un probleme :??:
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

AMC 4.2.0 ou 4.2.1 ?
Si le problème vient d'apparaître, il suffit peut-être d'un peu attendre (au cas où c'est dû côté du serveur qu'il y a un souci)
J
Posts: 224
Joined: 2008-02-17 17:09:26

Post by J »

I also get an error for all the pictures, perhaps they changed something.
I'll take a look at this and fix it if necessary.

cheers
J.
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Strange it worked for me.
For which movie did you get errors?
I tested only one, "Rogue One"
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

Ok thanks because at home it still does not work
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

Image
J
Posts: 224
Joined: 2008-02-17 17:09:26

Post by J »

hm, looks like imdb changed picture links to https and GetExtraPicture() does not work with such secure links.

changing the link to http does unfortunately not work.
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

"The cable guy" works fine in AMC 4.2.1 for me

On the main IMDb script the following is made to get pictures via HTTP rather than HTTPS :

Value := StringReplace(Value, 'https://images-na.ssl-images-', 'http://images.');

maybe something similar has to be done, i.e. not just change the protocol but also the subdomain
J
Posts: 224
Joined: 2008-02-17 17:09:26

Post by J »

yep, you are right, I see you already did this in the main imdb script. It's working fine with the additional line. I'll send you the fixed script.

thank
J.
spiderbat
Posts: 79
Joined: 2009-02-03 09:51:38

Post by spiderbat »

very thanks J
Post Reply