Post

Replies

Boosts

Views

Activity

Reply to altool fails with "The auth server returned a bad status code"
Hi, I have configured a different machine (macOS12.5 and Xcode 13.4). Uploaded a new package with notarytool and I was able to get the status. I am not able to get the status of previously uploaded package (uploaded with altool) using notarytool. I get the error "Submission does not exist or does not belong to your team." Following is the output I get xcrun altool. I am retrying 10 times in the code and I always gets following response. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>os-version</key> <string>12.5.0</string> <key>product-errors</key> <array> <dict> <key>code</key> <integer>-19000</integer> <key>message</key> <string>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.</string> <key>userInfo</key> <dict> <key>NSLocalizedDescription</key> <string>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.</string> <key>NSLocalizedFailureReason</key> <string>Apple Services operation failed.</string> <key>NSLocalizedRecoverySuggestion</key> <string>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.</string> </dict> </dict> </array> <key>tool-path</key> <string>/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework</string> <key>tool-version</key> <string>5.4211.13411</string> <key>warnings</key> <array> <dict> <key>code</key> <integer>-1030</integer> <key>message</key> <string>altool has been deprecated and, starting in fall 2023, will no longer be supported by the Apple notary service. You should start using notarytool to notarize your software.</string> <key>userInfo</key> <dict> <key>NSLocalizedDescription</key> <string>altool has been deprecated and, starting in fall 2023, will no longer be supported by the Apple notary service. You should start using notarytool to notarize your software.</string> </dict> </dict> </array> </dict> </plist> regards Prema Kumar
Jul ’22