Closed ridomin closed 5 years ago
I got this same error yesterday, I have restart my deployment after a few minutes and it was in success.
@elendil326 can you check what's wrong from the error correlation id?
Having the same issue.
any updates?
In my case, I found the error was using Package/Identity/Name instead of Store ID as appId
.
I think reporting UnknownInternalFailure also when there are configuration issues, and not just server-side issues, is confusing.
yep, that fixes the issue. Thanks
I started to get the same exceptions. (flight and non-flight). I'm already using appId as StoreId. The strange thing is that het package is actually submitted only I have to manually "Submit to Store" to finish the submission.
2019-02-28T12:06:10.4108987Z Authenticating...
2019-02-28T12:06:10.4108987Z Authenticating with server...
2019-02-28T12:06:10.6509795Z Obtaining app information...
2019-02-28T12:06:16.0185548Z Obtaining flight resource for flight Preview in app 9NBLGGH6D01W
2019-02-28T12:06:21.8598345Z Creating flight submission...
2019-02-28T12:06:45.4998202Z ##[error]Status 500: {"code":"InternalServerError","data":[],"details":[],"innererror":{"code":"UnknownInternalFailure","data":[],"details":[],"message":"The service has encountered an unknown internal server error: "},"message":"An internal server error occurred while processing the operation.","source":"Ingestion Api"} CorrelationId: e39dd1b2-ebe3-44be-b226-2cbccf5d4fee
2019-02-28T12:06:45.5038191Z ##[section]Finishing: Flight Package I-Synergy.Manager to Preview
It seems that the update is created in Dev Center without the updated packages. So manually submitting it to the store is not sufficient. Any news regarding this issue?
Another error I frequently noticed:
Operation failed with Error {"code":"ETIMEDOUT","errno":"ETIMEDOUT","syscall":"connect","address":"40.117.96.136","port":443}
Issue has been solved.
What I heard back from the Submission API team: The user's app has ARM64 packages, and that package type had not been supported by the API. They just made a fix to add support for that package type, and the fix should be deployed to the live site within the next couple hours. So, the suggestion is to simply try again in another couple hours and hopefully you should be unblocked. Please report back either way.
My submissions fail with
How can I diagnose this issue?