-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
Error: Request body length does not match content-length header #556
Comments
confirmed, the latest commits produce this error. |
Don't use master,use v2 |
#555 smae issue |
The same goes for me. |
now, v2=v2.0.9 |
Thanks for pointing. I assumed it always points to the latest, but need the author to bump it. |
This change applies @nmattia's suggestion about using a default shell. He also mentioned he believes that bash is the default but prior to this I had to set the shell to bash so I'm not confident if that is true. It also downgrades the release action due to softprops/action-gh-release#556
Update tag to v2 ref. softprops/action-gh-release#556 (comment)
Error Logs: Run softprops/action-gh-release@master Found release linux-wsl-stable-6.12.5 (with id=190802427) ⬆️ Uploading bzImage-x86_64-optional_install.tar.gz... ⬆️ Uploading bzImage-x86_64-modules_install.tar.gz... ⬆️ Uploading bzImage-x86_64... ⬆️ Uploading Image-arm64-optional_install.tar.gz... ⬆️ Uploading Image-arm64-modules_install.tar.gz... ⬆️ Uploading Image-arm64... Error: Request body length does not match content-length header * `master` version of action-gh-release have problem to release packages. (softprops/action-gh-release#556) * So, I try to use `v2` version for avoid this problem. Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>
Error Logs: Run softprops/action-gh-release@master Found release linux-wsl-stable-6.12.5 (with id=190802427) ⬆️ Uploading bzImage-x86_64-optional_install.tar.gz... ⬆️ Uploading bzImage-x86_64-modules_install.tar.gz... ⬆️ Uploading bzImage-x86_64... ⬆️ Uploading Image-arm64-optional_install.tar.gz... ⬆️ Uploading Image-arm64-modules_install.tar.gz... ⬆️ Uploading Image-arm64... Error: Request body length does not match content-length header * `master` version of action-gh-release have problem to release packages. (softprops/action-gh-release#556) * So, I try to use `v2` version for avoid this problem. Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>
softprops/action-gh-release v2.2.0 has a known issue: softprops/action-gh-release#556
This reverts commit c39d7d6. Documented here-softprops/action-gh-release#556
64f1fa1 |
FYI @xen0n @chenrui333 |
https://github.com/jenkinsci/jenkins/actions/runs/12416637271 Heres a run illustrating the behavior, |
Error: Request body length does not match content-length header |
Hmm, I will look into this. |
@xen0n since so many others have confirmed the same issue and are rolling back. Can we instead revert back to commits at 2.1.0, and rerelease it? Thinking this package will end up forgotten about and never updated should too many repos commit locks for python 2.10 |
I don't have the permissions to make a release, so this would have to be done by @chenrui333 . Temporary workaround: - uses: softprops/action-gh-release@v2.1.0 |
This reverts commit c39d7d6. Documented here-softprops/action-gh-release#556
Change create release action version from master to v2.2.0 to fix softprops/action-gh-release#556
This reverts commit c39d7d6. Documented here-softprops/action-gh-release#556 Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
….2.0" This reverts commit 333a8c6. Issue: softprops/action-gh-release#556
This allows the uploads to finish without mismatched Content-Length, likely because the original method implied a wrong body encoding or something similar. Unfortunately a GitHub server API mock was not readily available so I had to test manually with a barebones repository. Fixes: softprops#555 Fixes: softprops#556 Signed-off-by: WANG Xuerui <git@xen0n.name>
Heads-up: I've made a fix at #562, waiting for merge and release. Sorry for the breakage! |
# Summary fixes #4031 (comment). revert softprops/action-gh-release to v2.1.0 Folks suggest that 2.1.0 is the last known good version. softprops/action-gh-release#556 ## Testing Process N/A ## Checklist - [x] Review the contributing [guidelines](https://github.com/slsa-framework/slsa-github-generator/blob/main/CONTRIBUTING.md) - [x] Add a reference to related issues in the PR description. - [x] Update documentation if applicable. - [ ] Add unit tests if applicable. - [ ] Add changes to the [CHANGELOG](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md) if applicable.
….2.0" The most-recent version of the action has a [bug](softprops/action-gh-release#556) that results in big file uploads (and thus the "Publisher" workflow) to fail Reverts https://github.com/nim-works/nimskull#1479.
….2.0" (#1480) ## Summary The most-recent version of the action has a [bug](softprops/action-gh-release#556) that results in big file uploads (and thus the `publisher` workflow) failing. Reverts #1479.
full yml
https://github.com/qwerttvv/Router/blob/master/.github/workflows/M2-VIKINGYFY.yml
log
good ver-last week
https://github.com/softprops/action-gh-release/tree/92bc83c4214f780e84c7d2a85464a2ca05ebc2f0
not good ver-now
softprops/action-gh-release@master
https://github.com/softprops/action-gh-release/tree/7b4da11513bf3f43f9999e90eabced41ab8bb048
The text was updated successfully, but these errors were encountered: