bitrise-steplib / steps-google-play-deploy

MIT License
54 stars 35 forks source link

Print suggestion when API returns internal server error #143

Closed ofalvai closed 1 year ago

ofalvai commented 1 year ago

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

The build sometimes fails with the following error:

Committing edit
Failed to commit edit, error: googleapi: Error 500: Internal error encountered., backendError

Based on customer feedback, this could mean multiple things, but if they go to Play Console directly and create a release manually, it tells the real root cause.

Changes

Log a warning about the suggested workaround.

Investigation details

Decisions