Description
The makeUI function asks for the settings to be described and asks for 'mode' but this doesn't seem to be a key in what I assume is a dictionary of settings.
Traceback (most recent call last):
File "c:\cockpit\cockpit_init_.py", line 142, in OnInit
frame = mainWindow.makeWindow()
File "c:\cockpit\cockpit\gui\mainWindow.py", line 386, in makeWindow
window = MainWindow()
File "c:\cockpit\cockpit\gui\mainWindow.py", line 203, in init
item = thing.makeUI(topPanel)
File "c:\cockpit\cockpit\devices\aurox.py", line 142, in makeUI
mode_selector.Set(self.describe_setting('mode')['values'])
File "C:\Program Files\Python37\lib\site-packages\pyro4-4.76-py3.7.egg\Pyro4\core.py", line 185, in call
return self.__send(self.__name, args, kwargs)
File "C:\Program Files\Python37\lib\site-packages\pyro4-4.76-py3.7.egg\Pyro4\core.py", line 476, in _pyroInvoke
raise data # if you see this in your traceback, you should probably inspect the remote traceback as well
KeyError: 'mode'