Play Store is returning Error 502 (Server Error)!!1
See original GitHub issueDescribe the bug I’ve been successfully using this action for a couple of months , but now I’m getting the following error , I think this is due to some changes in play.google.com API
PS : notice that the app is successfully updated on playstore.
Useful link : https://twitter.com/iateyourmic/status/1352252574318157824?s=20
Workflow Step Configuration
- name: Deploy the bundle to Play Store internal testing
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON_PLAIN_TEXT }}
packageName: what.whatever.app
releaseFiles: build/app/outputs/bundle/release/app-release.aab
track: internal
Step Debugging
- I have enabled Step Debug Logging
Warning: WARNING!! ‘releaseFile’ is deprecated and will be removed in a future release. Please migrate to ‘releaseFiles’. Creating a new Edit for this release Validating track ‘internal’ Uploading build/app/outputs/bundle/release/app-release.aab Successfully uploaded 1 artifacts Adding 1 artifacts to release on ‘internal’ track Committing the Edit Error: <!DOCTYPE html>
<html lang=en> <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"> <title>Error 502 (Server Error)!!1</title> <style> ****margin:0;padding:0***html,code***font:15px/22px arial,sans-serif***html***background:#fff;color:#222;padding:15px***body***margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px**** > body***background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px***p***margin:11px 0 22px;overflow:hidden***ins***color:#777;text-decoration:none***a img***border:0***@media screen and (max-width:772px)***body***background:none;margin-top:0;max-width:none;padding-right:0***#logo***background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px***@media only screen and (min-resolution:192dpi)***#logo***background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0***@media only screen and (-webkit-min-device-pixel-ratio:2)***#logo***background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%***#logo***display:inline-block;height:54px;width:150px*** </style> <span id=logo aria-label=Google></span>502. That’s an error.
The server encountered a temporary error and could not complete your request.
Please try again in 30 seconds. That’s all we know.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:14 (2 by maintainers)
Top GitHub Comments
@TinasheMzondiwa thanks for trying with the standard branch too! We can confirm that updating googleapis did not actually help, and that Google has fixed the issue on their end.
I’ve created a separate branch to test with updated googleapis, and so far no error 502! Currently waiting for #58 to be merged as it depends on some changes there too. If anyone requires the step to be successful you can switch to
boswelja/upload-google-play@update-googleapis
until these changes are merged.