-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
Sporadic "Not Found" errors #373
Comments
Update: I think this is being caused by multiple concurrent deletes executing across a matrix of runners. The upload/delete functions are executed in parallel so the log lines are being interleaved. |
I'm pretty sure this PR would solve the issue for me: #343 |
I met this issue as well. |
I've seen this happen when more than one file has the same name and is being uploaded to the GitHub release. The error message could be better though. |
I too am seeing this error and it is very sporadic |
I'm seeing sporadic failures of this action with a message of "not found". It seems to eventually work on retry.
I'm wondering if this might be an eventual consistency issue with github. I have no idea, that is just a guess.
Is anyone else seeing this behavior?
I didn't see it in the readme, but any chance there is a verbose option to troubleshoot this kind of thing?
The text was updated successfully, but these errors were encountered: