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
I believe the change in return value of machineid.id() is due to this import issue, whereby the code path that would previously be acquiring the ID from the registry will now fall back to the powershell approach. This can result in machines reporting a different ID for the fingerprint when activating a license through keygen.
The text was updated successfully, but these errors were encountered:
It looks like when winregsitry has been updated from 1.1.1 to 2.0.0+ The import used in py-machineid here has become broken.
Trying the import in console with winregistry 1.1.1:
Trying the import in console with winregistry 2.0.1:
I believe the change in return value of
machineid.id()
is due to this import issue, whereby the code path that would previously be acquiring the ID from the registry will now fall back to the powershell approach. This can result in machines reporting a different ID for the fingerprint when activating a license through keygen.The text was updated successfully, but these errors were encountered: