-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ULTM hardware type not supported. #195
Comments
Can confirm. I am also seeing this issue - above codefix appears to work. |
Hello
|
This issue is stale because it has been open for 60 days with no activity. |
This issue still persists. I’m glad to see some activity in the repo! I can update PR #196 with the change from @makripodis if this is desired (and/or rebase as PR has a conflict). Or we can close with “won’t fix” (I can imagine keeping up to date with different UCS PIDs may not be the desired way to fix this) or something else the dev team suggests, but IMO it’s not stale. |
@mseashor - Please go ahead and update the PR with the changes. We can merge. |
This issue is stale because it has been open for 60 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Hello Team,
I've found that the UCS model ULTM-Cxxx is not supported, I've checked the code and as stated in the post #130
In function "_validate_model" of imcsession.py:
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX"]
should be
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX", "ULTM"]
- Console logs and stack trace, if any.
PYTHON testing:
IMCSDK version in use
macOS Catalina
Using Anaconda environment with python 2.7
Try to run login() method to a UCS model ULTM-C220-M5SX-CM
I've changed the Prefix list in valid_model_prefixes and was able to successfully run the login() method.
LOGS
UTLM_IMSDK_LOGS.log
The text was updated successfully, but these errors were encountered: