Sign up for our live Camera Kit office hour on July 17 @ 9:30am (PT) / 4:30pm (GMT)
Permission Error Loading Lense
I am getting the following error when applying a lens to my camera kit session..
Uncaught (in promise) Error: Cannot load lens lens e7903ad2-d81e-4248-9321-13e66e974545 from group a3ee83a5-f365-4751-83d3-5be91078eb07. An error occured in the gRPC client:
[7] permission denied
loadLens cameraKitLensSource.ts:30
fulfilled tslib.es6.mjs:118
Code:
const lens = await cameraKit.lensRepository.loadLens(
'e7903ad2-d81e-4248-9321-13e66e974545',
'a3ee83a5-f365-4751-83d3-5be91078eb07'
);
Any help would be appreciated.
Tagged:
0
Answers
-
Hi @vince I am also facing the same issue.. can you please tell me if you had to do anything to fix it?
0