Replies: 1 comment 1 reply
-
Linking the answer from Yammer: The issue appears to be with the Partner Center ingestion API. The recommendation is that people affected by this issue open ticket in the Partner Center UI and explain that this issue is happening after you submit but before the Business Central team receives your submission for automated technical validation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since this morning we get the following error. I already updated Al-Go but issue remains. Seems like something might have expired or so... Any idea on how to troubleshoot this? The error is not exactly clear...
New-AppSourceSubmission Telemetry Correlation Id: c62a7952-529e-40e2-90bd-ebd0c501926c Applying settings from /home/runner/work/bc-esc-retail/bc-esc-retail/.github/AL-Go-Settings.json No settings found in /home/runner/work/bc-esc-retail/bc-esc-retail/.AL-Go/settings.json No settings found in /home/runner/work/bc-esc-retail/bc-esc-retail/.github/Publish To AppSource.settings.json No settings found in /home/runner/work/bc-esc-retail/bc-esc-retail/.AL-Go/Publish To AppSource.settings.json No settings found in /home/runner/work/bc-esc-retail/bc-esc-retail/.AL-Go/dsaveyn.settings.json Enabling Microsoft telemetry... ****Error: Unexpected error when running action. Error Message: Unexpected error when trying to get status for submission. Please consult Partner Center UI., StackTrace: at New-AppSourceSubmission, /home/runner/.BcContainerHelper/6.1.6/BcContainerHelper/AppSource/New-AppSourceSubmission.ps1: line 256** <- at <ScriptBlock>, /home/runner/work/_actions/microsoft/AL-Go-Actions/v7.2/Deliver/Deliver.ps1: line 420 <- at <ScriptBlock>, /home/runner/work/_temp/b5dd2b1d-6054-48d2-8f76-3cf3722f8f87.ps1: line 3 <- at <ScriptBlock>, /home/runner/work/_actions/microsoft/AL-Go-Actions/v7.2/Invoke-AlGoAction.ps1: line 20 <- at <ScriptBlock>, /home/runner/work/_temp/b5dd2b1d-6054-48d2-8f76-3cf3722f8f87.ps1: line 2 <- at <ScriptBlock>, <No file>: line 1 Error: Process completed with exit code 1.**
I initially thought that the Client Secret used for the APPSOURCECONTEXT had expired, but this seems to be okay (see https://github.com/microsoft/AL-Go/blob/main/Scenarios/PublishToAppSource.md)
I extracted some code from BCContainerHelper and did some API requests myself. It seems like the app files are uploaded to AppSource, but the submit fails because no status is received:
Beta Was this translation helpful? Give feedback.
All reactions