glossarist / glossarist-desktop

Glossarist Desktop
https://www.glossarist.org
GNU General Public License v3.0
4 stars 6 forks source link

Failure to notarize on GHA #87

Closed strogonoff closed 3 years ago

strogonoff commented 3 years ago

The server returned an invalid response. This may indicate that a network proxy is interfering with communication, or that Apple servers are having issues. Please try your request again later.

Excerpt from GHA log with parts removed:

after build; disable sandbox
  • signing         file=dist/mas/Glossarist.app identityName=Developer ID Application: Ribose Inc. (…) identityHash=… provisioningProfile=none
  • signing         file=dist/mac/Glossarist.app identityName=Developer ID Application: Ribose Inc. (…) identityHash=… provisioningProfile=none
  • signing         file=dist/mas/Glossarist.app identityName=3rd Party Mac Developer Application: Ribose Inc. (…) identityHash=… provisioningProfile=none

Notarizing org.glossarist.desktop found at /Users/runner/work/glossarist-desktop/glossarist-desktop/dist/mac/Glossarist.app
(node:1903) UnhandledPromiseRejectionWarning: Error: Failed to upload app to Apple's notarization servers

2020-07-22 03:42:53.058 altool[2370:18867] *** Error: Server returned an invalid MIME type: text/plain, body: Unauthenticated
Request ID: …

2020-07-22 03:42:53.465 altool[2370:18861] *** Error: Unable to notarize app.

2020-07-22 03:42:53.465 altool[2370:18861] *** Error: code -1011 (Failed to authenticate for session: (
    "Error Domain=ITunesConnectionAuthenticationErrorDomain Code=-26000 \"The server returned an invalid response. This may indicate that a network proxy is interfering with communication, or that Apple servers are having issues. Please try your request again later.\" UserInfo={NSLocalizedRecoverySuggestion=The server returned an invalid response. This may indicate that a network proxy is interfering with communication, or that Apple servers are having issues. Please try your request again later., NSLocalizedDescription=The server returned an invalid response. This may indicate that a network proxy is interfering with communication, or that Apple servers are having issues. Please try your request again later., NSLocalizedFailureReason=App Store operation failed.}"
strogonoff commented 3 years ago

Looks transient.

ronaldtse commented 3 years ago

Looks like a service problem at the iTunes side, let's close this.