UniversalDevicesInc-PG3 / udi-poly-ELK

MIT License
2 stars 1 forks source link

Zone query causes controller to crash #59

Closed jimboca closed 3 years ago

jimboca commented 3 years ago
2021-06-15 13:05:58,302 Controller polyinterface      ERROR    polyinterface:write: Exception in thread Controller:
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/usr/local/lib/python3.7/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/var/polyglot/.local/lib/python3.7/site-packages/polyinterface/polyinterface.py", line 857, in _parseInput
    self.nodes[input[key]['address']].query()
  File "/var/polyglot/nodeservers/ELK/nodes/Zone.py", line 176, in query
    self.elk.sync()
djc0739 commented 3 years ago

I am getting an error while syncing UD Mobil Screenshot_20210617-192918_UD Mobile

djc0739 commented 3 years ago

Forgot to mention, I tried rebooting ISY and restarting nodeserver. Still having the same issue.

jimboca commented 3 years ago

Sorry, that was caused by fixes for Additional Trigger in #40, fixed in 0.5.14.

djc0739 commented 3 years ago

That corrected the issue. Thanks.