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

publish-listing goal fails when more than 1 languages exist #662

Closed
athkalia opened this issue Jul 28, 2015 · 1 comment
Closed

publish-listing goal fails when more than 1 languages exist #662

athkalia opened this issue Jul 28, 2015 · 1 comment

Comments

@athkalia
Copy link
Contributor

Hello,

I have app screenshots and descriptions etc in the directories as described in the goals page on your site http://simpligility.github.io/android-maven-plugin/playstore-publisher.html, for both Greek and English (US). When I run the publish-listing goal with both directories existing in the project it only updates the first one (Greek) then fails with the following message:

[ERROR] Failed to execute goal com.simpligility.maven.plugins:android-maven-plugin:4.2.0:publish-listing (default-cli) on project application: Problem in the listing content: 410 Gone
[ERROR] {
[ERROR] "code" : 410,
[ERROR] "errors" : [ {
[ERROR] "domain" : "androidpublisher",
[ERROR] "message" : "This edit has already been successfully committed, please create a new Edit.",
[ERROR] "reason" : "editAlreadyCommitted"
[ERROR] } ],
[ERROR] "message" : "This edit has already been successfully committed, please create a new Edit."
[ERROR] }

I can tell though that there is nothing wrong in the directories hierarchy etc, because when I delete the whole greek folder and I run the same goal only with the english directory existing then the english language screenshots and descriptions get uploaded just fine and the build succeeds.

jdegroot pushed a commit to jdegroot/android-maven-plugin that referenced this issue Jul 31, 2015
mosabua added a commit that referenced this issue Sep 22, 2015
Fix Issue #662, unable to upload more than 1 locale
@mosabua
Copy link
Member

mosabua commented Sep 22, 2015

Pull request for fix merged. Will go and be released with 4.3.1

@mosabua mosabua closed this as completed Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants