-
Notifications
You must be signed in to change notification settings - Fork 190
Failed to upload due to socket hang up #69
Comments
Having the same, first it was a socket hang up, then validation failed and now "reason: read ECONNRESET". The first 3 assets worked perfectly, the 4th is failing every time. Unfortunately it's in a private repo, so I can't show you an example, but I simply copy and pasted the steps for the 5 different assets. // Update for all: After writing "copy&paste" I checked every line, again, and saw that the asset name was the same. Strange errors though, but now it worked. |
Same here: https://github.com/d1vanov/QEverCloudGenerator/runs/1447561728?check_suite_focus=true. It fails consistently, I restarted the workflow several times, the result is the same each time. |
I migrated from using this action to using |
I can reproduce this on non-draft releases. |
Ok, in my case, I was getting this error because I was trying to upload release assets with the same name in different runs. If you run into this issue, try using The error reporting of the upload-release-asset action is insufficient, and could vastly be improved. |
I encountered this error too |
Greetings!
A couple days ago uploading assets to a release stopped working. I was actually using another action, and then switched to this one as it's more official and is working nicely in another workflow. I thought it was related to #68 — and I think I did see that error once — but it persists and is consistently a new error:
The "socket hang up" makes me think it's having trouble connecting to the server to make the upload. Is there something wrong with the URL? It's a simple workflow which can be found here: https://github.com/impress-org/givewp/actions/runs/356772546/workflow
Thanks for the great action and help!
The text was updated successfully, but these errors were encountered: