I have a scene with a delayed action that doesn’t run most of the time because LUA restarts before it kicks off. This is where LUA crashes:
[code]08 07/18/15 20:33:44.101 JobHandler_LuaUPnP::HandleActionRequest device: 23 service: urn:micasaverde-com:serviceId:Camera1 action: ArchiveVideo <0x2bb3f680>
08 07/18/15 20:33:44.113 JobHandler_LuaUPnP::HandleActionRequest device: 62 service: urn:micasaverde-com:serviceId:Camera1 action: ArchiveVideo <0x2bb3f680>
2015-07-18 20:33:44 - LuaUPnP Terminated with Exit Code: 245
2015-07-18 20:33:44 - LuaUPnP crash
[/code]
The two ArchiveVideo actions were tied to a scene that no longer exists so I’m not sure why they’re running. I’ve rebooted Vera several times but that hasn’t helped.
I’ve also noticed that during the LUA restart, “JobHandler_LuaUPnP::Run scene” entries are logged for what looks like every scene I’ve ever created, including disabled and deleted scenes. I assume that’s not normal.
Can anyone tell me what is going on? Is it possible to manually remove those deleted scenes? They don’t show up in the GUI. Also, I’m on firmware 1.7.619 if that helps.