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.

Replies

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"