Closed kdavdevs closed 4 years ago
Unfortunately, there's nothing I can do about that since it's a 500 error with no message. If this happens every time you attempt to publish, I would try reverting to a more stable AGP or contacting support. I would also try waiting a day or two because Google might fix stuff in the meantime.
hello @SUPERCILEX , thanks for the reply... it happens every time i try to publish ... can you please help me out by suggesting versions of Gradle Wrapper , GPP and AGP i can use for now for a more stable build...
and just my 2 cents here... i think this might me causing issues
failure occurred while executing com.github.triplet.gradle.play.tasks.CommitEdit$Committer
although i have looked at and followed documentation ... i don't know if i am doing something wrong , or have missed something ....
Hmmm, I don't think the Gradle version would matter, but try an AGP v3.6. The issue is caused because our request to the AndroidPublisher API is failing with the 500 error, hence why there's nothing on GPP's end to do.
hii @SUPERCILEX , i just tried with AGP v3.6.0-rc01 and it is showing the same error as before :( i also tried changing gradle versions to 6.0 and 6.0.1 but got same result...
:man_shrugging: Try contacting support. There's nothing I can do on my end.
okay man thanks :) and yes by support you mean contacting google play support team right...?
Yeah, in the play console if you go to the help button, there should be a form you can fill out. I would link them to this issue and say that this endpoint is failing: https://developers.google.com/android-publisher/api-ref/edits/commit. Hopefully they'll be able to tell you why.
Hello @SUPERCILEX , thanks for helping ... i just had an screen sharing session with the admin guy who manages the account, turns out the release management was not checked... so in future if anyone faces this issue check if release management is checked for the service account...
Lol, that's dumb. Very sad that that's a 500. Glad you solved it!
Describe the bug
publishBundle fails , here are the logs
How To Reproduce
Run ./gradlew app:publishBundle
Versions
Tasks executed
./gradlew app:publishBundle
Expected behavior
App should be uploaded and released on internal track on playstore
Additional context (if a crash, provide stack trace)