Open
Description
At start on connect to my XenServer i see this error
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./src/OXM/oxcSERVER_addserver.py", line 50, in connect_server
protocol = ["http", "https"][self.ssl]
TypeError: list indices must be integers, not str
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./src/OXM/oxcSERVER_addserver.py", line 50, in connect_server
protocol = ["http", "https"][self.ssl]
TypeError: list indices must be integers, not str