Closed dumasmcarvalho closed 1 year ago
Update:
I saved the "app/src/main/play" folder and noticed that everything was generated successfully, except the image files (listings/pt-BR/graphics), all of which had no extension.
Locally, without network restrictions or proxy usage, everything is downloaded normally.
Therefore, I believe that it really is some additional proxy configuration that would be necessary, is there any suggestion of what could be done?
Results from our CI/CD (with network restrictions and proxy):
Results from the locally execution:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
When executing the command mentioned in the "Tasks executed" section, I am receiving an error related to the task
bootstrapReleaseListing
, the error indicates that there is something related to the proxy used in our CI/CD environment. See the issue details in the "Additional context" section.How To Reproduce
Versions
Tasks executed
./gradlew bootstrapListing --info --stacktrace
Expected behavior
The command execution should be successful for the task mentioned (
bootstrapReleaseListing
).Is it necessary to include another domain in our proxy rules for the
bootstrapReleaseListing
task to work? I believed that only the following would be required for Gradle Play Publisher to work:*.googleapis.com:443/HTTPS
*.googleusercontent.com:443/HTTPS
Additional context (if a crash, provide stack trace)
I'm using the following settings for the proxy:
For security reasons, I can't provide the full log (and I had to mask some information with the expression "xyz"), but here is the part where the error occurs:
Downloading pt-BR listing graphics for type 'phoneScreenshots'
, however there are executions where failure occurs in the previous functionDownloading pt-BR listing graphics for type 'icon'
, for some reason, the order of functions is sometimes reversed and the error always occurs in the last function executed (be it 'phoneScreenshots' or 'icon').