question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please retry uploading when failed.

See original GitHub issue

Sometimes I will get this error https://github.com/abcfy2/aria2-static-build/runs/4349111525?check_suite_focus=true:

Run softprops/action-gh-release@v1
/usr/bin/docker exec  356d60f2fa6f6229b94833f4ef730b7baa9d4f62c9f0341db5214911e5c29164 sh -c "cat /etc/*release | grep ^ID"
⬆️ Uploading aria2-aarch64-linux-musl_static.zip...
Error: request to https://uploads.github.com/repos/abcfy2/aria2-static-build/releases/54209979/assets?name=aria2-aarch64-linux-musl_static.zip failed, reason: read ECONNRESET

Please retry when uploading failed. Thanks.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:17
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jonasmusallcommented, Feb 2, 2022

I am facing the same issue. Right now, I use this workaround:

steps:
  - name: Upload assets
    id: upload_try1
    continue-on-error: true
    uses: softprops/action-gh-release@v1
    with:
      files: ${{ env.RELEASE_ASSETS }}
  - name: Upload assets (retry)
    id: upload_try2
    if: steps.upload_try1.outcome == 'failure'
    continue-on-error: true
    uses: softprops/action-gh-release@v1
    with:
      files: ${{ env:RELEASE_ASSETS }}
# more retries
1reaction
bokancommented, Nov 15, 2022

Any updates on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

An error occurred in the upload. Please try again later
Failed File Upload – “An error occurred in the upload. Please try again later” This may be a disk space issue.
Read more >
"Upload Failed Please Try Again" on Facebook
Sometimes, simply rebooting your router or modem may correct the problem with your media uploads.
Read more >
Common uploading errors - YouTube Help - Google Support
If you're having problems uploading your video, select the error message you're seeing and follow the troubleshooting steps to solve your issue.
Read more >
Upload Failed to Sharepoint - Microsoft Community
Please try saving files in directories that have commas in their names. The screen also states that the upload to sharepoint failed.
Read more >
Retry failed uploads - Dropbox Community
When random files fail to upload it should give you the option simply retry the failed ones or just retry them automatically. Right...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found