Posts

Post marked as solved
13 Replies
Hi,Same problem in our CI server. Sometime xcrun altool answer with a 239 error, and an explicit message:*** Error: Apple Services operation failed. Could not find the RequestUUID.If we retry later (from 1 to 3mn) the same call succeed with a result "In progress", until notarization completion. So, we can ignore this return code, and keep waiting for an "in progress" answer but more informations could be helpfull:- Is this code 239 dedicated to 'requestUUID not found' response or it's a more generic error code ?- Can you provide a list of exit codes returned by 'xcrun altool' ?Thanks,# First call right after the UUID was returned by 'xcrun altool' xcrun altool -u 'XXXX' --notarization-info 9dcb6928-c3d1-4ae7-84ce-5aaa5203e709 2019-10-28 19:00:41.161 altool[89282:31450767] *** Error: Apple Services operation failed. Could not find the RequestUUID. # Another call 1mn later: xcrun altool -u 'XXXX' --notarization-info 9dcb6928-c3d1-4ae7-84ce-5aaa5203e709 2019-10-28 19:01:51.960 altool[89504:31451843] No errors getting notarization info. RequestUUID: 9dcb6928-c3d1-4ae7-84ce-5aaa5203e709 Date: 2019-10-28 18:00:43 +0000 Status: in progress LogFileURL: (null)