Me too, imdb did something this morning...kalimagdora wrote: ↑2018-04-17 06:30:07 but this morning I get a new message: IOHandler value is not valid
IMDB Script not working
-
- Posts: 39
- Joined: 2016-12-13 00:45:45
Re: IMDB Script not working
Re: IMDB Script not working
The problem is "http" now not working on IMDb...Dorohedoro wrote: ↑2018-04-17 07:51:19Me too, imdb did something this morning...kalimagdora wrote: ↑2018-04-17 06:30:07 but this morning I get a new message: IOHandler value is not valid
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.
Last edited by Altober on 2018-04-17 22:54:52, edited 1 time in total.
Re: IMDB Script not working
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
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
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.
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.
-
- Posts: 63
- Joined: 2009-03-11 14:36:10
- Location: Hungary
IMDB Script not working
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
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
Last edited by kalimagdora on 2018-04-17 17:44:43, edited 1 time in total.
Re: IMDB Script not working
Maybe, just check my post above
I'll add more info in the message in the script
I'll add more info in the message in the script
-
- Posts: 1
- Joined: 2018-04-17 17:06:39
- Location: Los Angeles
- Contact:
Re: IMDB Script not working
My script stopped working this morning as well. Getting "IO Handler value is not valid"Altober wrote: ↑2018-04-17 08:34:45The problem is "http" now not working on IMDb...Dorohedoro wrote: ↑2018-04-17 07:51:19Me too, imdb did something this morning...kalimagdora wrote: ↑2018-04-17 06:30:07 but this morning I get a new message: IOHandler value is not valid
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
Any suggestions or fixes????
-
- Posts: 63
- Joined: 2009-03-11 14:36:10
- Location: Hungary
Re: IMDB Script not working
Everything works perfect!!!
thanks
thanks
Re: IMDB Script not working
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
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
-
- Posts: 39
- Joined: 2016-12-13 00:45:45
Re: IMDB Script not working
Thank you so much!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.
Re: IMDB Script not working
Hi Ant! Thanks for you work!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.
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
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
It seems something changed again, I'll check that later.
Re: IMDB Script not working
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
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
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
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
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).
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
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
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.
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.
Re: IMDB Script not working
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.
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
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
Normally they are included with the program but you can find them on http://update.antp.be/amc/scripts/ if needed