minotaur icon indicating copy to clipboard operation
minotaur copied to clipboard

Timeout when uploading a large file.

Open CreativeMD opened this issue 2 years ago • 7 comments

Describe the bug

If I upload a new version of my mod AmbientSounds (the file is usually around 80MB large) I get an exception:

* What went wrong:
Execution failed for task ':AmbientSounds:AmbientSounds:modrinth'.
> Failed to upload file to Modrinth! java.net.SocketTimeoutException: timeout

The file is still uploaded, but the task is stopped and the uploaded file stays locked.

Steps to reproduce

No response

Expected behavior

Wait till the file is uploaded and unlocks it for further use. Does not stop the entire task.

Additional context

Gradle file can be found here: https://github.com/CreativeMD/AmbientSounds/blob/1.20/build.gradle

CreativeMD avatar Oct 24 '23 10:10 CreativeMD

We have identified this as a backend issue when uploading a version to a project with a lot of followers. Thanks for reporting, this will soon be fixed.

triphora avatar Oct 25 '23 00:10 triphora

This is still affecting regular publish workflows in GitHub, and I have to manually remediate. Any update on this issue?

axieum avatar Mar 04 '24 09:03 axieum

I've just had pretty much three back-to-back timeouts when releasing new version. Unsure if you can see the run job: https://github.com/axieum/minecord/actions/runs/8137955859/job/22237612826 image The files still upload successfully however.

axieum avatar Mar 04 '24 09:03 axieum

Any update on this, automated publishes to Modrinth are still very unstable.

axieum avatar May 04 '24 06:05 axieum

image

It reliably fails the :modrinth task now, no matter what I do, but, the version is successfully uploaded to Modrinth, how weird?

image

axieum avatar May 10 '24 11:05 axieum