arnekaiser / fastlane-plugin-huawei_appgallery

Fastlane plugin to deploy an app to the Huawei AppGallery
MIT License
30 stars 14 forks source link

The last submitting step fails #5

Closed xzaleksey closed 4 years ago

xzaleksey commented 4 years ago

I get this error code on last submit step, the app is uploaded with all the information. And when pressing manually submit from appgallery, it works. But it fails to submit from the plugin.

17:18:33: Driving the lane 'deployHuawei' 🚀

17:18:33: --- Step: huawei_appgallery_connect ---

17:18:33: Fetching app access token [17:18:34]: Fetching upload URL [17:18:35]: Uploading app [17:18:46]: Upload app to AppGallery Connect successful [17:18:46]: Saving app information [17:18:48]: App information saved. [17:18:48]: Submitting app for review +---------------+--------------+ | Lane Context | +---------------+--------------+ | PLATFORM_NAME | | | LANE_NAME | deployHuawei | +---------------+--------------+ [17:18:50]: {"ret"=>{"code"=>204144660, "msg"=>"[cds]submit failed, additional msg is [The file is being processed. It may take 2-5 minutes, depending on the size of the software package.]"}}

arnekaiser commented 4 years ago

This plugin uses the deprecated v1 AppGallery API, see #4. Sometimes the old API still works and sometimes not. It's a matter of luck. ;)