bitrise-steplib / steps-google-play-deploy

MIT License
54 stars 35 forks source link

Failed to perform edit insert call, error: googleapi: Error 400: Invalid JSON payload received #74

Closed anatter closed 4 years ago

anatter commented 4 years ago

Hi,

I am suddenly receiving the following error when deploying to google play store:

Failed to perform edit insert call, error: googleapi: Error 400: Invalid JSON payload received. Unknown name "": Root element must be a message., invalid

esthor commented 4 years ago

I'm also having this problem all of a sudden

bitce commented 4 years ago

Hi @anatter and @esthor! We are currently looking into this, will update you soon.

rolandsarosy commented 4 years ago

Just to chime in, the same is happening with our deployments. Thanks for working on the issue guys!

rodrigoarias commented 4 years ago

Same here!

bitce commented 4 years ago

Thanks for the patience guys, a new version of the step was released containing the fix: https://github.com/bitrise-steplib/steps-google-play-deploy/releases/tag/3.0.2

rolandsarosy commented 4 years ago

Do you have an ETA on when it is going to be available in the workflow editor? The latest I'm seeing currently is 3.0.1 Screenshot 2020-03-05 at 17 09 00

bitce commented 4 years ago

You might have to force a cache update for it to appear right away, but if you select the always latest version, that should apply to the new fixed release.

rolandsarosy commented 4 years ago

Very true indeed, our build succeeded. Thank you for the quick fix!

anatter commented 4 years ago

Thank you for the fix!