Search found 1 match

by Mickxe
2025-11-01 12:52:49
Forum: Ant Movie Catalog > Scripts
Topic: [REL] IMDB
Replies: 63
Views: 8960

Re: [REL] IMDB

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 ...