Replies: 1 comment 4 replies
-
It does seem like it is uploading the files properly, but is somehow getting an error that it didn't upload properly? Seems that we could check if the file exists and compare CONTENT-LENGTH perhaps and then don't retry? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Yes, I know its a vague title, but there's a reason: this bug happens sometimes, to very few users, for a limited time, in some repositories.
It appears that uploading a file sometimes returns an error, and if the user retries it, it says the file already exists.
This seems inconsistent. How should we know if the file that is there is correct or not?
Here are a couple of cases I collected with this behavior:
UploadAsset
google/go-github#2113As you can see, few reports, issue goes away after a while, but it definitely happens.
Beta Was this translation helpful? Give feedback.
All reactions