I just experienced a similar issue on 2.8.7. While iterating on my script I wrote the configuration and noticed my CAN traffic would die with no error output in the log. From there on I could no longer write the configuration without the following error: "writing script through the App - timeout waiting for setScriptCfg".
I am happy to report an upgrade to 2.9.2 properly reports a script error AND allows me to write the configuration once again.
I believe this might be the statement at fault:
Code: Select all
if frame[1] ~= seq then
continue
end
Obviously continue isn't a valid statement.[/code]