so, I made a QR code scanner action that essentially scans an encrypted QR Code with AES-256 and then I passed the scanned variable to another custom action which decrypts it using the encryptor library and then opens a URL, but nothing happens. how can I fix it?