Closed YuryChislov closed 4 years ago
Please use GPP v2.7.5
if possible. (There could be a race condition if a different screenshot is failing each time. Also, does uploading those images through the Play Store directly work?
Upgraded publisher to 2.7.5 version and retested. Unfortunately the same result. And yes the images successfully uploading through Play Store (double checked).
To me it looks like this bug is related to numbers of files to upload. There are 25 locales with 14 images in each. We have another app only with 3 locales in listing. It is the same directory structure and similar images and publishReleaseListing
completes successfully there.
Interesting, does it always happen with the same locale (ja-JP
)? The tough part is that I can't repro. I just tried uploading screenshots for 14 locales and it worked fine. I could maybe be able to help if you isolate which screenshot failed, but contacting Play support is probably the best course of action since this is unlikely to be something on the GPP end.
No it happens with different languages. If to delete ja-JP
it would happen with the previous one that was uploaded successfully before.
As it turned out there was an issue with an image for a previously uploading language within this task. Logs for this issue were quite confusing.
Describe the bug
Execution failed for task
publishReleaseListing
.How To Reproduce
To run task 'publishReleaseListing' that upload multiple lacates and images
I have 26 locales for this App. The 403 Error occurs only for one image in one locale. Each time when I re-run this task the 403 error happens with different image but others get 200 OK response.
Versions
Unsuccessfully uploaded image proprties:
Tasks executed
publishReleaseListing
Expected behavior
All the files to upload. BUILD SUCCESSFUL
Additional context (if a crash, provide stack trace)
I thoroughly researched the similar https://github.com/Triple-T/gradle-play-publisher/issues/514 and followed the suggestions but I still can replicate this issue.