IMDB.ifs script
IMDB.ifs script
Since this morning the IMDB script isn't working anymore, on all searches it replies with an html-error. HTTP/1.1 404 Not Found
Is it possible to fix this?
I already downloaded the latest script from march 15, but it didn't help.
Thank you in advance.
Is it possible to fix this?
I already downloaded the latest script from march 15, but it didn't help.
Thank you in advance.
I temporarily fixed it. It seems that both the search URL and the structure of the search results page changed.
It seems to work, but there may still be problems (especially for episodes search: I haven't tested that).
Someone with more time may check that better and improve the fix.
It is available through "update scripts" or from http://update.antp.be/amc/scripts/ as usual.
It seems to work, but there may still be problems (especially for episodes search: I haven't tested that).
Someone with more time may check that better and improve the fix.
It is available through "update scripts" or from http://update.antp.be/amc/scripts/ as usual.
antp wrote:I temporarily fixed it. It seems that both the search URL and the structure of the search results page changed.
It seems to work, but there may still be problems (especially for episodes search: I haven't tested that).
Someone with more time may check that better and improve the fix.
It is available through "update scripts" or from http://update.antp.be/amc/scripts/ as usual.
divair wrote:I've just run this update and it's working now... Thanks a lot!
Yeeehaaa, it works!
Thank you guys very much for the quick respons, it works like a charme.
IMDB batch mode problem?
*Update*
Fixed it myself. It's somewhat of a hack job since I just opened up the source and put in some new search terms since IMDB results are returned differently now.
Works with both popular searches ON and OFF.
Change FROM (LINE 92):
TO:
*/Update*
I'm using the 4.1.2 beta (downloaded today Dec 2) and the updated IMDB script (11-28).
It updates movies fine as long as it's not using batch mode.
When using either mode 1 or 2 (batch), it will connect to IMDB, pull some data, then quit. I know my titles should be ok because the first result of the list (when batch=0) is almost always correct.
Any ideas guys?
Thanks
Fixed it myself. It's somewhat of a hack job since I just opened up the source and put in some new search terms since IMDB results are returned differently now.
Works with both popular searches ON and OFF.
Change FROM (LINE 92):
Code: Select all
Value := TextBetween(PageText, '.</td><td valign="top">', '</a>');
Code: Select all
Value := TextBetween(PageText, '<td class="primary_photo">', '<img src');
I'm using the 4.1.2 beta (downloaded today Dec 2) and the updated IMDB script (11-28).
It updates movies fine as long as it's not using batch mode.
When using either mode 1 or 2 (batch), it will connect to IMDB, pull some data, then quit. I know my titles should be ok because the first result of the list (when batch=0) is almost always correct.
Any ideas guys?
Thanks
-
- Posts: 2
- Joined: 2013-03-12 13:48:11
hi, i am getting a new error. it says connecting to 207.171.166.22 and then after a while a pop up message appears with the error socket error # 10060 connection timed out. i am successfully getting the info however it sucks when doing batch updates as you have to close the dialog box each time it gets the info.
-
- Posts: 2
- Joined: 2013-03-12 13:48:11
it cant resolve the address in my browser, i disabled the get image already in the options but it still is trying to connect to that server, any way i can disable it in the script? trying to search for the section in the code but i cant find it.
----------------------
update:
i figured it out, for some reason, my connection does not accept http://imdb.com, it needs to be http://www.imdb.com, i just edited some part of the code to force this.
thanks for the reply though.
----------------------
update:
i figured it out, for some reason, my connection does not accept http://imdb.com, it needs to be http://www.imdb.com, i just edited some part of the code to force this.
thanks for the reply though.