Page 1 of 1
IMDB Message "Do you want to abort script batch process
Posted: 2017-09-15 16:21:48
by Mamdouh
Hi there,
I'm using IMDB script v.3.86, but when I have tried to import movie data today from IMDB it shows me an error message "Do you want to abort script batch process?" and I have to choose No and it will import data except the movie description.
If I choose Yes, it will abort the importing process.
Can you help to resolve this issue.
Thanks.
Posted: 2017-09-15 16:27:34
by antp
Hi,
Current version is 3.89, first try to update to that version (run the "update scripts" script at the top of the list)
Posted: 2017-09-15 16:36:40
by Mamdouh
OK I'm using it but the same problem exists, since I'm using DescriptionSelection 1 in script option.
when I choose 0 , it works without the error message but I can't see the description list to choose from.
Appreciate your assist
Posted: 2017-09-15 20:56:26
by Mamdouh
I tried the new version 3.89, but the same problem exists!
I think it's relating to DescriptionSelection choices in script option.
Any one can support for this issue.
Thanks.
Posted: 2017-09-16 07:12:14
by antp
Indeed it seems to encounter a problem when getting summaries.
I'll check that later if nobody else does it before.
Posted: 2017-09-21 13:55:28
by Mamdouh
Will wait your feedback.
Thanks
Posted: 2017-09-29 15:27:20
by Mamdouh
Any update dears.....
Posted: 2017-09-29 16:22:25
by antp
Somewhat forgot to check that, sorry
Not sure when I'll have time for it
Posted: 2017-09-29 16:27:14
by Mamdouh
Please admin, try to free sometime for that issue
Posted: 2017-10-01 10:10:53
by antp
Version 3.900 uploaded to fix the problem
Tested with only one movie
so if problems occur with some movie, please provide the IMDb URL causing the problem
Posted: 2017-10-04 00:47:25
by burn913
I just updated to 3.900 and now I'm getting an error message for every movie: "Script error in "IMDB": unknown identifier: SUMMARY at line 883."
It then highlights line 883 in the script: "HTMLRemoveTags(Summary);
Thanks
Posted: 2017-10-04 06:55:40
by antp
Indeed I changed a variable name, forgot a location.
I guess it happens because you had "DescriptionSelection" set to 0 (to take the short summary from main page)?
You can simply replace the two occurences of "Summary" by "Result" or get version 3.901
Posted: 2017-10-04 06:56:14
by kalimagdora
I also experienced the same thing
Posted: 2017-10-04 09:04:25
by kalimagdora
3.901 - is working
THX
Posted: 2017-10-05 00:17:26
by burn913
Thank you!