Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading listing failing #606

Closed
macgills opened this issue Jun 19, 2019 · 3 comments
Closed

Uploading listing failing #606

macgills opened this issue Jun 19, 2019 · 3 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@macgills
Copy link

Describe the bug

The listing for our app is failing to upload with a 500, see the build here

image

Thankfully it does actually upload to Alpha on the play store and does take the release notes however we are only providing English translation at the moment so there is a warning

4 language translations missing: de-DE, fr-FR, it-IT, and tr-TR

and the "whats new in this release textbox" has the English listing and

<de-DE>
Enter or paste your release notes for de-DE here
</de-DE>

for the missing translations.
Plugin configuration:

play {
  enabled = true
  serviceAccountCredentials = file("../google.json")
  track = "alpha"
  releaseStatus = "draft"
  resolutionStrategy = "fail"
}

How To Reproduce

you can check out https://github.com/kiwix/kiwix-android/tree/release or 7da84c0b9048959b2b32d7da5eaff3efff32c1ab ? The dummy keystore in the project can be used, the dummy google.json definitely not

Versions

  • Gradle Play Publisher: 2.2.1
  • Gradle Wrapper: 5.1.1
  • Android Gradle Plugin: 3.4.1

Tasks executed

publishKiwixRelease

Expected behavior

The task to complete successfully without a 500 and not fail the build

@macgills macgills added the bug Indicates an unexpected problem or unintended behavior label Jun 19, 2019
@SUPERCILEX
Copy link
Collaborator

SUPERCILEX commented Jun 19, 2019

The stuff with the release notes is expected (that's what happens if you create a release manually). And the 500 error is a duplicate of #597. There's not much I can do besides wait and hope Google will fix it.

@gitterandgold
Copy link

This reason for this image upload error is described here: https://developer.android.com/google-play/resources/icon-design-specifications#instructions_for_api_users.
As the date mentioned on the page is now passed, you should not get the error anymore. That said the new specification is now automatically applied to all icon upload, so make sure you follow the guidelines.

@macgills
Copy link
Author

@SUPERCILEX @gitterandgold thanks so much for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants