Request timeout error for version of Gradle that I never used
See original GitHub issueI randomly get the following error using v1:
Error: Request timeout: /distributions/gradle-6.8-rc-4-wrapper.jar.sha256
I currently use 7.1.1 and never used 6.80-rc-4
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
android - Gradle Connection timed out - Stack Overflow
Ihave had the same problem. Finally I fixed it ussing an external gradle instalation. To make it you need to configure File->Settings->Build ...
Read more >Timeouts on plugins.gradle.org
Unfortunately, Gradle does not show that this request was redirected and that it timed out downstream. Timeouts from the plugin portal itself do ......
Read more >Troubleshooting builds - Gradle User Manual
If gradle --version works, but all of your builds fail with the same error, it is possible there is a problem with one...
Read more >Gradle 7.4.1 Release Notes
Upgrade instructions. Switch your build to use Gradle 7.4.1 by updating your wrapper: ./gradlew wrapper --gradle-version=7.4.1.
Read more >Configuration cache - Gradle User Manual
Your build and the plugins you depend on might require changes to fulfil the requirements. IDE imports and syncs do not use the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I haven’t seen it since filing the issue, and I only saw it a few times overall.
@eskatos are we keeping the existing connection open when we retry? Should we try to make sure we’re opening a new connection when we retry? Thoughts?