When I try to reboot I get this error.
it’s kill me that I can’t reboot the boards. Any help would be appreciated.
ChannelBrokenException Traceback (most recent call last)
in
----> 1 odrv0.reboot()
/opt/anaconda3/lib/python3.7/site-packages/fibre/remote_object.py in call(self, *args)
160 for i in range(len(args)):
161 self._inputs[i].set_value(args[i])
–> 162 self._parent.channel.remote_endpoint_operation(self._trigger_id, None, True, 0)
163 if len(self._outputs) > 0:
164 return self._outputs[0].get_value()
/opt/anaconda3/lib/python3.7/site-packages/fibre/protocol.py in remote_endpoint_operation(self, endpoint_id, input, expect_ack, output_length)
307 try:
308 if wait_any(self._resend_timeout, ack_event, self._channel_broken) != 0:
–> 309 raise ChannelBrokenException()
310 except TimeoutError:
311 attempt += 1
ChannelBrokenException: