-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
Version 1.4.1.
Hi.
On March 20th uploading to Google Play has consistently started failing with the error
org.jenkinsci.plugins.googleplayandroidpublisher.PublisherApiException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 Internal Server Error
{
"code" : 500,
"message" : null
}
at org.jenkinsci.plugins.googleplayandroidpublisher.AbstractPublisherTask.call(AbstractPublisherTask.java:34)
Oops, sorry that I missed this issue when it was posted.
But as you've probably seen from using the plugin (and perhaps from other bug reports), the Google Play API likes to sometimes randomly throw generic server errors which go away after a few hours.
Hopefully you tried again later and saw that the API started working again.
I've added a note about this type of server error to the troubleshooting guide on this plugin's wiki page.