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

Failure with message Create submission failed, status code Conflict, reason phrase Conflict #14

Closed
yaakovschectman opened this issue Feb 22, 2023 · 3 comments

Comments

@yaakovschectman
Copy link

yaakovschectman commented Feb 22, 2023

I am attempting to test this action. The step in the workflow file is as follows:

    uses: isaacrlevin/windows-store-action@1.0
    with:
      tenant-id: ${{ secrets.AZURE_AD_TENANT_ID }}
      client-id: ${{ secrets.AZURE_AD_ClIENT_ID }}
      client-secret: ${{ secrets.AZURE_AD_CLIENT_SECRET }}
      app-id: ${{ secrets.STORE_APP_ID }}
      package-path: ${{ github.workspace }}\build\windows\runner\Release

When attempting to run it, this step fails with the error message in the title. I have tried changing some of the secret values to random incorrect values to see if the error message changes, and indeed, for each change I have tried, inputting the wrong value gives a different and more clear error message telling me what the problem was, but when all values are correct (as far as I am aware), I receive the title message, whose meaning I am unsure of.

What does this error mean, and what might be the root cause?

@azchohfi
Copy link
Contributor

Hello @yaakovschectman.
It seems like you are publishing an MSIX, not an MSI, so you are using https://github.com/isaacrlevin/windows-store-action, and not this package.

Still, I believe I can help you.

This seems similar to this issue:
isaacrlevin/windows-store-action#5

Which basically means that you have a pending submission. If you always submit using the APIs, you can simply go to Partner Center and delete that pending submission (pretty much deleting the draft). The problem is that the APIs do not allow us to delete a submission that was created in the portal. API calls can only delete submissions created by other API calls.

I hope that helps!

@yaakovschectman
Copy link
Author

@azchohfi Thank you for your help.
Would you know anything about this issue? It does not appear that anyone has responded to it yet.

@azchohfi
Copy link
Contributor

I'll reply there.

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