You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: