It's unable to get the movie number in the procedure AnalyzeMoviePage, so it's trying to get a page that doesn't exists, "https://www.imdb.com/title/tt/reference"
Adding another if statement to catch the number let me run the script again, this worked for me:
if MovieNumber = '' then
MovieNumber := TextBetween(PageText,'"meta":{"canonicalId":"tt', '","publicationStatus');
Maybe more things need to be adjusted, there's nothing like "rel="canonical"" or "legacy/title" in the page source anymore.
Last edited by Mickxe on 2025-11-02 06:25:27, edited 1 time in total.
Thanks!
Often it is indeed just small changes like this, I didn't had time in the last days to check what was the issue.
The rest of the code is probably useless, from older versions of the site. Some day some cleaning should be done, but just in case old pages are sometimes returned in some cases, I tend not to delete these too quickly
I added a test so the next time it can not extract the movie number, it stops with a message rather than continue with an invalid address.
Mickxe wrote: 2025-11-01 12:52:49
It's unable to get the movie number in the procedure AnalyzeMoviePage, so it's trying to get a page that doesn't exists, "https://www.imdb.com/title/tt/reference"
Adding another if statement to catch the number let me run the script again, this worked for me:
if MovieNumber = '' then
MovieNumber := TextBetween(PageText,'"meta":{"canonicalId":"tt', '","publicationStatus');
Maybe more things need to be adjusted, there's nothing like "rel="canonical"" or "legacy/title" in the page source anymore.
Thanks! it's working again.
Almost everything fine on my end, besides not extracting the awards and ignoring some aspect ratios.
I fixed the IMDb script again (version 5.5.08), as the search was showing blank results.
I also fixed actors' roles.
I added a check to avoid importing actor images when ActorsImagesMode = 0, as these were always imported no matter what option was set there (so if you want these but they are not imported anymore, just check in the options on the right and set that one to 1).
Thanks, antp! I just updated a few movies, and it worked like a charm for my settings. Character names (and actor tags) are back, and no more "Importing picture from the internet..." pop-ups for me.