Nora,
Had the same problem, but can confirm the version in the link you provided does retrieve data again from IMDb, thanks for this.
Search found 3 matches
- Thu Jan 12, 2012 1:31 pm
- Forum: Bug Reports
- Topic: IMDB search not working
- Replies: 38
- Views: 61548
- Thu Jul 27, 2006 9:36 am
- Forum: Feature Requests
- Topic: Bookpedia - ISBN search with dashes
- Replies: 5
- Views: 8620
- Tue Jun 13, 2006 10:16 am
- Forum: Support
- Topic: Writing plugins
- Replies: 22
- Views: 36509
Normally the timeout period in an AppleScript is five minutes.
If you want a shorter timeout then a timeout block like the one
below should do the trick;
Ciao
Stef,
If you want a shorter timeout then a timeout block like the one
below should do the trick;
Code: Select all
with timeout of xxx seconds
end timeout
Ciao
Stef,