November 24, 201015 yr I want to use the Get URL as Container ( url ) command to save an image into a container field but I find that after several loops the command might get stuck and never time out, this will cause filemaker to lockup and I have to force quit the program, this corrupted my database file also. I have a feeling that if a timeout feature were implemented that would fix the problem can code be added to this function to allow for that?
November 24, 201015 yr Unless you set 'Allow User Abort' to 'Off users can abort a script using the 'Command+.' key combination. I think the 'ESC' key is the equivalent on a PC. Does this not stop the script for you?
November 24, 201015 yr Author nope, it causes filemaker to lock up indefinitely and I have to force close
November 24, 201015 yr If you know the script step which causes the problem then you might be able to add an error check on the step before. Perhaps the script should halt, for example, if the URL or network is not available.
November 24, 201015 yr Author what im doing with it is im pulling the html of a page, extracting the url of an image file and then using scriptmaster to download the image file. So I know that the file is available because the html that contained its path was downloaded moments before. What I think is happening is its starting the download and the download fails part way through and causes the plugin to hang.
Create an account or sign in to comment