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

编译了128M的群晖引导镜像上传到WeTransfer不定时报错 #76

Open
chenxudong2020 opened this issue Feb 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@chenxudong2020
Copy link

cd /home/runner/redpill-load
mkdir -p cd /home/runner/redpill-load/outputs
zip -9 images.zip -j /home/runner/redpill-load/images/*
mv -f images.zip /home/runner/redpill-load/outputs
curl -fsSL git.io/file-transfer | sh
./transfer wet -s -p 16 --no-progress /home/runner/redpill-load/outputs 2>&1 | tee wetransfer.log
echo "::warning file=wetransfer.com::$(cat wetransfer.log | grep https)"
shell: /usr/bin/bash -e {0}
adding: UNAS_NS202-DS920+_7.0.1-42218_b1676253707.img (deflated 66%)

可以看到上面传输到66%的时候报如下错误,这个不定时发生也不是每次都这样

curl: (22) The requested URL returned error: 403
curl: (3) URL using bad/illegal format or missing URL

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error: Process completed with exit code 2.

@Mikubill Mikubill added the bug Something isn't working label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants