Re: Apple Notary Service returning false "Could not find the RequestUUID"
Re: Apple Notary Service returning false "Could not find the RequestUUID"
- Subject: Re: Apple Notary Service returning false "Could not find the RequestUUID"
- From: Jack Brindle via Cocoa-dev <email@hidden>
- Date: Sat, 2 Nov 2019 15:12:04 -0700
Jerry;
Thanks for updating that info. Your info has helped a lot in my own
notarization efforts.
The Notarization system consists of two parts - the front end that our scripts
communicate with to request takes and get info, and a back-end that actually
does the notarization work. When we get that error, it is the back-end that is
down.
And the response is correct - the front end doesn’t know anything about that
task, because no one is at home to tell it. The data is queued, and will run
eventually when the back end comes back up. If you watch your history info over
time, you will see the task complete. Still, when this happens it is
aggravating. Adding a check for that error in the script really helps; at least
it tells me why Notarization is taking so long. My scripts will then abort the
request, and we will queue up a fresh build later.
The notarization service should be running just fine at present, at least that
is what the developer status page is indicating:
https://developer.apple.com/system-status/
<https://developer.apple.com/system-status/>
Jack
> On Nov 2, 2019, at 2:43 PM, Jerome Krinock via Cocoa-dev
> <email@hidden> wrote:
>
> I think this list still has a lot of Mac developers.
>
> Recently, and particularly today, Apple Notary Service has been returning
> false errors code 1519 “could not find the RequestUUID” responses to
> notification info requests which in fact contain good Request UUIDs. One
> short answer is to ignore this error and keep trying; after several hours,
> the response will change to the expected “in progress” and shortly
> thereafter, “success”. I’m shipping several Developer ID apps and have seen
> this happen 5 times so far today.
>
> I’ve posted a longer answer here:
>
> https://stackoverflow.com/questions/56890749/macos-notarize-in-script/56890758#56890758
>
> Scroll down to "UPDATE 2019-11-03”.
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden