curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104
Closed this issue · 1 comments
jeremyjohn commented
Hi, I'm getting this error randomly in every 1 out of 3 runs.
Run JasonEtco/upload-to-release@master
with:
args: app.zip application/zip
env:
GOROOT: /opt/hostedtoolcache/go/1.16.14/x64
GITHUB_TOKEN: ***
/usr/bin/docker run --name db[2](https://github.com/ORG/REPO/runs/5357285292?check_suite_focus=true#step:7:2)d710277bad0191448eb5e85b84bf110bf5_4547[3](https://github.com/ORG/REPO/runs/5357285292?check_suite_focus=true#step:7:3)0 --label 7db2d7 --workdir /github/workspace --rm -e GOROOT -e GITHUB_TOKEN -e INPUT_ARGS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_ARCH -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/REPO/app":"/github/workspace" 7db2d7:10277bad0191[4](https://github.com/ORG/REPO/runs/5357285292?check_suite_focus=true#step:7:4)48eb[5](https://github.com/ORG/REPO/runs/5357285292?check_suite_focus=true#step:7:5)e85b84bf110bf5 app.zip application/zip
https://uploads.github.com/repos/ORG/REPO/releases/[6](https://github.com/ORG/REPO/runs/5357285292?check_suite_focus=true#step:7:6)024153[8](https://github.com/ORG/REPO/runs/5357285292?check_suite_focus=true#step:7:8)/assets?name=app.zip
curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104
JasonEtco commented
👋 Unfortunately this Action just runs Curl, and as a result I'm not sure what that error means.
This StackOverflow article might be helpful, but it sounds like its an issue with the server - as in, with GitHub's API. I'm going to close this issue because there's nothing for me to do, but if you'd like to open a PR to implement retries, that seems reasonable.