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

{"ret"=>{"code"=>204144727, "msg"=>"[AppGalleryConnectPublishService]The package is being compiled, please try again in 3-5 minutes"}} #34

Closed
anthony3444 opened this issue Apr 14, 2022 · 4 comments

Comments

@anthony3444
Copy link

Hi guys!

Thanks for your great plugin! Since couple of weeks, this error appears during the deployment of App:

{"ret"=>{"code"=>204144727, "msg"=>"[AppGalleryConnectPublishService]The package is being compiled, please try again in 3-5 minutes"}}

In last October, when I use my fastlane, all was great. Is there any no-regression in your plugin?

Thank you very much!

@shr3jn
Copy link
Owner

shr3jn commented Apr 14, 2022

Please add the following to delay the submission as the package needs to compile on Huawei servers.

delay_before_submit_for_review: 20

The time is in seconds.

@shr3jn shr3jn closed this as completed Apr 15, 2022
@anthony3444
Copy link
Author

Hi,

Thanks for your reply. However there was no change with this additional parameter. The error is already present.

Here you are the call:

     huawei_appgallery_connect(
            client_id: options[:CLIENT_ID_HUAWEI],
            client_secret: options[:CLIENT_SECRET_HUAWEI],
            app_id: options[:APP_ID_HUAWEI],                
            apk_path: lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH],
            # if you're uploading aab instead of apk, specify is_aab to true and specify path to aab file on apk_path
            is_aab: is_bundle,
            
            # Optional, Parameter beyond this are optional
                            
            submit_for_review: true,
            # Delay for the submission as the package needs to compile on Huawei servers (in seconds)
            delay_before_submit_for_review: 50
        
            #privacy_policy_url: "https://example.com",
            #changelog_path: metadata_path_android + "appgallery.txt"
        
            # release time to release app on specific date
           # release_time: "2019-12-25T07:05:15+0000",
        
            # For phase wise release: set these parameters
            #phase_wise_release: true,
            #phase_release_start_time: "2019-12-25T07:05:15+0000",
            #phase_release_end_time: "2019-12-28T07:05:15+0000",
            #phase_release_percent: "10.00",
            #phase_release_description: "<DESCRIPTION>"
        ) 

@shr3jn
Copy link
Owner

shr3jn commented Apr 15, 2022

set the delay parameter to 300 or higher (~5 mins or higher)

@anthony3444
Copy link
Author

anthony3444 commented Apr 15, 2022 via email

AlvaroBrey added a commit to nextcloud/android that referenced this issue May 3, 2022
Otherwise we get an error, see shr3jn/fastlane-plugin-huawei_appgallery_connect#34

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
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