notarization failure : 401 Unauthenticated

I'm using a script to do notarization.

However, notarization is failing for the following reasons. (The upload also fails for the same reason.)

$ xcrun notarytool info <submission-id> --apple-id <apple-id> --password <password> --team-id <team-id>
error:http status code: 401. Unauthenticated. Ensure that all authentication arguments are correct.

This error has occurred since today.

The script has not been modified, and the account information has not been changed.

And sometimes, notarization is successful.

Since it is an automated script, it should always succeed in notarization.

Any help this would be appreciated.

I’ve seen a few reports of this from other folks but I’ve no concrete info about what’s going on. Can you still reproduce this?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I checked yesterday(07.18) and it doesn't reproduce. If it is reproduced again, we will report back.

thank you :)

I checked yesterday(07.18) and it doesn't reproduce.

Cool.

If it is reproduced again, we will report back.

Thanks.

The best thing to do in that case is to reproduce the problem with verbose logging enabled (via --verbose) and then file a bug with that log. Once you do that, post your bug number here so that I see it.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I have this error - a command line that was used repeatedly and worked simply quit, using the notarytool. It suddenly declares 401 invalid permission. It is wrong. Take the same information and pass through altool and the package notarizes. I have tried creating a new app password. Result is the same: altool is fine, notartytool still has the error. It seems there is no way to get permissions accepted by notarytool anymore. Too bad, because it is a significant improvement. - -Brian

notarization failure : 401 Unauthenticated
 
 
Q