While adding and editing some pools and groups, I’ve gotten several different errors printed to the terminal, with no visual feedback in the GUI. I’ve included them below, along with the steps to reproduce. This is all in Beta 2.
Tools -> Manage Pools:
Traceback (most recent call last):
File "DeadlineUI\UI\Forms\ManagePoolsForm.py", line 221, in setupCharts
AttributeError: 'QChart' object has no attribute 'setMarginsMinimum'
Selecting a Pool in the list of existing pools, removing a pool assignment from a slave, etc.:
Traceback (most recent call last):
File "DeadlineUI\UI\Forms\ManagePoolsForm.py", line 252, in updateCharts
RuntimeError: wrapped C/C++ object of %S has been deleted
I also got a few of these:
AttributeError: 'unicode' object has no attribute 'toString'
Traceback (most recent call last):
File "..\..\Libraries\ThinkboxUI\UI\Commands\TreeViewCommands.py", line 88, in InnerExecute
File "..\..\Libraries\ThinkboxUI\UI\Controls\ExtendedTreeView.py", line 454, in copy
AttributeError: 'unicode' object has no attribute 'toString'
I’m not entirely sure when, and I haven’t been able to reproduce them yet, but based on their position in the terminal log, I believe they were emitted while I was creating my first group.
-Nathan