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.