I'm having the following problem with scenes:
1. Error message pops up in browser when I save a scene (may be due to using a previously deleted scene name)
2. Successful scene saves don't work or don't appear when Engen restarts
Here's the error code:
2016-11-02 10:08:25: tornado.access:500 POST /api/v1/scenes (::1) 12.00ms
2016-11-02 10:08:34: zupdate:config /0:5/association/1/nodes {'maxnode': 5, 'nodes': [1]}
2016-11-02 10:08:34: zupdate:config /0:5/association/1/name {'name': u'Lifeline'}
2016-11-02 10:08:34: zupdate:config /0:5/association/1/command_list {'cmds': ['basic_report', 'hail:01']}
2016-11-02 10:08:35: zupdate:config /0:5/association/2/nodes {'maxnode': 5, 'nodes': []}
2016-11-02 10:08:35: zupdate:config /0:5/association/2/name {'name': u'Retransmit'}
2016-11-02 10:08:35: zman.0:Wrote database
2016-11-02 10:08:35: zupdate:config /0:5/association/2/command_list {'cmds': ['switch_binary:01', 'basic_set']}
2016-11-02 10:08:58: rest:Exception on /api/v1/scenes [POST]
Traceback (most recent call last):
File "site-packages\flask\app.py", line 1988, in wsgi_app
File "site-packages\flask\app.py", line 1641, in full_dispatch_request
File "site-packages\flask\app.py", line 1544, in handle_user_exception
File "site-packages\flask\app.py", line 1639, in full_dispatch_request
File "site-packages\flask\app.py", line 1625, in dispatch_request
File "views\api.py", line 350, in scene_create
File "views\api.py", line 126, in build_result
ValueError: result must be present
2016-11-02 10:08:58: tornado.access:500 POST /api
I've tried the following troubleshooting items:
1. Restart computer
2. Restart Engen
3. Remove and reconnect Z-stick
4. Reset Z-Stick and all devices and rebuild
Any ideas what may be happening?