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

Unable to compile c2patool via binstall #802

Open
robomotic opened this issue Dec 27, 2024 · 5 comments
Open

Unable to compile c2patool via binstall #802

robomotic opened this issue Dec 27, 2024 · 5 comments
Labels
accepted bug Something isn't working c2patool Issues related to c2patool cli

Comments

@robomotic
Copy link

Hi there,
I cloned the repository then attempted the cargo binstall.
This is what I get:


robomotic@machine:~/DevOps/github/c2pa-rs$ cargo binstall c2patool
 INFO resolve: Resolving package: 'c2patool'
ERROR Fatal error:

  × For crate c2patool: Reqwest error: error decoding response body
  ├─▶ Reqwest error: error decoding response body
  ├─▶ error decoding response body
  ╰─▶ there are extra bytes after body has been decompressed

Also weird noticing the typo "Reqwest" instead of Request.

@robomotic robomotic changed the title Unable to compile c2patool vian binstall Unable to compile c2patool via binstall Dec 27, 2024
@crandmck
Copy link
Collaborator

I was able to reinstall c2patool and didn't see this error, so I can't repro.

FYI, "reqwest" is a Rust package: https://crates.io/crates/reqwest.

@robomotic
Copy link
Author

robomotic commented Jan 10, 2025 via email

@crandmck
Copy link
Collaborator

I'm on macOS.

$cargo --version
cargo 1.81.0 (2dbb1af80 2024-08-20)
$rustup --version
rustup 1.27.1 (54dd3d00f 2024-04-24)

I'm on main branch.

@robomotic
Copy link
Author

I am on Ubuntu:

rustup 1.27.1 (54dd3d00f 2024-04-24)
cargo 1.83.0 (5ffbef321 2024-10-29)

Commit:
66b57b5 (HEAD -> main) feat: Move COSE signature verification into c2pa_crypto (#801)

Still getting the same error.

@gpeacock gpeacock added bug Something isn't working accepted c2patool Issues related to c2patool cli labels Jan 17, 2025
@github-jira-sync-bot
Copy link

✅ Jira issue https://jira.corp.adobe.com/browse/CAI-7492 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
Projects
None yet
Development

No branches or pull requests

4 participants