Search results for

“We are unable to process your request”

73,603 results found

Post

Replies

Boosts

Views

Activity

iOS vision framework - Unable to setup request in VNDetectHumanBodyPoseRequest
I use VNDetectHumanBodyPoseRequest to detect body from an image which in xcode assets(I download from image website), But I get error below: 2021-12-24 21:50:19.945976+0800 Guess My Exercise[91308:4258893] [espresso] [Espresso::handle_ex_plan] exception=Espresso exception: I/O error: Missing weights path cnn_human_pose.espresso.weights status=-2 Unable to perform the request: Error Domain=com.apple.vis Code=9 Unable to setup request in VNDetectHumanBodyPoseRequest UserInfo={NSLocalizedDescription=Unable to setup request in VNDetectHumanBodyPoseRequest}. Below is my codes: let image = UIImage(named: image2) guard let cgImage = image?.cgImage else{return} let requestHandler = VNImageRequestHandler(cgImage: cgImage) let request = VNDetectHumanBodyPoseRequest(completionHandler: bodyPoseHandler) do { // Perform the body pose-detection request. try requestHandler.perform([request]) } catch { print(Unable to perform the request
1
0
1.3k
Dec ’21
DriverKit entitlement request NOT processed for months ...
Hi Apple support, We requested the DriverKit Entitlement via below link back in early June. https://developer.apple.com/contact/request/system-extension/ Unfortunately the request is NOT processed for months. Every time we check with Apple support, we just get boilerplate reply, and we have no idea whether the request is being processed or is stuck somewhere. No SLA is shared. This unexpected delay really impacts our product development/release schedule. We are anxiously finding a way to escalate. Can anyone from Apple in this forum help? I can share more details with the request. Thank you. Thanks, Jason
1
0
750
Sep ’23
Unable to notarise: Unable to find requested file(s): metadata.xml (1057)
Trace error - https://developer.apple.com/forums/content/attachment/c14f0290-4c9b-497c-ad2e-9c95fbc495a3 Hi. In the latest days I'm unable to notarize some components (dmgs, apps, etc) because the upload of those components is failing with the error: Unable to find requested file(s): metadata.xml (1057) Sometimes it is necessary to try 2-4 times to be able to upload the components. I'm using Xcode 11.3.1 and Xcode 12.2. The notarisation was working ok with no issues previously. Have someone face a similar issue? Thanks
26
0
6.0k
Apr ’21
Unable To Perform Stapler Process
I am facing an issue while trying to staple a notarization ticket to my signed macOS installer package. Details of my setup: The .pkg file is signed using my Developer ID Installer certificate. The app inside the package is signed using my Developer ID Application certificate. Notarization via xcrun notarytool completes successfully with status: Accepted. However, the stapler command fails with the following error: xcrun stapler staple -v /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg Processing: /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg Could not validate ticket for /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg The staple and validate action failed! Error 65. I verified that all other Apple notarization-related servers (api.apple-cloudkit.com, gs.apple.com, ocsp.apple.com, ocsp2.apple.com, crl.apple.com, developer.apple.com) are reachable. However, the domain cdn-apple-cloudkit.apple.com cannot be resolved from any network, including mobile or public Wi-Fi. Both d
1
0
367
Oct ’25
Transfer App: We can't process your request
I want to transfer an app from my Apple developer account to my business partner's account. After submit the transfer request. On my business partner's account, when he click review, the page will show: We can't process your requestWe have tried from different browsers, but get the same issue.Can anyone help? We are running on release the app.Many thanksRegards,Henry
23
0
4.9k
Apr ’18
My Apps: We can't process your request
Trying to go into My Apps on itunes connect (https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app) after uploading a new build of an application, and receiving an email notification that it had completed processing, and I get the following error page:(https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/defaultError)We can't process your request.Try reloading the page. If the problem persists, contact us.iTunes Connect HomepageThis has been happening for a number of hours now, and I can't get in to release a new beta build.
38
0
28k
Apr ’18
Unable to submit a Capability Request
In the Developer portal, I'm attempting to add the DriverKit UserClient Access to an App ID that is assigned to a DEXT that we are developing. Once I have filled out the form and clicked Submit the screen goes bank and stays blank even after a long delay. The original Capability Request tab's entry for DriverKit UserClient Access never changes from No Requests. I have tried this on two successive days, with the same result.
1
0
105
Feb ’26
"Your Request Couldn't Be Processed" While Enrolling Into Developer Program
I am trying to enroll in the developer program by following below steps. Open apple developer app Clicks on my account name Clicks on 'Enroll Now' button Filled all details Opens up Program License Agreement & Clicks Agree Clicks Agree on the Confirm Agreement This process is showing Your request could not be processed.
5
0
1.2k
Jun ’24
UIAlertView shows nothing
I'm trying to recieve data from a server to initialize my app. However sometimes due to the network problem I cannot recieve any data. So at this time, I need to show an alert and exit the app. Here's my code:override func viewDidLoad() { super.viewDidLoad() / var params = Dictionary<String, String>(); params[path] = /; let response = ApiRequest.get(ApiRequest.LIST_FOLDER, params: params); if (response?.objectForKey(succ) == nil) { self.presentViewController(UIAlertController.init(title: Network Error, message: No recieved data, preferredStyle: UIAlertControllerStyle.Alert), animated: true, completion: nil); abort(); } if (response?.objectForKey(succ) as! String == 0) { UIAlertView(title: Server Error, message: Unable to process the request, delegate: nil, cancelButtonTitle: Cancel).show(); abort(); } folderList = FolderList(folders: response?.objectForKey(msg) as! NSDictionary); }But actually no alert view was shown when no network connection. Anybody knows why this happened?PS: if I
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
534
Oct ’15
(Multicast) Entitlement Request Processing Time
Is there any way to speed up the processing time for the multicast entitlement? I did request it at the same time as one of my colleagues. We already both have successful apps in the store and we more or less used the same explanation. My colleague got it after 3 days, I'm still waiting for 2 weeks now. This is a bit sad as I've worked several months on an app that uses UDP multicast to find out link-local device peers and this is a complete BLOCKER for me.
1
0
1.2k
Sep ’22
Unable to request API Key
I'm trying to request an API key and I'm running into a strange error.I've been granted permission to access the API, but upon hitting Generate API Key and filling out the forms I get the following error:Your account doesn’t have permission to edit other users. Contact your team agent for more information.I've confimed I have admin access and I am the team agent - in fact I setup the account. Anyone else run into this issue?
2
0
2k
Nov ’18
Unable to Request Health Kit Permissions
I am working on a watch app which requests permissions to read and write active calorie data. My app works fine on Xcode 8 and watchOS3 + iOS 10, but on Xcode 9 and watchOS4 + iOS 11, I am unable request health kit permissions.When I call requestAuthorization on HKHealthStore I get back success = false and the following error:Error Domain=com.apple.healthkit Code=5 Transaction block failed without an error. UserInfo={NSLocalizedDescription=Transaction block failed without an error.}I also do not receive the alert on my phone to open my app and accept / decline the request for permissions.My entitlements are setup correctly with com.apple.developer.healthkit set to YES for both the app and the watch extension. Since it worked fine when building to device on Xcode 8 and watchOS3 + iOS 10, but now no longer works on Xcode 9 and watchOS4 + iOS 11, my guess is that it's an SDK bug.I encountered the same bug on the simulator, which I seemed to fix by erasing all content and setti
12
0
9.2k
Jun ’17
iOS vision framework - Unable to setup request in VNDetectHumanBodyPoseRequest
I use VNDetectHumanBodyPoseRequest to detect body from an image which in xcode assets(I download from image website), But I get error below: 2021-12-24 21:50:19.945976+0800 Guess My Exercise[91308:4258893] [espresso] [Espresso::handle_ex_plan] exception=Espresso exception: I/O error: Missing weights path cnn_human_pose.espresso.weights status=-2 Unable to perform the request: Error Domain=com.apple.vis Code=9 Unable to setup request in VNDetectHumanBodyPoseRequest UserInfo={NSLocalizedDescription=Unable to setup request in VNDetectHumanBodyPoseRequest}. Below is my codes: let image = UIImage(named: image2) guard let cgImage = image?.cgImage else{return} let requestHandler = VNImageRequestHandler(cgImage: cgImage) let request = VNDetectHumanBodyPoseRequest(completionHandler: bodyPoseHandler) do { // Perform the body pose-detection request. try requestHandler.perform([request]) } catch { print(Unable to perform the request
Replies
1
Boosts
0
Views
1.3k
Activity
Dec ’21
Reply to Cannot go to my apps
I also cannot logon my itunesconnect account. I got the error message Unable to process request. Did you get the same message?
Replies
Boosts
Views
Activity
Aug ’15
DriverKit entitlement request NOT processed for months ...
Hi Apple support, We requested the DriverKit Entitlement via below link back in early June. https://developer.apple.com/contact/request/system-extension/ Unfortunately the request is NOT processed for months. Every time we check with Apple support, we just get boilerplate reply, and we have no idea whether the request is being processed or is stuck somewhere. No SLA is shared. This unexpected delay really impacts our product development/release schedule. We are anxiously finding a way to escalate. Can anyone from Apple in this forum help? I can share more details with the request. Thank you. Thanks, Jason
Replies
1
Boosts
0
Views
750
Activity
Sep ’23
Unable to notarise: Unable to find requested file(s): metadata.xml (1057)
Trace error - https://developer.apple.com/forums/content/attachment/c14f0290-4c9b-497c-ad2e-9c95fbc495a3 Hi. In the latest days I'm unable to notarize some components (dmgs, apps, etc) because the upload of those components is failing with the error: Unable to find requested file(s): metadata.xml (1057) Sometimes it is necessary to try 2-4 times to be able to upload the components. I'm using Xcode 11.3.1 and Xcode 12.2. The notarisation was working ok with no issues previously. Have someone face a similar issue? Thanks
Replies
26
Boosts
0
Views
6.0k
Activity
Apr ’21
Unable To Perform Stapler Process
I am facing an issue while trying to staple a notarization ticket to my signed macOS installer package. Details of my setup: The .pkg file is signed using my Developer ID Installer certificate. The app inside the package is signed using my Developer ID Application certificate. Notarization via xcrun notarytool completes successfully with status: Accepted. However, the stapler command fails with the following error: xcrun stapler staple -v /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg Processing: /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg Could not validate ticket for /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg The staple and validate action failed! Error 65. I verified that all other Apple notarization-related servers (api.apple-cloudkit.com, gs.apple.com, ocsp.apple.com, ocsp2.apple.com, crl.apple.com, developer.apple.com) are reachable. However, the domain cdn-apple-cloudkit.apple.com cannot be resolved from any network, including mobile or public Wi-Fi. Both d
Replies
1
Boosts
0
Views
367
Activity
Oct ’25
Transfer App: We can't process your request
I want to transfer an app from my Apple developer account to my business partner's account. After submit the transfer request. On my business partner's account, when he click review, the page will show: We can't process your requestWe have tried from different browsers, but get the same issue.Can anyone help? We are running on release the app.Many thanksRegards,Henry
Replies
23
Boosts
0
Views
4.9k
Activity
Apr ’18
My Apps: We can't process your request
Trying to go into My Apps on itunes connect (https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app) after uploading a new build of an application, and receiving an email notification that it had completed processing, and I get the following error page:(https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/defaultError)We can't process your request.Try reloading the page. If the problem persists, contact us.iTunes Connect HomepageThis has been happening for a number of hours now, and I can't get in to release a new beta build.
Replies
38
Boosts
0
Views
28k
Activity
Apr ’18
Unable to submit a Capability Request
In the Developer portal, I'm attempting to add the DriverKit UserClient Access to an App ID that is assigned to a DEXT that we are developing. Once I have filled out the form and clicked Submit the screen goes bank and stays blank even after a long delay. The original Capability Request tab's entry for DriverKit UserClient Access never changes from No Requests. I have tried this on two successive days, with the same result.
Replies
1
Boosts
0
Views
105
Activity
Feb ’26
Enrollment request is still processing
We have enrolled for the Apple Developer program on 3 September 2021. And since then it is being precessed. We have tried to contact support twice just in case if we need additional information to provide or anything to accelerate the process but it seems our enrollment has been stuck there. Please help Please help.
Replies
2
Boosts
0
Views
822
Activity
Sep ’21
"Your Request Couldn't Be Processed" While Enrolling Into Developer Program
I am trying to enroll in the developer program by following below steps. Open apple developer app Clicks on my account name Clicks on 'Enroll Now' button Filled all details Opens up Program License Agreement & Clicks Agree Clicks Agree on the Confirm Agreement This process is showing Your request could not be processed.
Replies
5
Boosts
0
Views
1.2k
Activity
Jun ’24
Apple pay Error processing request 500
I requested seller validation to Apple Pay server. I sent the merchantIdentifier, my domain, and displayname to the url I received as Js. ( sslcontext TLSv1.2 ) However, the error occurred in response. StatusCode 500 StatusMessage Error processing request. What should I check? Help me.
Replies
0
Boosts
0
Views
633
Activity
Feb ’23
UIAlertView shows nothing
I'm trying to recieve data from a server to initialize my app. However sometimes due to the network problem I cannot recieve any data. So at this time, I need to show an alert and exit the app. Here's my code:override func viewDidLoad() { super.viewDidLoad() / var params = Dictionary<String, String>(); params[path] = /; let response = ApiRequest.get(ApiRequest.LIST_FOLDER, params: params); if (response?.objectForKey(succ) == nil) { self.presentViewController(UIAlertController.init(title: Network Error, message: No recieved data, preferredStyle: UIAlertControllerStyle.Alert), animated: true, completion: nil); abort(); } if (response?.objectForKey(succ) as! String == 0) { UIAlertView(title: Server Error, message: Unable to process the request, delegate: nil, cancelButtonTitle: Cancel).show(); abort(); } folderList = FolderList(folders: response?.objectForKey(msg) as! NSDictionary); }But actually no alert view was shown when no network connection. Anybody knows why this happened?PS: if I
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
4
Boosts
0
Views
534
Activity
Oct ’15
(Multicast) Entitlement Request Processing Time
Is there any way to speed up the processing time for the multicast entitlement? I did request it at the same time as one of my colleagues. We already both have successful apps in the store and we more or less used the same explanation. My colleague got it after 3 days, I'm still waiting for 2 weeks now. This is a bit sad as I've worked several months on an app that uses UDP multicast to find out link-local device peers and this is a complete BLOCKER for me.
Replies
1
Boosts
0
Views
1.2k
Activity
Sep ’22
Unable to request API Key
I'm trying to request an API key and I'm running into a strange error.I've been granted permission to access the API, but upon hitting Generate API Key and filling out the forms I get the following error:Your account doesn’t have permission to edit other users. Contact your team agent for more information.I've confimed I have admin access and I am the team agent - in fact I setup the account. Anyone else run into this issue?
Replies
2
Boosts
0
Views
2k
Activity
Nov ’18
Unable to Request Health Kit Permissions
I am working on a watch app which requests permissions to read and write active calorie data. My app works fine on Xcode 8 and watchOS3 + iOS 10, but on Xcode 9 and watchOS4 + iOS 11, I am unable request health kit permissions.When I call requestAuthorization on HKHealthStore I get back success = false and the following error:Error Domain=com.apple.healthkit Code=5 Transaction block failed without an error. UserInfo={NSLocalizedDescription=Transaction block failed without an error.}I also do not receive the alert on my phone to open my app and accept / decline the request for permissions.My entitlements are setup correctly with com.apple.developer.healthkit set to YES for both the app and the watch extension. Since it worked fine when building to device on Xcode 8 and watchOS3 + iOS 10, but now no longer works on Xcode 9 and watchOS4 + iOS 11, my guess is that it's an SDK bug.I encountered the same bug on the simulator, which I seemed to fix by erasing all content and setti
Replies
12
Boosts
0
Views
9.2k
Activity
Jun ’17