Page 2 of 2

Posted: Thu Jul 07, 2016 8:43 pm
by imstimpy
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]