Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 340 forks source link

A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishInternalSharingBundle$BundleUploader > Error writing request body to server #1006

Closed rey9230 closed 2 years ago

rey9230 commented 3 years ago

Failde when running ./gradlew uploadReleasePrivateBundle with gradle distribution 7.0.2 throwing following error message:

Execution failed for task ':app:uploadReleasePrivateBundle'.

A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishInternalSharingBundle$Processor There was a failure while executing work items A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishInternalSharingBundle$BundleUploader Error writing request body to server

It does not provide enough degub information to find out what is really wrong and i haven't found any related issue

How To Reproduce Versions Gradle Play Publisher: 3.7.0-SNAPSHOT Gradle Wrapper: 7.0.2 Android Gradle Plugin: 7.0.2 Tasks executed ./gradlew uploadReleasePrivateBundle Expected behavior No error occurred.

SUPERCILEX commented 3 years ago

That looks like a networking error to me. Does this happen every time?

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.