Post

Replies

Boosts

Views

Activity

Reply to My .scpt script fail sometimes
We execute the script via SSH with osascript "name of script.scpt" Consider that the script it works. This is the script .scpt that we call: set usr to (do shell script "echo $USR") set pwd to (do shell script "echo $PWWD") set maxRetries to 3 set attempt to 0 set loginSuccess to false set statusFile to "/Users/digicertusr/Downloads/success.txt" repeat while (attempt < maxRetries and loginSuccess is false) set attempt to attempt + 1 tell application "Safari" activate open location "https://xxxxxx.com" end tell delay 5 tell application "System Events" keystroke usr delay 5 keystroke tab delay 3 keystroke pwd delay 5 keystroke return end tell tell application "Safari" activate open location "https://www.wikipedia.org" end tell delay 5 tell application "Safari" set pageTitle to name of front document end tell if pageTitle contains "Wikipedia" or pageTitle contains "Sign On" or pageTitle contains "xxxxxxxxxx" then set loginSuccess to true else set loginSuccess to false end if tell application "Safari" close front window quit end tell end repeat if loginSuccess is false then do shell script "echo 'FAILED' >> /Users/digicertusr/Downloads/failed.log" end if Thanks
Jan ’25
Reply to Notarization: The operation couldn't be completed. (SotoS3.S3ErrorType.multipart error 1.)
Hi at all, with the "xcrun notarytool submit..." command i receive this error: Error: abortedUpload(resumeRequest: SotoS3.S3.ResumeMultipartUploadRequest(uploadRequest: SotoS3.S3.CreateMultipartUploadRequest(acl: nil, bucket: "notary-submissions-prod", bucketKeyEnabled: nil, cacheControl: nil, contentDisposition: nil, contentEncoding: nil, contentLanguage: nil, contentType: nil, expectedBucketOwner: nil, _expires: SotoCore.OptionalCustomCoding<SotoCore.HTTPHeaderDateCoder>(value: nil), grantFullControl: nil, grantRead: nil, grantReadACP: nil, grantWriteACP: nil, key: "prod/AROARQRX7CZS3PRF6ZA5L:b89d9e46-3bea-405a-aa39-e7e169cd9ceb", metadata: nil, objectLockLegalHoldStatus: nil, objectLockMode: nil, _objectLockRetainUntilDate: SotoCore.OptionalCustomCoding<SotoCore.ISO8601DateCoder>(value: nil), requestPayer: nil, serverSideEncryption: nil, sSECustomerAlgorithm: nil, sSECustomerKey: nil, sSECustomerKeyMD5: nil, sSEKMSEncryptionContext: nil, sSEKMSKeyId: nil, storageClass: nil, tagging: nil, websiteRedirectLocation: nil), uploadId: "T3B5F3SJtlKnauoFnHxMSimHvlffTggkVSdQ53bkvZTBlQxT6JBgc6ZvkvflhUGpbf7pah4anLjZ2K2P89GxHQAUIEzcQqzCk2Er4ckow0OVXUvsIOHc9L0.XeI9HdTlJRFX.YJG4pDNliIsbqn1UubE8bOVoDtpZ1RTiBRNNRmbce8mcZRCs27mtd3.3xB4", completedParts: [SotoS3.S3.CompletedPart(eTag: Optional(""9ef6a8a85b91f3fa525bc4b740850b74""), partNumber: Optional(1)), SotoS3.S3.CompletedPart(eTag: Optional(""deec3dd24e3e93b7a2234c35a10885e9""), partNumber: Optional(2)), SotoS3.S3.CompletedPart(eTag: Optional(""c0a90ba5cffd02f899fe92f158317f1a""), partNumber: Optional(3)), SotoS3.S3.CompletedPart(eTag: Optional(""651cfca23b6dea0420abce344015dbba""), partNumber: Optional(4)), SotoS3.S3.CompletedPart(eTag: Optional(""b49775f378ce1737129eb84598d5dfbe""), partNumber: Optional(5))]), error: HTTPClientError.deadlineExceeded) Do you have an idea please? Thanks in advance
Topic: Code Signing SubTopic: Notarization Tags:
Apr ’25
Reply to My .scpt script fail sometimes
We execute the script via SSH with osascript "name of script.scpt" Consider that the script it works. This is the script .scpt that we call: set usr to (do shell script "echo $USR") set pwd to (do shell script "echo $PWWD") set maxRetries to 3 set attempt to 0 set loginSuccess to false set statusFile to "/Users/digicertusr/Downloads/success.txt" repeat while (attempt < maxRetries and loginSuccess is false) set attempt to attempt + 1 tell application "Safari" activate open location "https://xxxxxx.com" end tell delay 5 tell application "System Events" keystroke usr delay 5 keystroke tab delay 3 keystroke pwd delay 5 keystroke return end tell tell application "Safari" activate open location "https://www.wikipedia.org" end tell delay 5 tell application "Safari" set pageTitle to name of front document end tell if pageTitle contains "Wikipedia" or pageTitle contains "Sign On" or pageTitle contains "xxxxxxxxxx" then set loginSuccess to true else set loginSuccess to false end if tell application "Safari" close front window quit end tell end repeat if loginSuccess is false then do shell script "echo 'FAILED' >> /Users/digicertusr/Downloads/failed.log" end if Thanks
Replies
Boosts
Views
Activity
Jan ’25
Reply to How to count the number of signed files
Yes I'm referring to the files inside the .app. We need this info for statistics and create if possible also the reports. We execute the codesign inside a CI pipeline. Thanks
Topic: Code Signing SubTopic: General
Replies
Boosts
Views
Activity
Jan ’25
Reply to My .scpt script fail sometimes
I realized that when the script fails it’s because I didn’t authenticate on the lock screen. If I do the login, at least one time, the script works perfectly. consider that we call the script via ssh connection. do you have ideas? thanks
Replies
Boosts
Views
Activity
Jan ’25
Reply to Analytics Reports API response only returns empty data array
Hi, I have the same issue. At the moment I can retrieve only App Store Engagement not useful for us. we are interested to export the Metrics. Thanks in advance
Replies
Boosts
Views
Activity
Feb ’25
Reply to New Apple Developer Team not showing up in developer.apple
Hi at all, the issue is still present.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Notarization: The operation couldn't be completed. (SotoS3.S3ErrorType.multipart error 1.)
Hi at all, with the "xcrun notarytool submit..." command i receive this error: Error: abortedUpload(resumeRequest: SotoS3.S3.ResumeMultipartUploadRequest(uploadRequest: SotoS3.S3.CreateMultipartUploadRequest(acl: nil, bucket: "notary-submissions-prod", bucketKeyEnabled: nil, cacheControl: nil, contentDisposition: nil, contentEncoding: nil, contentLanguage: nil, contentType: nil, expectedBucketOwner: nil, _expires: SotoCore.OptionalCustomCoding<SotoCore.HTTPHeaderDateCoder>(value: nil), grantFullControl: nil, grantRead: nil, grantReadACP: nil, grantWriteACP: nil, key: "prod/AROARQRX7CZS3PRF6ZA5L:b89d9e46-3bea-405a-aa39-e7e169cd9ceb", metadata: nil, objectLockLegalHoldStatus: nil, objectLockMode: nil, _objectLockRetainUntilDate: SotoCore.OptionalCustomCoding<SotoCore.ISO8601DateCoder>(value: nil), requestPayer: nil, serverSideEncryption: nil, sSECustomerAlgorithm: nil, sSECustomerKey: nil, sSECustomerKeyMD5: nil, sSEKMSEncryptionContext: nil, sSEKMSKeyId: nil, storageClass: nil, tagging: nil, websiteRedirectLocation: nil), uploadId: "T3B5F3SJtlKnauoFnHxMSimHvlffTggkVSdQ53bkvZTBlQxT6JBgc6ZvkvflhUGpbf7pah4anLjZ2K2P89GxHQAUIEzcQqzCk2Er4ckow0OVXUvsIOHc9L0.XeI9HdTlJRFX.YJG4pDNliIsbqn1UubE8bOVoDtpZ1RTiBRNNRmbce8mcZRCs27mtd3.3xB4", completedParts: [SotoS3.S3.CompletedPart(eTag: Optional(""9ef6a8a85b91f3fa525bc4b740850b74""), partNumber: Optional(1)), SotoS3.S3.CompletedPart(eTag: Optional(""deec3dd24e3e93b7a2234c35a10885e9""), partNumber: Optional(2)), SotoS3.S3.CompletedPart(eTag: Optional(""c0a90ba5cffd02f899fe92f158317f1a""), partNumber: Optional(3)), SotoS3.S3.CompletedPart(eTag: Optional(""651cfca23b6dea0420abce344015dbba""), partNumber: Optional(4)), SotoS3.S3.CompletedPart(eTag: Optional(""b49775f378ce1737129eb84598d5dfbe""), partNumber: Optional(5))]), error: HTTPClientError.deadlineExceeded) Do you have an idea please? Thanks in advance
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Apr ’25