Skip to content
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

Thumbnails for ingredients can't be located in local path starting with /c2pa/ because signing fails with bad parameters error message #717

Open
ktuszek opened this issue Dec 6, 2024 · 2 comments

Comments

@ktuszek
Copy link

ktuszek commented Dec 6, 2024

When a thumbnail for an ingredient is located in a local path starting from /c2pa/... signing fails with:

Error: embedding manifest

Caused by:
    bad parameter: hash is missing

an example of ingredients specification that fails:

  "ingredients": [
    {
      "title": "Title",
      "relationship": "inputTo",
      "thumbnail": {
        "format": "image/png",
        "identifier": "/c2pa/thumbnail/subtitle_thumbnail.png"
      }
    }
  ]
@mauricefisher64
Copy link
Collaborator

External thumbnails are not supported

@mauricefisher64
Copy link
Collaborator

Reopening because I misread your intent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants