Jump to content

Non-fatal error upon restart


Bumbershoot

Recommended Posts

Posted

After the upgrade to PG3 3.0.61 I gave the Node server a restart and noticed this error in the log during discovery:

2022-04-29 05:11:51,720 Command    udi_interface.interface ERROR    interface:_handleInput: _parseInput: failed d073d56be801.runCmd(SETB) list assignment index out of range
Traceback (most recent call last):
  File "/var/polyglot/.local/lib/python3.8/site-packages/udi_interface/interface.py", line 793, in _handleInput
    self.nodes_internal[item['address']].runCmd(item)
  File "/var/polyglot/.local/lib/python3.8/site-packages/udi_interface/node.py", line 155, in runCmd
    fun(self, command)
  File "./lifx-poly.py", line 574, in setManual
    self.color[2] = _val
IndexError: list assignment index out of range
2022-04-29 05:11:51,801 Command    udi_interface.interface ERROR    interface:_handleInput: _parseInput: failed d073d568e354.runCmd(SETB) list assignment index out of range
Traceback (most recent call last):
  File "/var/polyglot/.local/lib/python3.8/site-packages/udi_interface/interface.py", line 793, in _handleInput
    self.nodes_internal[item['address']].runCmd(item)
  File "/var/polyglot/.local/lib/python3.8/site-packages/udi_interface/node.py", line 155, in runCmd
    fun(self, command)
  File "./lifx-poly.py", line 574, in setManual
    self.color[2] = _val
IndexError: list assignment index out of range

The Node server seemed to function just fine.  A second restart several minutes later did not result in this error.  I'm am not using a 'devlist.yml' file in this instance.

Guest
This topic is now closed to further replies.

×
×
  • Create New...