openxenmanager icon indicating copy to clipboard operation
openxenmanager copied to clipboard

Performance graph traceback if xenserver tools not installed

Open TwoWheelDev opened this issue 10 years ago • 0 comments

Exception in thread Thread-11:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "./src/OXM/oxcSERVER.py", line 717, in update_performance
    chart["vbd"].set_size_request(len(data)*20, 250)
TypeError: object of type 'NoneType' has no len()

TwoWheelDev avatar Apr 06 '15 20:04 TwoWheelDev