Question/Issue
When I call a session API request to embed a watermark, "Site Key Decrypt Fail. (Error code A1006)" error occurs. How can I solve it?
Brief Description
This error occurs when an invalid value is entered in the session API request data.
For troubleshooting, check that the site key and access key values used for data encryption and hash generation are correct. And make sure there are no typos or incorrect punctuation in the API data JSON.
Resolution
Check site key and access key
Check that the site key used for AES256 encryption of API data and the access key value entered when generating the SHA256 hash match the values displayed on the PallyCon Console site.
Check input data specification
Refer to the Session Manager API guide linked below and compare the API data specification with the actual input data. Double quotation marks used in string input must use the " " symbol, not the “ ”.
Related Information