You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
SigningError: C2pa(OtherError("ingredient version too new")): ingredient version too new at Object.sign (/var/task/node_modules/c2pa-node/dist/js-src/bindings.js:178:23) at async C2paService.signImage (/var/task/dist/c2pa-service.js:113:36) at async Runtime.c2paHandler [as handler] (/var/task/dist/handler.js:33:28) { [cause]: [C2pa(OtherError("ingredient version too new")): ingredient version too new]
I am getting this error when trying to sign an image that was generated from chatgpt. Im using the node library, c2pa-node_aarch64-unknown-linux-gnu-v0.5.25.zip, on an aws lambda. It works with other images, i was wondering how to resolve this issue.