My app failed to fetch a UUID on one of our customer machines. I ran below command on this machine I got the below error
wmic path win32_computersystemproduct get uuid
ERROR
Description = Not Found
Could someone explain to me the meaning of this error? Does it mean UUID is not found or an error description is unavailable?
What could be a possible reason for this error? I have no idea how to proceed with this error. The customer did mention the app had been working until recently.
google doesn't help me much on this.