-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Ignore "Close" error when uploading container blob #34620
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
base: main
Are you sure you want to change the base?
Conversation
Bug report from Sebclem (#34610 (comment)) 500 error with version 1.24.0+rc0-51-g8defca6d39
Gitea logs:
But even if I retry it doesn't work. I don't know if this is also linked to the "manifest processing" issue. You can find the project here if needed: https://git.sebclem.fr/sebclem/jellyfin-node-exporter Also cc @KN4CK3R , this "Close" is the only suspicious call I found which would cause that error |
@Sebclem if you could build your own binary, maybe you could try to apply this patch to see whether the bug could be fixed. Or you could wait for a moment for a nightly build after this PR gets approvals. |
I'm building it right now, I'll let you know if the issue is fixed 👍 |
I can't run this build with my database backup, I have a migration version issue: |
If there is a "version" problem, you could apply the patch https://patch-diff.githubusercontent.com/raw/go-gitea/gitea/pull/34620.patch to 1.24 branch. The code base is the same. |
Oh yeah, I'm stupid, a little cherry-pick should work |
Ok, seams to fix the issue, workflow is back to green: https://git.sebclem.fr/sebclem/mc-update/actions/runs/91/jobs/0 |
No description provided.