Bug 1823542 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

[live_backing.log](https://firefoxci.taskcluster-artifacts.net/SXLUih6YT6qy9VVe0qXxvw/0/public/logs/live_backing.log)
[Push](https://treeherder.mozilla.org/jobs?repo=mozilla-release&selectedTaskRun=SXLUih6YT6qy9VVe0qXxvw.0&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=fbc109aacc0dbf492ed22c977bccba8f05c52b95)
Log snippet:
```
2023-03-20 21:30:25,467 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): manage.devcenter.microsoft.com:443
2023-03-20 21:30:31,661 - urllib3.connectionpool - DEBUG - https://manage.devcenter.microsoft.com:443 "GET /v1.0/my/applications/9NZVDKPMR9RD HTTP/1.1" 200 567
2023-03-20 21:30:31,662 - pushmsixscript.microsoft_store - INFO - response code: 200
2023-03-20 21:30:31,662 - pushmsixscript.microsoft_store - INFO - response body: {"id":"9NZVDKPMR9RD","primaryName":"Firefox","PackageFamilyName":"Mozilla.Firefox_n80bbvh6b1yt2","packageIdentityName":"Mozilla.Firefox","publisherName":"CN=082E9164-EE6C-4EC8-B62C-441FAE7BEFA1","firstPublishedDate":"2021-10-05T21:38:45.1973879Z","lastPublishedApplicationSubmission":{"id":"1152921505696041084","resourceLocation":"applications/9NZVDKPMR9RD/submissions/1152921505696041084"},"pendingApplicationSubmission":{"id":"1152921505696065913","resourceLocation":"applications/9NZVDKPMR9RD/submissions/1152921505696065913"},"hasAdvancedListingPermission":true}
2023-03-20 21:30:31,662 - pushmsixscript.microsoft_store - ERROR - There is a pending submission for this application on the Microsoft Store. Wait for the pending submission to complete, or delete the pending submission. Then retry this task.
2023-03-20 21:30:31,664 - scriptworker_client.client - ERROR - Failed to run async_main; exiting 3
Traceback (most recent call last):
  File "/app/lib/python3.9/site-packages/scriptworker_client/client.py", line 178, in _handle_asyncio_loop
    await async_main(config, task)
  File "/app/lib/python3.9/site-packages/pushmsixscript/script.py", line 25, in async_main
    microsoft_store.push(config, msix_file_paths, channel, publish_mode)
  File "/app/lib/python3.9/site-packages/pushmsixscript/microsoft_store.py", line 64, in push
    _push_to_store(config, channel, msix_file_paths, publish_mode, access_token)
  File "/app/lib/python3.9/site-packages/pushmsixscript/microsoft_store.py", line 106, in _push_to_store
    _check_for_pending_submission(config, channel, session, headers)
  File "/app/lib/python3.9/site-packages/pushmsixscript/microsoft_store.py", line 142, in _check_for_pending_submission
    raise TaskVerificationError("push to Store aborted: pending submission found")
scriptworker_client.exceptions.TaskVerificationError: push to Store aborted: pending submission found
exit code: 3
```

Back to Bug 1823542 Comment 0