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
Trying to use the new fork (individual-license) and having issues with the authentication. It seems to be in the /libs/ls.py file. Getting authentication issues. Have verified username, password and URI work as expected with older version of script. Getting this error:
Traceback (most recent call last):
File "pcoip-agent-ls.py", line 272, in
client = LSClient(uri, args.ls_username, args.ls_password)
File "/home/msadmin/teradici/pcoip-license-server-individual-licenses/libs/ls.py", line 45, in init
self.authenticate()
File "/home/msadmin/teradici/pcoip-license-server-individual-licenses/libs/ls.py", line 64, in authenticate
raise Exception(msg)
Exception: Authentication Error: Response code: 500. Please verify ls url or cls id, username and password and try again.
Tried reviewing ls.py file but could not follow what changes were made. This is for a local license server and not the cloud registration ID.
The text was updated successfully, but these errors were encountered:
Trying to use the new fork (individual-license) and having issues with the authentication. It seems to be in the /libs/ls.py file. Getting authentication issues. Have verified username, password and URI work as expected with older version of script. Getting this error:
Traceback (most recent call last):
File "pcoip-agent-ls.py", line 272, in
client = LSClient(uri, args.ls_username, args.ls_password)
File "/home/msadmin/teradici/pcoip-license-server-individual-licenses/libs/ls.py", line 45, in init
self.authenticate()
File "/home/msadmin/teradici/pcoip-license-server-individual-licenses/libs/ls.py", line 64, in authenticate
raise Exception(msg)
Exception: Authentication Error: Response code: 500. Please verify ls url or cls id, username and password and try again.
Tried reviewing ls.py file but could not follow what changes were made. This is for a local license server and not the cloud registration ID.
The text was updated successfully, but these errors were encountered: