Page 7 of 9

Re: IMDB Script not working

Posted: 2018-04-17 07:51:19
by Dorohedoro
kalimagdora wrote: 2018-04-17 06:30:07 but this morning I get a new message: IOHandler value is not valid
Me too, imdb did something this morning...

Re: IMDB Script not working

Posted: 2018-04-17 08:34:45
by Altober
Dorohedoro wrote: 2018-04-17 07:51:19
kalimagdora wrote: 2018-04-17 06:30:07 but this morning I get a new message: IOHandler value is not valid
Me too, imdb did something this morning...
The problem is "http" now not working on IMDb...
I don't really understand about scripting, but by changing the "http" to "https" sentences inside the script, the script work better, but it has some "bugs" in my "version". (HTTP/1.1 404 not found) and the Fields "URL" and "Translated Title" are not downloaded.
Surely antp, or another user who understands scripts, can fix it well.

Edit:
Well, finally the problem was what I said in my post.
But my post was completely ignored.
Thank you very much for the solution.

Re: IMDB Script not working

Posted: 2018-04-17 12:18:06
by davezn
same problem here.
Not sure what happened, but tried a few different scripts and all now having the same problem.
IOHandler Value is not valid
?
Davezn

Re: IMDB Script not working

Posted: 2018-04-17 17:12:48
by antp
They now force to HTTPS (IOHandler error happens when a HTTP site redirects to HTTPS).
I did a quick fix of the script as version 4.009, it seems to work now. If you get problems please provide a movie title and a screenshot of the options set for the script.
It seems that the version 4.2.1 does not work on it despite that their server seems to still accept TLS 1.0, so except if a workaround is found the version 4.2.2 is mandatory.

IMDB Script not working

Posted: 2018-04-17 17:26:34
by kalimagdora
Tonight has been added a new IMDB script: 4,009 but its need AMC 4.2.2 version and we used 4.2.1.2 (2017.11.04).
Is there a newer version of the AMC?
I found it: Ant Movie Catalog 4.2.2 BETA 2018-04-10 19:43:26
viewtopic.php?f=6&t=6862

Re: IMDB Script not working

Posted: 2018-04-17 17:27:26
by antp
Maybe, just check my post above :hihi:
I'll add more info in the message in the script

Re: IMDB Script not working

Posted: 2018-04-17 18:40:03
by ericfilmusa
Altober wrote: 2018-04-17 08:34:45
Dorohedoro wrote: 2018-04-17 07:51:19
kalimagdora wrote: 2018-04-17 06:30:07 but this morning I get a new message: IOHandler value is not valid
Me too, imdb did something this morning...
The problem is "http" now not working on IMDb...
I don't really understand about scripting, but by changing the "http" to "https" sentences inside the script, the script work better, but it has some "bugs" in my "version". (HTTP/1.1 404 not found) and the Fields "URL" and "Translated Title" are not downloaded.
Surely antp, or another user who understands scripts, can fix it well
My script stopped working this morning as well. Getting "IO Handler value is not valid"
Any suggestions or fixes????

Re: IMDB Script not working

Posted: 2018-04-17 18:47:40
by kalimagdora
Everything works perfect!!! :grinking:
thanks

Re: IMDB Script not working

Posted: 2018-04-17 18:52:02
by pah
hi everybody!

the lastest is working well! many thanks!

was a really bad surprise: the old script faild, the new needs a new software and other scripts (ofdb) are not even up to date now :/

br,
pah

Re: IMDB Script not working

Posted: 2018-04-17 21:22:24
by Dorohedoro
antp wrote: 2018-04-17 17:12:48 They now force to HTTPS (IOHandler error happens when a HTTP site redirects to HTTPS).
I did a quick fix of the script as version 4.009, it seems to work now. If you get problems please provide a movie title and a screenshot of the options set for the script.
It seems that the version 4.2.1 does not work on it despite that their server seems to still accept TLS 1.0, so except if a workaround is found the version 4.2.2 is mandatory.
Thank you so much!

Re: IMDB Script not working

Posted: 2018-04-18 03:24:03
by Altober
antp wrote: 2018-04-17 17:12:48 They now force to HTTPS (IOHandler error happens when a HTTP site redirects to HTTPS).
I did a quick fix of the script as version 4.009, it seems to work now. If you get problems please provide a movie title and a screenshot of the options set for the script.
It seems that the version 4.2.1 does not work on it despite that their server seems to still accept TLS 1.0, so except if a workaround is found the version 4.2.2 is mandatory.
Hi Ant! Thanks for you work!
I have 4.2.2 version, and 4.009 IMDb script version.
I have the same problem that with my "modified" script, of course I have updated IMDb script.
ALMOST all fields are imported, but at the end of importation I have this message
Image
And TWO fields ARE NOT imported:
Field URL: Say: https://www.imdb.com/title/tt
And Translated Title; BLANK FIELD (Nothing is imported).
I have in script settings "Argentina", and previously this problem, translated title field it was downloaded perfectly.

Re: IMDB Script not working

Posted: 2018-04-18 15:47:30
by antp
It seems something changed again, I'll check that later.

Re: IMDB Script not working

Posted: 2018-04-18 15:58:36
by Altober
Thanks antp.
I don't understand language scripting, but I look many times the entire code of IMDb.ifs, but I can't found nothing for fix :??:

Re: IMDB Script not working

Posted: 2018-04-18 16:07:43
by antp
It is most likely the code around the movie ID in the page that changed, so the script does not find the movie ID, then it can't build the URL properly (which is also used for downloading some secondary page, hence the error in addition of the "empty" URL)

Re: IMDB Script not working

Posted: 2018-04-18 16:26:01
by Altober
antp wrote: 2018-04-18 16:07:43 It is most likely the code around the movie ID in the page that changed, so the script does not find the movie ID, then it can't build the URL properly (which is also used for downloading some secondary page, hence the error in addition of the "empty" URL)
I understand clearly. A minimal change in the structure of the IMDb web, affects the code of the script.
Thanks antp!

Re: IMDB Script not working

Posted: 2018-04-18 17:11:27
by antp
Fixed as version 4.010
Indeed just a small change, they switched the canonical URL in the headers to HTTPS too, which wasn't yet the case yesterday (I remember having checked that).

Re: IMDB Script not working

Posted: 2018-04-18 17:59:40
by Altober
antp wrote: 2018-04-18 17:11:27 Fixed as version 4.010
Indeed just a small change, they switched the canonical URL in the headers to HTTPS too, which wasn't yet the case yesterday (I remember having checked that).
Wow!!! MANY THANKS antp!
For your work, for your time and for keeping alive this great program that is Ant Movie Catalog

Re: IMDB Script not working

Posted: 2018-04-18 20:51:50
by davezn
Hi,
testing the new script with AMC 4.2.2.
Trying batch mode 400 movies.
Will let you know how it goes.
Thanks for the new script.
:clapping: :grinking:

Re: IMDB Script not working

Posted: 2018-04-20 20:59:30
by Aidas
Hi All:

I have a problem with the 4.2.2 and all IMDB scripts. All IMD Scripts, included 4.010 give me the same error

unit is not found in Line 5

The line 6 have de follow text: StringUtils1, StringUtils7552;

Can you help me?

Lot of thx. This is the better catalog of movies of the world.

Re: IMDB Script not working

Posted: 2018-04-21 07:14:26
by antp
Did you delete these two files?
Normally they are included with the program but you can find them on http://update.antp.be/amc/scripts/ if needed