How long does it take to show a product activation as allocated?

How long does it take to show a product activation as allocated?

I am testing with the example.py file that comes with the TurboActivate-Linux.zip and it does fail on an invalid key and pass on a valid one. But, I don't see on the website dashboard (http://wyday.com/limelm/version/) that is is allocated yet.

user1@pc-i386:~/TurboActive$ python example.py Trial days remaining 0Product key saved successfully.Activated successfully.

On the dashboard at wyday.com, it still shows activations as 0/1 for the key I tested with still.

How long does it take to show a product activation as allocated?

You'll see it immediately. Just refresh the page.

I am testing with the example.py file that comes with the TurboActivate-Linux.zip and it does fail on an invalid key and pass on a valid one. But, I don't see on the website dashboard (http://wyday.com/limelm/version/) that is is allocated yet.

CheckAndSavePKey() may succeed, but that doesn't activate the key. That simply verifies the key is valid on the client.-side so that you can then call Activate()

Thanks Wyatt for the fast response and help. Refreshing the page still results in it showing 0/1 activated for that product key I am testing with.

Python is not the language I am very familiar with, so I think I am missing some very fundamental things in testing. I even disconnected the computer from the network as a test and ta.activated() still seems to return without error. Again, I think my inexperience is coming into play so I'll keep hacking away. It is good to know it will update immediately with a browser refresh so I'll know when I figure it out.

Ok. I have it working now. I had it set to disallow VM activations and I had forgotten the test system i was using was a VM. 😳

Thanks again for your help. I'm excited about moving forward with testing now as this is looking like the perfect solution for our product licensing.

Thanks again for your help. I'm excited about moving forward with testing now as this is looking like the perfect solution for our product licensing.

Great, if you have any other questions we'll be glad to help.