Some Shortcuts programs work ok, the simpler ones. I’m wondering if the ones that are failing are only those that call other routines, or possibly those that do comms. Some of my programs access a modem across the LAN, using local 192.168.x.y addresses, and some of those fail, but I can’t say for certain that they fail at the point where they initiate http operations.
I get an unhelpful, non-specific error message after a long delay - "there has been a problem", or something. I wonder if that error message means that a crash was detected in the Shortcuts engine? I get this in two of my most important programs - all to do with monitoring modems and the state of the DSL links. The failure seems, as best I can see, to be at a point where it calls a subroutine in order to consult a (fixed) ‘database’ and find out how many modems there are, what they’re called, where they are/how to address them. The ‘database’ is just hard-coded into a ‘network state info declaration’ subroutine, which is intended to be modified whenever things change.