How to tell where Lua error is

I have a message in the blue bar at the top of my vera screen that says ERROR : Error in lua for scenes and events. I have not changed anything. Is there any way to tell which scene has an error?

I think the only way is to look into the logs.

The command (in a telnet session)

tail -f /var/log/cmh/LuaUPnP.log | grep "^01"

You can also use ALTUI (OS commands), if you doesn’t know how to connect via telnet.

If your on the same local network than the Vera : http://VERA_LOCAL_IP/cgi-bin/cmh/log.sh?Device=LuaUPnP

If you didn’t change anything, just try to restart the lua engine. There is an unsolved very old annoying bug, a restart should solve it, for a time.