I’m using the Web API to activate licenses, but it always fails with the error “Activation failed!” and the error code “ACTIVATION_LIMIT_REACHED”
It happens regardless of the license I try to activate (they all have room for activations). I’m developing against a free Cryptlex account which should have room for 10 concurrent activations, but at present there are 0 activations across all licenses. Is there a total lifetime activation limit per account?
I thought the API might be reporting the wrong error code. The activation request is here:
{
"key": "<license key>",
"metadata": [],
"os": "linux",
"fingerprint": "c793d502401dfd28a74d38af2507a9660d553038ccf6f3cadbcf1c69f5d5dcdc",
"hostname": "archlinux",
"appVersion": "DEVELOPMENT.GOGET",
"userHash": "058c91ead7d6882321e2cda5f7dee44263670ca2e144ebf8c4fcd8ac395f624a",
"productId": "a6ec15de-49a6-4f9a-9625-5121a35167c1"
}
It doesn’t seem like there’s any problem with the request and it worked previously - the error started without any changes being made to this request