IMDB link only works once
-
- Posts: 9
- Joined: 2012-02-26 11:15:00
IMDB link only works once
When i connect to IMDB to get info, the connection works once ( to get the list ) and at best twice ( to also get movie info ). But when trying a second time, i get a time-out? Is this a movie catalog issue or is this imdb not reacting?
-
- Posts: 9
- Joined: 2012-02-26 11:15:00
I updated the script and get the same results. At best i see the list of movies, but in many cases i don't even get that one. As soon as the script executes the 'GetPage' instruction ( i don't know anything of this language but found out that's were it blocks ), i get a Read TimeOut. When i use the address he is trying to access, directly in my browser, it works fine. So, it seems to be that GetPage is not working??
-
- Posts: 9
- Joined: 2012-02-26 11:15:00
-
- Posts: 9
- Joined: 2012-02-26 11:15:00
Pasting the URL would be into the box where you usually enter the title when running a script.
The /combined at the end of URL is used when one or both script options "AllActors" or "Producer" are NOT set to "0", as it loads more details from /combined page then. Does that happen only for specific movie(s) ? Maybe there are some that don't have a combined page then ? Else try setting both options above to "0" and see if that works.
And please verify you are using script version 3.71 - in scripting window mark IMDb script and look in the information frame below the list. Just to make sure AMC is not running an older version from Windows VirtualStore or something that you're not aware of.
The /combined at the end of URL is used when one or both script options "AllActors" or "Producer" are NOT set to "0", as it loads more details from /combined page then. Does that happen only for specific movie(s) ? Maybe there are some that don't have a combined page then ? Else try setting both options above to "0" and see if that works.
And please verify you are using script version 3.71 - in scripting window mark IMDb script and look in the information frame below the list. Just to make sure AMC is not running an older version from Windows VirtualStore or something that you're not aware of.
-
- Posts: 9
- Joined: 2012-02-26 11:15:00
I tried pasting in the url. Same problem again.
The instruction where it hangs is "PageText := ConvertToASCII(GetPage(Address));" in the procedure "AnalyzeResultsPage". When i take the content of the field Address and paste it in my browesr, it works fine.
When executing the instruction, i get a pop up saying "Importing data from the internet..." and "Connected". Than after a while i get the error message "Read Timeout" and when i click ok on that one, it says "HTTP/1.1 404 not found"
When i wait until i get that error message and click on ok and re-execute, i get the movie list window. When i do not wait and cancel and then re-execute, i do not get the movie list window.
The instruction where it hangs is "PageText := ConvertToASCII(GetPage(Address));" in the procedure "AnalyzeResultsPage". When i take the content of the field Address and paste it in my browesr, it works fine.
When executing the instruction, i get a pop up saying "Importing data from the internet..." and "Connected". Than after a while i get the error message "Read Timeout" and when i click ok on that one, it says "HTTP/1.1 404 not found"
When i wait until i get that error message and click on ok and re-execute, i get the movie list window. When i do not wait and cancel and then re-execute, i do not get the movie list window.
-
- Posts: 9
- Joined: 2012-02-26 11:15:00
I tried everything, but it simply will not work. Do you stil have an older version that i couldf install again and see if that would still work, because i never had this problem before. I uninstalled this one and re-installed in, but that did not help. Should i delete more than what the uninstall is removing to un install fully?
Older versions can be found here: http://update.antp.be/amc/old/
You should go for AMC version 3.5.1.2 then.
Did you change script options "AllActors" and "Producer" to "0", to see if it works without using the /combined URLs ?
You should go for AMC version 3.5.1.2 then.
Did you change script options "AllActors" and "Producer" to "0", to see if it works without using the /combined URLs ?
-
- Posts: 9
- Joined: 2012-02-26 11:15:00
In AMC 4.x open file menu, choose "Save as" and set file format to "Ant Movie Catalog 3.5" to save a AMC 3.5.x compatible version of your database. This file then can be opened with AMC 3.5 again, but you lose any data that was saved to custom fields (as 3.5 doesn't have these).
Saving to *.xml should work too, I think, but as you said you cannot open the file, you probably use *.amc file format.
Saving to *.xml should work too, I think, but as you said you cannot open the file, you probably use *.amc file format.
-
- Posts: 9
- Joined: 2012-02-26 11:15:00