Skip to content
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

Timeout when uploading a large file. #58

Open
CreativeMD opened this issue Oct 24, 2023 · 5 comments
Open

Timeout when uploading a large file. #58

CreativeMD opened this issue Oct 24, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@CreativeMD
Copy link

CreativeMD commented Oct 24, 2023

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 CreativeMD added the bug Something isn't working label Oct 24, 2023
@triphora
Copy link
Contributor

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.

@axieum
Copy link
Contributor

axieum commented Mar 4, 2024

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

@axieum
Copy link
Contributor

axieum commented Mar 4, 2024

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
Copy link
Contributor

axieum commented May 4, 2024

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

@axieum
Copy link
Contributor

axieum commented May 10, 2024

image

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants