Search results for

“Request failed with http status code 503”

200,960 results found

Post

Replies

Boosts

Views

Activity

SwiftUI WeatherKit returns HTTP status code 403
Trying to get weather data for a specific location and specific timezone. Generated Service identifier and Private Key, from Apple developer site. Then Generated public key Generated jwt token from jwt.io by keying in the payload, header, public, and private key. Header { alg : ES256, // predefined kid : “keyid” , // key id created for WeatherKit id : “developer_team_account_id.com.company_name.MyWeatherKit, typ : JWT } Payload { iat : 1710117942, exp : 1710204342, iss : developer_team_account_id, sub : com.company_name.MyWeatherKit } I Then call this function: func getWeatherData(requestId: String, latitudeStr: String, longitudeStr: String, completion: @escaping (Bool) -> () ){ var country = US var language = en var tz = CST let jwtToken = token here.... let urlString:String = https://weatherkit.apple.com/api/v1/availability/ + language + / + latitudeStr + / + longitudeStr + ? + country= + country + & + timezone= + tz print(Apple weather urlString: (urlString)) let weatherURL = URL(string: ur
0
0
693
Mar ’24
MPSMatrixDecompositionCholesky Status code
Hi, I am trying to extend the pytorch library. I would like to add MPS native Cholesky Decomposition. I finally got it working (mostly). But I am struggling to implement the status codes. What I did: // init status id status = [device newBufferWithLength:sizeof(int) options:MTLResourceStorageModeShared]; if (status) { int* statusPtr = (int*)[status contents]; *statusPtr = 42; // Set the initial content to 42 NSLog(@Status Value: %d, *statusPtr); } else { NSLog(@Failed to allocate status buffer); } ... [commandBuffer addCompletedHandler:^(id commandBuffer) { // Your completion code here int* statusPtr = (int*)[status contents]; int statusVal = *statusPtr; NSLog(@Status Value: %d, statusVal); // Update the 'info' tensor here based on statusVal // ... }]; for (const auto i : c10::irange(batchSize)) { ... [filter encodeToCommandBuffer:commandBuffer sourceMatrix:sourceMatrix resultMatrix:solutionMatrix statu
0
0
865
Sep ’23
Status of "NEHotspotHelper Entitlement Request"
Hi there, I know here is not the right place to ask this question as title, but It's been 3 weeks I haven't got any responses, even I asked the status through the mail. Could someone please help me to check it? My Network Extension framework request-Follow-up ID is 792333531. I hope my request is still processing rather than lost it. Thank you so much!
1
0
962
Feb ’22
didreceiveresponse never called in HTTP post request … NSURLSession/NSURLConnection HTTP load failed
I have a very simple code to post an XML data on amazon web service. Unfortunately, the data is never posted on the website I cant seem to figure out the problem. I get the following error: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)I have modified the info.plist to add domain exceptions but it doesnt seem to fix my problem. I have read all possible threads on this issue and it hasnt helped me so far. I would really appreciate if community experts could shed some light on this issue.After modifying the info.plist, the CFNetwork SSLHandshake failed error no longer shows up but the NSURLSession/NSURLConnection HTTP load failed still persists. Does any one have any clue of what might be going on here. Thanks again.NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@https://ec2-54-85-5-148.compute-1.amazonaws.com:8443/addResult]]; request.HTTPMethod = @POST; [request
1
0
448
Nov ’15
Reply to Error codes and error messages for altool notarize-app
Is there a document that lists the error codes and messages for notary service by Apple? There is not unfortunately. This would be an enhancement request. If you do receive a response that you do not expect, you can check the status of your Notary request using the following command: % xcrun altool --notarization-info 2EFE2717-52EF-43A5-96DC-0797E4CA1041 -p @keychain:AC_PASSWORD Which may produce something like the following: RequestUUID: 2EFE2717-52EF-43A5-96DC-0797E4CA1041 Date: 2021-07-02 20:32:01 +0000 Status: invalid LogFileURL: https://osxapps.itunes.apple.com/... Status Code: 2 Status Message: Package Invalid And this could instruct your automation on what the next step would be; retry again or fail the step. Matt Eaton DTS Engineering, CoreOS meaton3@apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Mar ’22
Failed to Add Testers to TestFlight Build with Status "409"
Our test application has the status Approved on the test build list view. However, when adding testers to the test build, the process failed with the error message An error has occurred. Try again later. **Here is the API request: ** https://appstoreconnect.apple.com/iris/v1/builds/d9bc89fa-e94d-4a33-a39c-20550c0673ec/relationships/individualTesters Here is the response: { errors : [ { id : 5b833be8-18d1-4ce9-b47d-7a315ef49a50, status : 409, code : STATE_ERROR, title : The request cannot be fulfilled because of the state of another resource., detail : Tester(s) cannot be assigned } ] } Does anyone experience the same issue? Any insight on the root cause? I am wondering if this could be fixed by itself. Any input and help is appreciated.
1
0
172
Mar ’25
Getting Error status code 405 while Sending PATCH request for updating in app purchases
Hi I am getting error status code 405 while sending PATCH request for updating in app purchases with using appstore connect rest api. However I can create an in app purchase with rest api but I cant localize and update them. I tried with scopes in JWT and without scopes in JWT but result is same. Can you help me about that?
1
0
1k
Aug ’22
Urgent Request for SKAdNetwork Approval Status
I recently applied for approval to use SKAdNetwork for our ad network, and I haven't received any updates on the status of our application yet. I'm kindly requesting an update on the status of our application as soon as possible. We would appreciate any help to expedite the process. If there's any additional information or materials that we need to provide, please let us know.
0
0
891
Mar ’23
Reply to Xcode 12.0.1 won't download watchOS 7.0.1 symbols
Yes, same issues. Rebooted watch, Mac, Xcode but to no avail. I see my developer account details in the Xcode Preferences. I'll contact developer support. Got the following from macOS logs when looking at process Xcode log entries: (Redirect Count) 0 (Transaction Metrics) (Request) {object:,url:https://devimages-cdn.apple.com/downloads/xcode/dsc/Watch4_2_18R395.dmg} (Response) { URL: https://devimages-cdn.apple.com/downloads/xcode/dsc/Watch4_2_18R395.dmg } { Status Code: 403, Headers { ... self= { canUseCachingServer: 1, phase: valid, session: <__NSURLSessionLocal: 0x7fd38951eb60>, delegate: 0x7fd3998df040, tasks: (0x7fd38951ea20) } oletus 16:19:56.611135+0300 Xcode DVTDownloadable: Download Failed. Downloadable: https://devimages-cdn.apple.com/downloads/xcode/dsc/Watch4_2_18R395.dmg. Error Domain=DataWritingACSURLSessionDelegate Code=1 Failed with HTTP status 403: forbidden UserInfo={NSLocalizedDescription=Failed
Sep ’20
MusicKit: developer token request failed
The MusicKit video states that you just enable MusicKit in your application identifier and you're done! Ok, so I did that, and I'm seeing the following error when trying to run a song query: [DataRequesting] Failed retrieving MusicKit tokens: Error Domain=ICErrorDomain Code=-8200 Media API Token Service's response was invalid (status code: Unauthorized (401)). UserInfo={NSDebugDescription=Media API Token Service's response was invalid (status code: Unauthorized (401))., NSUnderlyingError=0x6000023a0c60 {Error Domain=AMSErrorDomain Code=301 Invalid Status Code UserInfo={NSLocalizedDescription=Invalid Status Code, AMSURL=https://sf-api-token-service.itunes.apple.com/apiToken?REDACTED, AMSStatusCode=401, AMSServerPayload={ status = verificationFailure; }, NSLocalizedFailureReason=The response has an invalid status code}}}. Throwing .developerTokenRequestFailed. Is this just broke
7
0
4.9k
Jun ’21
Reply to MusicKit - Search Apple Music Catalog without user authorization
I discovered that it's possible the developer token directly with try await MusicDataRequest.tokenProvider.developerToken(options: []). Unfortunately, this returns another error: Encountered error while requesting developer token. Error Domain=ICError Code=-7010 Failed to get listener endpoint for cloud service status monitor. UserInfo={NSDebugDescription=Failed to get listener endpoint for cloud service status monitor....
Topic: Media Technologies SubTopic: General Tags:
Dec ’22
SwiftUI WeatherKit returns HTTP status code 403
Trying to get weather data for a specific location and specific timezone. Generated Service identifier and Private Key, from Apple developer site. Then Generated public key Generated jwt token from jwt.io by keying in the payload, header, public, and private key. Header { alg : ES256, // predefined kid : “keyid” , // key id created for WeatherKit id : “developer_team_account_id.com.company_name.MyWeatherKit, typ : JWT } Payload { iat : 1710117942, exp : 1710204342, iss : developer_team_account_id, sub : com.company_name.MyWeatherKit } I Then call this function: func getWeatherData(requestId: String, latitudeStr: String, longitudeStr: String, completion: @escaping (Bool) -> () ){ var country = US var language = en var tz = CST let jwtToken = token here.... let urlString:String = https://weatherkit.apple.com/api/v1/availability/ + language + / + latitudeStr + / + longitudeStr + ? + country= + country + & + timezone= + tz print(Apple weather urlString: (urlString)) let weatherURL = URL(string: ur
Replies
0
Boosts
0
Views
693
Activity
Mar ’24
MPSMatrixDecompositionCholesky Status code
Hi, I am trying to extend the pytorch library. I would like to add MPS native Cholesky Decomposition. I finally got it working (mostly). But I am struggling to implement the status codes. What I did: // init status id status = [device newBufferWithLength:sizeof(int) options:MTLResourceStorageModeShared]; if (status) { int* statusPtr = (int*)[status contents]; *statusPtr = 42; // Set the initial content to 42 NSLog(@Status Value: %d, *statusPtr); } else { NSLog(@Failed to allocate status buffer); } ... [commandBuffer addCompletedHandler:^(id commandBuffer) { // Your completion code here int* statusPtr = (int*)[status contents]; int statusVal = *statusPtr; NSLog(@Status Value: %d, statusVal); // Update the 'info' tensor here based on statusVal // ... }]; for (const auto i : c10::irange(batchSize)) { ... [filter encodeToCommandBuffer:commandBuffer sourceMatrix:sourceMatrix resultMatrix:solutionMatrix statu
Replies
0
Boosts
0
Views
865
Activity
Sep ’23
Reply to Could not download IOS Simulator Xcode 12.4
In my case I am facing the following issue: Failed with HTTP status 400: bad request Domain: DataGatheringNSURLSessionDelegate I solved it by deleting the files from ~/Library/Caches/com.apple.dt.Xcode/Downloads folder.
Replies
Boosts
Views
Activity
Sep ’23
Status of "NEHotspotHelper Entitlement Request"
Hi there, I know here is not the right place to ask this question as title, but It's been 3 weeks I haven't got any responses, even I asked the status through the mail. Could someone please help me to check it? My Network Extension framework request-Follow-up ID is 792333531. I hope my request is still processing rather than lost it. Thank you so much!
Replies
1
Boosts
0
Views
962
Activity
Feb ’22
didreceiveresponse never called in HTTP post request … NSURLSession/NSURLConnection HTTP load failed
I have a very simple code to post an XML data on amazon web service. Unfortunately, the data is never posted on the website I cant seem to figure out the problem. I get the following error: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)I have modified the info.plist to add domain exceptions but it doesnt seem to fix my problem. I have read all possible threads on this issue and it hasnt helped me so far. I would really appreciate if community experts could shed some light on this issue.After modifying the info.plist, the CFNetwork SSLHandshake failed error no longer shows up but the NSURLSession/NSURLConnection HTTP load failed still persists. Does any one have any clue of what might be going on here. Thanks again.NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@https://ec2-54-85-5-148.compute-1.amazonaws.com:8443/addResult]]; request.HTTPMethod = @POST; [request
Replies
1
Boosts
0
Views
448
Activity
Nov ’15
Reply to Error codes and error messages for altool notarize-app
Is there a document that lists the error codes and messages for notary service by Apple? There is not unfortunately. This would be an enhancement request. If you do receive a response that you do not expect, you can check the status of your Notary request using the following command: % xcrun altool --notarization-info 2EFE2717-52EF-43A5-96DC-0797E4CA1041 -p @keychain:AC_PASSWORD Which may produce something like the following: RequestUUID: 2EFE2717-52EF-43A5-96DC-0797E4CA1041 Date: 2021-07-02 20:32:01 +0000 Status: invalid LogFileURL: https://osxapps.itunes.apple.com/... Status Code: 2 Status Message: Package Invalid And this could instruct your automation on what the next step would be; retry again or fail the step. Matt Eaton DTS Engineering, CoreOS meaton3@apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Mar ’22
How to check status of MDM Capability request?
Hi, We made a MDM Capability request a few months ago and still haven't heard back. Is there a way to check what the status of the request is? Thanks, Dave
Replies
2
Boosts
0
Views
758
Activity
Sep ’24
sandbox api is down(503)
curl -i 'https://sandbox.itunes.apple.com/'return:HTTP/1.1 503 Service UnavailableContent-Length: 62Connection: closeCache-Control: no-cache,no-storePragma: no-cache<html><body><b>Http/1.1 Service Unavailable</b></body> </html>
Replies
1
Boosts
0
Views
950
Activity
Mar ’17
Failed to Add Testers to TestFlight Build with Status "409"
Our test application has the status Approved on the test build list view. However, when adding testers to the test build, the process failed with the error message An error has occurred. Try again later. **Here is the API request: ** https://appstoreconnect.apple.com/iris/v1/builds/d9bc89fa-e94d-4a33-a39c-20550c0673ec/relationships/individualTesters Here is the response: { errors : [ { id : 5b833be8-18d1-4ce9-b47d-7a315ef49a50, status : 409, code : STATE_ERROR, title : The request cannot be fulfilled because of the state of another resource., detail : Tester(s) cannot be assigned } ] } Does anyone experience the same issue? Any insight on the root cause? I am wondering if this could be fixed by itself. Any input and help is appreciated.
Replies
1
Boosts
0
Views
172
Activity
Mar ’25
Getting Error status code 405 while Sending PATCH request for updating in app purchases
Hi I am getting error status code 405 while sending PATCH request for updating in app purchases with using appstore connect rest api. However I can create an in app purchase with rest api but I cant localize and update them. I tried with scopes in JWT and without scopes in JWT but result is same. Can you help me about that?
Replies
1
Boosts
0
Views
1k
Activity
Aug ’22
Urgent Request for SKAdNetwork Approval Status
I recently applied for approval to use SKAdNetwork for our ad network, and I haven't received any updates on the status of our application yet. I'm kindly requesting an update on the status of our application as soon as possible. We would appreciate any help to expedite the process. If there's any additional information or materials that we need to provide, please let us know.
Replies
0
Boosts
0
Views
891
Activity
Mar ’23
Reply to Xcode 12.0.1 won't download watchOS 7.0.1 symbols
Yes, same issues. Rebooted watch, Mac, Xcode but to no avail. I see my developer account details in the Xcode Preferences. I'll contact developer support. Got the following from macOS logs when looking at process Xcode log entries: (Redirect Count) 0 (Transaction Metrics) (Request) {object:,url:https://devimages-cdn.apple.com/downloads/xcode/dsc/Watch4_2_18R395.dmg} (Response) { URL: https://devimages-cdn.apple.com/downloads/xcode/dsc/Watch4_2_18R395.dmg } { Status Code: 403, Headers { ... self= { canUseCachingServer: 1, phase: valid, session: <__NSURLSessionLocal: 0x7fd38951eb60>, delegate: 0x7fd3998df040, tasks: (0x7fd38951ea20) } oletus 16:19:56.611135+0300 Xcode DVTDownloadable: Download Failed. Downloadable: https://devimages-cdn.apple.com/downloads/xcode/dsc/Watch4_2_18R395.dmg. Error Domain=DataWritingACSURLSessionDelegate Code=1 Failed with HTTP status 403: forbidden UserInfo={NSLocalizedDescription=Failed
Replies
Boosts
Views
Activity
Sep ’20
MusicKit: developer token request failed
The MusicKit video states that you just enable MusicKit in your application identifier and you're done! Ok, so I did that, and I'm seeing the following error when trying to run a song query: [DataRequesting] Failed retrieving MusicKit tokens: Error Domain=ICErrorDomain Code=-8200 Media API Token Service's response was invalid (status code: Unauthorized (401)). UserInfo={NSDebugDescription=Media API Token Service's response was invalid (status code: Unauthorized (401))., NSUnderlyingError=0x6000023a0c60 {Error Domain=AMSErrorDomain Code=301 Invalid Status Code UserInfo={NSLocalizedDescription=Invalid Status Code, AMSURL=https://sf-api-token-service.itunes.apple.com/apiToken?REDACTED, AMSStatusCode=401, AMSServerPayload={ status = verificationFailure; }, NSLocalizedFailureReason=The response has an invalid status code}}}. Throwing .developerTokenRequestFailed. Is this just broke
Replies
7
Boosts
0
Views
4.9k
Activity
Jun ’21
wanted to install Xcode - got 503
Hello,just wanted to install Xcode, but getting error code 503. 😟 Is there any dev who can check this?Thanks
Replies
1
Boosts
0
Views
369
Activity
Sep ’16
Reply to MusicKit - Search Apple Music Catalog without user authorization
I discovered that it's possible the developer token directly with try await MusicDataRequest.tokenProvider.developerToken(options: []). Unfortunately, this returns another error: Encountered error while requesting developer token. Error Domain=ICError Code=-7010 Failed to get listener endpoint for cloud service status monitor. UserInfo={NSDebugDescription=Failed to get listener endpoint for cloud service status monitor....
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22