Search results for

“Request failed with http status code 503”

200,998 results found

Post

Replies

Boosts

Views

Activity

A lot of 21002 status codes when validate receipts
Hello,we started receiving a lot of 21002 status codes when validate receipts using https://buy.itunes.apple.com/verifyReceiptThis looks like some signature problem because succesfully validated receipts have signature length 1669 and Apple Worldwide Developer Relations Certification AuthorityAt the same time, receipts that didn't pass validation have signature length 988 and Apple iTunes Store Certification Authority.And most of them sent from iOS <= 9.3.3Has anybody faced such a problem?
4
0
3.4k
Sep ’16
MacOS PKG Notarization status is Rejected with status code 7000
I developed a macOS application and have already signed the pkg package. However, when I submitted it for notarization using the following command: xcrun notarytool submit --signed.pkg --apple-id **@gmail.com --team-id 2*******M --password this is password --wait I received a Rejected status. The log provided the following details: logFormatVersion: 1, jobId: f5f3751d-b449-4a2f-b905-32d38ab5963b, status: Rejected, statusSummary: Team is not yet configured for notarization. Please contact Developer Programs Support at developer.apple.com under the topic Development and Technical / Other Development or Technical Questions., statusCode: 7000, archiveFilename: *********.pkg, uploadDate: 2025-03-20T03:16:43.651Z, sha256: 3ca39700c531a66571721424a6c00668748011174b4ae20bbbec5c2d3a8a41f9, ticketContents: null, issues: null``` Can you help me, thank you.
1
0
114
Mar ’25
Reply to how to get artist image in the apple music
https://api.music.apple.com/v1/catalog/us/artists/178834?extend=artwork I tried to make a request with that url, but I got a response like the one below. { errors: [ { id: QXQJXPLLU3QUONBY75INDNZFIU, title: Insufficient Permissions, detail: 'artwork' entities require permissions that are not in the request permissions=, status: 400, code: 40012 } ] } How do I get permission to receive artist artwork information? I hope you reply
Topic: Media Technologies SubTopic: General Tags:
Sep ’21
Reply to Declarations
@OOPer Thank you for your help. I am very new to SwiftUI however really enjoying learning it. I am just currently watching: https://developer.apple.com/videos/play/wwdc2019/503/ Thank you for the link, I shall take a dive into it! 😄💻🖥
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’21
Reply to Error 57 : "Socket is not connected" since iOS 10
Hey Quinn,Thank you for your quick reply (and sorry for my late answer).I can confirm that most of the time, NSURLConnection recovers from these errors and everything goes as it should.However, sometimes, requests behave as if they have failed.I just reproduced the issue in my project using NSURLRequest / NSURLConnection, where the delegate method connection:didFailWithError: was called.[] nw_endpoint_handler_add_write_request [82.1 xxx.xxx.xxx.xxx:443 failed socket-flow (satisfied)] cannot accept write requests [] __tcp_connection_write_eof_block_invoke Write close callback received error: [22] Invalid argument URLRequest_Users_Profile - <0x174359c80> - URLRequest did receive HTTP response : 200 URLRequest_Users_Profile - Request did fail with Error (Code 200) : La connexion réseau a été perdue.The 3rd line is logged when connection:didReceiveResponse: is called, we can see that the server is returning a 200 HTTP status co
Nov ’16
iOS10 does not send http request body
Our app is a BI product to analyze data. When run a report, we send a series of Http Requests from mobile client to server, and after upgrading to ios10, it always gets error alert (error code=1005, error domain=KCFErrorDomainCFNetwork). After investigation, we find Xcode does not send last http request's body, which results a bad request to server. Also, if we set a network proxy in device, this error will not happen. All requests could succeed. And when we debug the issue, if we delay to send out the last request for some seconds, it could succeed too. This issue only happen in ios10.I will explain how we investigate the issue.1. Run a report, and the client will send out a series of http requests. And in the end, the mobile client get an error: error code=1005, error domain=KCFErrorDomainCFNetwork.2. Install wireshark on server. Through wireshark, we could see server send a response: 400 Bad Request.
0
0
625
Aug ’16
Problem with js http request on IOS9
Good mornign to all,with the release of ios9 we found a problem with our app.Briefly.. we have an angularjs site and an app built with corcova. Essentially the app is only a web view for our responsive site.We have a login page that calls our backend services through an http get request.Until ios 8 and on android devices or pcs all works fine but on ios 9 the this http request doesn't works and we get this error:{code:12,name:SyntaxError,message:SyntaxError: DOM Exception 12,line:5,column:663,sourceURL:http://172.21.114.93/app/js/app.min.js}The strange thing is that we also have a demo page that makes the same request automatically and this works fine!I really hope that someone can help us 🙂Thank you guysFabrizio
1
0
1.2k
Sep ’15
Reply to URLSession for HTTP/2
@eskimo We are having some intermittent and random SSL Handsake Errors with an HTTPS request: Connection 5: received failure notification Connection 5: failed to connect 3:18,446,744,073,709,541,800, reason 18,446,744,073,709,551,615 Connection 5: encountered error(3:18,446,744,073,709,541,800) Task <2B22A105-33BD-4291-8749-40EEF62C50EC>.<1> HTTP load failed, 0/0 bytes (error code: 18,446,744,073,709,550,416 [3:18,446,744,073,709,541,800]) Task <2B22A105-33BD-4291-8749-40EEF62C50EC>.<1> finished with error [18,446,744,073,709,550,416] Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo={NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainKey=3, NSErrorPeerCertificateChainKey=( , One of our engineers is seeing TLS 1.0 requests but we are using URLSession with iOS 16 or 17. From what I can se
Apr ’24
iPhone XR/XS: AVAssetExportSession status failed with error
I'm using AVAssetExportSession to rexport a video edited by Adobe Premiere CC,It's specific on iPhone XR/XS, I have exportSession.status failed with error :Error Domain=AVFoundationErrorDomain Code=-11821 “Cannot Decode” UserInfo={NSLocalizedFailureReason=The media data could not be decoded. It may be damaged., NSLocalizedDescription=Cannot Decode, NSUnderlyingError=0x28338c4e0 {Error Domain=NSOSStatusErrorDomain Code=-16977 “(null)“}}The video can be well played on native iPhone Player. On the others device (iPhone X, 6, 7, 8) no export error problem
1
0
1.9k
Mar ’19
HTTP Post Requests in Swift for beginners.
So this is probably annoying, but I know virtually nothing about swift. I'm trying to code an app, and I'm learning pretty well on the UI side of things, mostly because swiftUI makes that excessively easy, but I'm struggling with writing a post request for my sign in page. I'll link the code and the error below. Thanks in advance guard let url = URL(string:https://api.rangouts.com/signin) else{ return } let body: [String: String] = [username: username, password: password] let finalBody = try? JSONSerialization.data(withJSONObject: body) var request = URLRequest(url: url) request.httpMethod = POST request.httpBody = finalBody request.setValue(application/json, forHTTPHeaderField: Content-Type) URLSession.shared.dataTask(with: request){ (data, response, error) in guard let data = data else{ return } print(data) }.resume() } } 2020-11-14 09:14:05.286417-0800 rangouts[1174:110527] [] nwprotocolgetquicimageblockinvoke dlopen libquic failed 2020-11-14 09:15:05.8
1
0
7.8k
Nov ’20
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Hi, Still in TestFlight: ciphermld Failed to fetch Token Issuer Directory. { URL: https://gateway.icloud.com/pat-issuer-directory?issuer=pir.**.* Status Code: 404, ... pir-tester looks good: ./PirTester query --pir-server-url https://pir.. --privacy-pass-url https://issuer.. --pir-usecase .url.filtering --user-token **** --ohttp-config-url https://ohttp.*****.***/.well-known/ohttp-gateway --ohttp-gateway-url https://ohttp.*****.***/.well-known/ohttp-gateway .com/url-filter-test PIR Server URL: https://pir..** Privacy Pass URL: https://issuer.**. PIR Use Case: *****.app.url.filtering User Token: ***** Fetching OHTTP key configuration from https://ohttp.*****.***l/.well-known/ohttp-gateway... OHTTP enabled, gateway: https://ohttp.*****.***/.well-known/ohttp-gateway Running full PIR lookup (fetching tokens, config, keys, and querying)... Querying keyword: ***.com/url-filter-test ✓ PIR query completed succ
Mar ’26
A lot of 21002 status codes when validate receipts
Hello,we started receiving a lot of 21002 status codes when validate receipts using https://buy.itunes.apple.com/verifyReceiptThis looks like some signature problem because succesfully validated receipts have signature length 1669 and Apple Worldwide Developer Relations Certification AuthorityAt the same time, receipts that didn't pass validation have signature length 988 and Apple iTunes Store Certification Authority.And most of them sent from iOS <= 9.3.3Has anybody faced such a problem?
Replies
4
Boosts
0
Views
3.4k
Activity
Sep ’16
MacOS PKG Notarization status is Rejected with status code 7000
I developed a macOS application and have already signed the pkg package. However, when I submitted it for notarization using the following command: xcrun notarytool submit --signed.pkg --apple-id **@gmail.com --team-id 2*******M --password this is password --wait I received a Rejected status. The log provided the following details: logFormatVersion: 1, jobId: f5f3751d-b449-4a2f-b905-32d38ab5963b, status: Rejected, statusSummary: Team is not yet configured for notarization. Please contact Developer Programs Support at developer.apple.com under the topic Development and Technical / Other Development or Technical Questions., statusCode: 7000, archiveFilename: *********.pkg, uploadDate: 2025-03-20T03:16:43.651Z, sha256: 3ca39700c531a66571721424a6c00668748011174b4ae20bbbec5c2d3a8a41f9, ticketContents: null, issues: null``` Can you help me, thank you.
Replies
1
Boosts
0
Views
114
Activity
Mar ’25
Unable to build xcode app - Failed with exit code exited with status 1
Hi , Anyone faced the error like x-xcode-log://. Attached is the screenshot for your reference. [object Object] I have tried the following ways to resolve this error.* Cleaning the build Restart the XCode Deleting the derived data Resetting the Keychain But nothing helped. Anyone has solution for this?
Replies
1
Boosts
0
Views
2.2k
Activity
Feb ’23
Reply to how to get artist image in the apple music
https://api.music.apple.com/v1/catalog/us/artists/178834?extend=artwork I tried to make a request with that url, but I got a response like the one below. { errors: [ { id: QXQJXPLLU3QUONBY75INDNZFIU, title: Insufficient Permissions, detail: 'artwork' entities require permissions that are not in the request permissions=, status: 400, code: 40012 } ] } How do I get permission to receive artist artwork information? I hope you reply
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Declarations
@OOPer Thank you for your help. I am very new to SwiftUI however really enjoying learning it. I am just currently watching: https://developer.apple.com/videos/play/wwdc2019/503/ Thank you for the link, I shall take a dive into it! 😄💻🖥
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’21
Reply to Can't get the server response data while Using NSURLSession for background file upload
the status code is 200 [quote='789350022, DTS Engineer, /thread/756283?answerId=789350022#789350022'] HTTP status code [/quote]
Replies
Boosts
Views
Activity
Jun ’24
Reply to Error 57 : "Socket is not connected" since iOS 10
Hey Quinn,Thank you for your quick reply (and sorry for my late answer).I can confirm that most of the time, NSURLConnection recovers from these errors and everything goes as it should.However, sometimes, requests behave as if they have failed.I just reproduced the issue in my project using NSURLRequest / NSURLConnection, where the delegate method connection:didFailWithError: was called.[] nw_endpoint_handler_add_write_request [82.1 xxx.xxx.xxx.xxx:443 failed socket-flow (satisfied)] cannot accept write requests [] __tcp_connection_write_eof_block_invoke Write close callback received error: [22] Invalid argument URLRequest_Users_Profile - <0x174359c80> - URLRequest did receive HTTP response : 200 URLRequest_Users_Profile - Request did fail with Error (Code 200) : La connexion réseau a été perdue.The 3rd line is logged when connection:didReceiveResponse: is called, we can see that the server is returning a 200 HTTP status co
Replies
Boosts
Views
Activity
Nov ’16
iOS10 does not send http request body
Our app is a BI product to analyze data. When run a report, we send a series of Http Requests from mobile client to server, and after upgrading to ios10, it always gets error alert (error code=1005, error domain=KCFErrorDomainCFNetwork). After investigation, we find Xcode does not send last http request's body, which results a bad request to server. Also, if we set a network proxy in device, this error will not happen. All requests could succeed. And when we debug the issue, if we delay to send out the last request for some seconds, it could succeed too. This issue only happen in ios10.I will explain how we investigate the issue.1. Run a report, and the client will send out a series of http requests. And in the end, the mobile client get an error: error code=1005, error domain=KCFErrorDomainCFNetwork.2. Install wireshark on server. Through wireshark, we could see server send a response: 400 Bad Request.
Replies
0
Boosts
0
Views
625
Activity
Aug ’16
Problem with js http request on IOS9
Good mornign to all,with the release of ios9 we found a problem with our app.Briefly.. we have an angularjs site and an app built with corcova. Essentially the app is only a web view for our responsive site.We have a login page that calls our backend services through an http get request.Until ios 8 and on android devices or pcs all works fine but on ios 9 the this http request doesn't works and we get this error:{code:12,name:SyntaxError,message:SyntaxError: DOM Exception 12,line:5,column:663,sourceURL:http://172.21.114.93/app/js/app.min.js}The strange thing is that we also have a demo page that makes the same request automatically and this works fine!I really hope that someone can help us 🙂Thank you guysFabrizio
Replies
1
Boosts
0
Views
1.2k
Activity
Sep ’15
Reply to URLSession for HTTP/2
@eskimo We are having some intermittent and random SSL Handsake Errors with an HTTPS request: Connection 5: received failure notification Connection 5: failed to connect 3:18,446,744,073,709,541,800, reason 18,446,744,073,709,551,615 Connection 5: encountered error(3:18,446,744,073,709,541,800) Task <2B22A105-33BD-4291-8749-40EEF62C50EC>.<1> HTTP load failed, 0/0 bytes (error code: 18,446,744,073,709,550,416 [3:18,446,744,073,709,541,800]) Task <2B22A105-33BD-4291-8749-40EEF62C50EC>.<1> finished with error [18,446,744,073,709,550,416] Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo={NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainKey=3, NSErrorPeerCertificateChainKey=( , One of our engineers is seeing TLS 1.0 requests but we are using URLSession with iOS 16 or 17. From what I can se
Replies
Boosts
Views
Activity
Apr ’24
iPhone XR/XS: AVAssetExportSession status failed with error
I'm using AVAssetExportSession to rexport a video edited by Adobe Premiere CC,It's specific on iPhone XR/XS, I have exportSession.status failed with error :Error Domain=AVFoundationErrorDomain Code=-11821 “Cannot Decode” UserInfo={NSLocalizedFailureReason=The media data could not be decoded. It may be damaged., NSLocalizedDescription=Cannot Decode, NSUnderlyingError=0x28338c4e0 {Error Domain=NSOSStatusErrorDomain Code=-16977 “(null)“}}The video can be well played on native iPhone Player. On the others device (iPhone X, 6, 7, 8) no export error problem
Replies
1
Boosts
0
Views
1.9k
Activity
Mar ’19
Reply to How can I clear the transactions of a sandbox account ?
A status of 0 would mean the receipt is valid, it would not inform you of the status of the subscriptions/purchases represented by the receipt. Either 0 if the receipt is valid, or a status code if there’s an error. The status code reflects the status of the app receipt as a whole. https://developer.apple.com/documentation/appstorereceipts/responsebody
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’23
HTTP Post Requests in Swift for beginners.
So this is probably annoying, but I know virtually nothing about swift. I'm trying to code an app, and I'm learning pretty well on the UI side of things, mostly because swiftUI makes that excessively easy, but I'm struggling with writing a post request for my sign in page. I'll link the code and the error below. Thanks in advance guard let url = URL(string:https://api.rangouts.com/signin) else{ return } let body: [String: String] = [username: username, password: password] let finalBody = try? JSONSerialization.data(withJSONObject: body) var request = URLRequest(url: url) request.httpMethod = POST request.httpBody = finalBody request.setValue(application/json, forHTTPHeaderField: Content-Type) URLSession.shared.dataTask(with: request){ (data, response, error) in guard let data = data else{ return } print(data) }.resume() } } 2020-11-14 09:14:05.286417-0800 rangouts[1174:110527] [] nwprotocolgetquicimageblockinvoke dlopen libquic failed 2020-11-14 09:15:05.8
Replies
1
Boosts
0
Views
7.8k
Activity
Nov ’20
Reply to 502 Errors. Can someone from Apple please respond?
I'm also regularly received 502, 504 and even 503 error messages. Does anyone have any recommendations on the optimal time to wait between requests and how many attempts to make before returning an error? I'm using exponential backoff and waiting two minutes but I still receive these errors for some locations.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Content Filter Permission Prompt Not Appearing in TestFlight
Hi, Still in TestFlight: ciphermld Failed to fetch Token Issuer Directory. { URL: https://gateway.icloud.com/pat-issuer-directory?issuer=pir.**.* Status Code: 404, ... pir-tester looks good: ./PirTester query --pir-server-url https://pir.. --privacy-pass-url https://issuer.. --pir-usecase .url.filtering --user-token **** --ohttp-config-url https://ohttp.*****.***/.well-known/ohttp-gateway --ohttp-gateway-url https://ohttp.*****.***/.well-known/ohttp-gateway .com/url-filter-test PIR Server URL: https://pir..** Privacy Pass URL: https://issuer.**. PIR Use Case: *****.app.url.filtering User Token: ***** Fetching OHTTP key configuration from https://ohttp.*****.***l/.well-known/ohttp-gateway... OHTTP enabled, gateway: https://ohttp.*****.***/.well-known/ohttp-gateway Running full PIR lookup (fetching tokens, config, keys, and querying)... Querying keyword: ***.com/url-filter-test ✓ PIR query completed succ
Replies
Boosts
Views
Activity
Mar ’26