-
Notifications
You must be signed in to change notification settings - Fork 162
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
WebApplication - Bad Request for Runtime Key activation #282
Comments
Hi, You have to share full logs from the runtimeKey app |
Hi, The runtimekey generates well, without any exception. I just copy that along with he master key and hit Send. I got bad request with above details. Maybe for the REST API is there a different endpoint for Activate? Or it's the same as ok web app. Could not find that in docs. |
Or if possible to decode the encrypted runtime key to see what fields are empty. It looks like it's not enough to change from base64 to string. |
As already said, you must share the full logs if you want help. |
I just have these execution logs. If you need runtimekey let me know. info: Host.General[337] |
The runtime key doesn't "generate well" like what you said in your previous messages. Quote from your logs: [COMPV INFO]: [UltBaseEngine][Activation][S] If you try to activate a license, you'll be in big trouble. On Linux install udev ('apt-get install udev') and try again. |
if you install udev as recommended it'll work if you're using a bare metal server. In your logs I see Microsoft.Azure, if you're really using Azure we don't recommend attaching the license to the hardware. read https://github.com/DoubangoTelecom/ultimateALPR-SDK/blob/master/AWS.md#azure |
Thank you for the feedback. I'm running the SDK within an Azure Function by using Docker images. Now looking how to attach the licence to the VM, following the recommended approach: ./runtimeKey --type azure-instance --assets ../../../assets Please confirm: according to doc, master key can only activate a runtimekey. So this means we can deploy licence only for Azure function in production (not dev or test - these will work with trial). |
As explained in the documentation, the license will be tied to the instance and remain valid as long as you do not terminate the instance. |
Hello,
I'm using License manager Portal v1.0 and getting the following:
error: Bad Request
{"message":"[organisations.model.js] [activate].processMasterData() : Field [9] is null or empty"}
I expect some data is invalid within the runtimekey (master key is not null), can you help indicate which field is required?
Thank you,
Kind regards
The text was updated successfully, but these errors were encountered: