OpenXenManager / openxenmanager

Opensource XenServer Management Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac OS License server error

alexmateescu opened this issue · comments

Hi. Whe i try to assign a license i get the below. Any ideas?

Traceback (most recent call last):
File "./src/OXM/window_menuitem.py", line 1160, in on_acceptlicensehost_clicked
self.xc_servers[self.selected_host].set_license_host(self.selected_ref, licensehost, licenseport, edition)
File "./src/OXM/oxcSERVER_menuitem.py", line 482, in set_license_host
if res not in "Value":
TypeError: 'in ' requires string as left operand, not dict