I turned on the Onefinity controller and it starts up with two dialog boxes (one homing dialog atop a simulating dialog box). Pressing the “OK” on the Home Machine dialog causes the dialog to disappear with no homing action. The dialog underneath seems to be stuck on
The rest of the UI is inaccessible.
Rebooting the controller box sometimes works and sometimes does. At one point the UI gave a traceback:
debug Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/tornado/web.py", line 1511, in _execute
result = yield result
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1055, in run
value = future.result()
File "/usr/local/lib/python3.5/dist-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
File "<string>", line 4, in raise_exc_info
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1063, in run
yielded = self.gen.throw(*exc_info)
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/Web.py", line 297, in get
data = yield gen.with_timeout(delta, future)
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1055, in run
value = future.result()
File "/usr/local/lib/python3.5/dist-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
File "<string>", line 4, in raise_exc_info
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1069, in run
yielded = self.gen.send(value)
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/Preplanner.py", line 262, in get_plan
plan = Plan(self, self.ctrl, filename)
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/Preplanner.py", line 70, in __init__
self.state = ctrl.state.snapshot()
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/State.py", line 263, in snapshot
if name[0] in '0123':
IndexError: string index out of range
error string index out of range
debug Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/tornado/web.py", line 1511, in _execute
result = yield result
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1055, in run
value = future.result()
File "/usr/local/lib/python3.5/dist-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
File "<string>", line 4, in raise_exc_info
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1063, in run
yielded = self.gen.throw(*exc_info)
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/Web.py", line 297, in get
data = yield gen.with_timeout(delta, future)
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1055, in run
value = future.result()
File "/usr/local/lib/python3.5/dist-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
File "<string>", line 4, in raise_exc_info
File "/usr/local/lib/python3.5/dist-packages/tornado/gen.py", line 1069, in run
yielded = self.gen.send(value)
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/Preplanner.py", line 262, in get_plan
plan = Plan(self, self.ctrl, filename)
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/Preplanner.py", line 70, in __init__
self.state = ctrl.state.snapshot()
File "/usr/local/lib/python3.5/dist-packages/bbctrl-1.0.8-py3.5.egg/bbctrl/State.py", line 263, in snapshot
if name[0] in '0123':
IndexError: string index out of range
This happened the first time after starting up with both a WiFi and a wired connection. I’ve since disabled WiFi but still have this issue.
The file that’s loaded is still the Team Onefinity.ngc file that comes by default.
Thanks!