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

c2patool --sidecar fails with AVIFs on c2patool <0.10 #823

Closed
eeeps opened this issue Jan 8, 2025 · 4 comments
Closed

c2patool --sidecar fails with AVIFs on c2patool <0.10 #823

eeeps opened this issue Jan 8, 2025 · 4 comments
Assignees
Labels
accepted bug Something isn't working c2patool Issues related to c2patool cli status: code complete status: done

Comments

@eeeps
Copy link

eeeps commented Jan 8, 2025

When I run:

c2patool "optimized.avif" \
  --parent "orig.jpg" \
  --sidecar \
  --manifest "manifest.json" \
  --output "remote.avif";

I get

Error: embedding manifest

Caused by:
    No such file or directory (os error 2)

However

c2patool "optimized.jpg" \
  --parent "orig.jpg" \
  --sidecar \
  --manifest "manifest.json" \
  --output "remote.jpg";

Succeeds. A colleague encountered this using c2patool 0.7.0 and I was able to replicate it using my local version (0.9.12).

@eeeps eeeps changed the title c2patool --sidecar fails with AVIFs c2patool --sidecar fails with AVIFs on c2patool <0.10 Jan 8, 2025
@eeeps
Copy link
Author

eeeps commented Jan 8, 2025

Upgraded to latest (c2patool 0.10.2) and now I get a different error, which is exciting

claim generator [ClaimGeneratorInfo { name: "c2patool", version: Some("0.10.2"), icon: None, other: {} }]
Error: No claim found

I also get this with the JPEG example which makes me think my manifest.json has some issue in the new version.

Perhaps something was fixed in the 0.10 update ("new Builder/Reader API")?

Here's my manifest.json: https://gist.github.com/eeeps/b14f1a2dda2b4c4332409723aafe4519

@eeeps
Copy link
Author

eeeps commented Jan 9, 2025

Filed separate issues for the issues I've been having with 0.10: #830 #831

@crandmck crandmck added bug Something isn't working c2patool Issues related to c2patool cli labels Jan 10, 2025
@github-jira-sync-bot github-jira-sync-bot removed the bug Something isn't working label Jan 10, 2025
@github-jira-sync-bot
Copy link

Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): accepted

Once all required labels are present, please add bug label again.

@gpeacock gpeacock added bug Something isn't working accepted labels Jan 17, 2025
@gpeacock gpeacock self-assigned this Jan 17, 2025
@github-jira-sync-bot
Copy link

✅ Jira issue https://jira.corp.adobe.com/browse/CAI-7491 is successfully created for this GitHub issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted bug Something isn't working c2patool Issues related to c2patool cli status: code complete status: done
Projects
None yet
Development

No branches or pull requests

4 participants