Hi, got an error deploying to Google Play and I cannot solve it. It does everything fine until the end.
Committing edit
Failed to commit edit, error: googleapi: got HTTP response code 500 with body: {
“error”: {
“code”: 500,
“message”: null
}
}
Bitrise shows the following log:
+------------------------------------------------------------------------------+
| (6) google-play-deploy@1.2.1 |
+------------------------------------------------------------------------------+
| id: google-play-deploy |
| version: 1.2.1 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2017-04-14T18:47:41Z |
+------------------------------------------------------------------------------+
| |
INFO[18:47:41] Start installing (golang) with apt-get
INFO[18:47:41] * [OK] Step dependency (go) installed, available.
Configs:
- JSONKeyPath: file://Goo***son
- PackageName: xx.xxxxxxxxxxxxxx.xxxxxxxxxx
- ApkPath: /bitrise/deploy/app-release-0.1.32-32-xxxxxxxx.apk
- Track: alpha
- UserFraction: 0.5
- WhatsnewsDir: whatsnew
Deprecated Configs:
- ServiceAccountEmail:
- P12KeyPath:
- UntrackBlockingVersions: false
Authenticateing
Authenticated client created
Create new edit
editID: XXXXXXXXXXXXXXXXXXXX
Upload apks
uploaded apk version: 32
Update track
updated track: alpha
assigned apk versions: [32]
Update listing
updating recent changes for version: 32
- language: es-ES
Validating edit
Edit is valid
Committing edit
Failed to commit edit, error: googleapi: got HTTP response code 500 with body: {
"error": {
"code": 500,
"message": null
}
}
| |
+---+---------------------------------------------------------------+----------+
| x | google-play-deploy@1.2.1 (exit code: 1) | 17 sec |
Thanks in advance,
Mgarciate