Request failed with http status code 503

158,395 results found

Post not yet marked as solved
1 Replies
1.1k Views
I have an app in the App Store that has been running fine. Starting yesterday it began throwing an exception during initialization in the App Store and during development: [0x000...***] during in one-time initialization function for my_model_name at /ViewController.swift:84 Thread 2: EXC_BREAKPOINT (code=1, =***) [coreml] Could not create persistent key blob for ----*** : error=Error Domain=com.apple.CoreML Code=8 Fetching decryption key from server failed. UserInfo=NSLocalizedDescription=Fetching decryption key from server failed., NSUnderlyingError=0x2822c6a60 Error Domain=CKErrorDomain Code=6 CKInternalErrorDomain: 2022 UserInfo=NSDebugDescription=CKInternalErrorDomain: 2022, RequestUID=----, NSLocalizedDescription=Request failed with http status code 503, CKErrorDescription=Request failed with http status code 503, CKRetryAfter=21, NSUnderlyingError=0x282
Posted
by
Post not yet marked as solved
0 Replies
499 Views
Hi all,map stop working suddenly in my app, with this errorHTTPStatus=503, NSErrorFailingURLStringKey=https://gspe11-ssl.ls.apple.com/tile?style=7&size=1&scale=2&v=3093&z=20&x=557993&y=383126&sid=1213967890529405942918252715328700239780&accessKey=1547122673_W4MZQJfmbf7rcgua_XwdrdKcoUajbuWNDHvFkuT4TBqaV8CE3bwoNhAzM6boiO5j%2F%2FV6bajmZL521Ct1wubkSYtLQ34nl8IHVjxYb1y1jGMltenfuSYmWBzLZKdu8RfhoOtn1UGbEWuGy1LN1azDWOrrQvdkdPSWF0GskhBtZ%2BuJnRIlgkvXlG4hsCO%2BtjDOVXRrQ4eu3NwWBBRT7Is Apple server problem?
Posted
by
Post marked as solved
18 Replies
5.9k Views
HiAs of 1:40 PM EST I am getting HTTP 503 error while code signing.Here is a gist of the errorXcode received an HTTP error while attempting to communicate with the portal:service unavailable (503)<https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action?clientId=XABBG36SBA>Please see <https://developer.apple.com/support/system-status/> for more information.Can some one please tell me if the servers are down?Thanks
Posted
by
Post not yet marked as solved
1 Replies
837 Views
I use Charles Proxy during development, and recently I've been seeing a lot of requests to init.sandbox.push.apple.com which results in HTTP 503. A quick ping says that this server does not exist. When this occurs, I also noticed that push notification for my app that I'm working on fails. The last time this occured, a quick update to a new iOS 13 version that was available at that time fixes it. However, this issue seems to be cropping up again with the latest iOS 13.3. Anyone else facing this same issue?As I am posting this message, I noticed another test device failing with HTTP 503 on health.apple.com aside to the above server. Thanks
Posted
by
Post not yet marked as solved
2 Replies
569 Views
I'm building a CloudKit app, and I'm trying to get a subscription working for the iOS app. Subscriptions work in the web app. This code gives me a Request failed with http status code 503. myContainerId is the container ID in CloudKit Dashboard. ttttlet predicate = NSPredicate(value: true) ttttlet subscription = CKQuerySubscription(recordType: Task, predicate: predicate, subscriptionID: ios-tasks, options: [ CKQuerySubscription.Options.firesOnRecordCreation, CKQuerySubscription.Options.firesOnRecordUpdate, CKQuerySubscription.Options.firesOnRecordDeletion]) ttttsubscription.zoneID = CKRecordZone.ID(zoneName: com.apple.coredata.cloudkit.zone, ownerName: CKCurrentUserDefaultName) ttttlet info = CKSubscription.NotificationInfo() ttttinfo.shouldSendContentAvailable = true ttttsubscription.notificationInfo = info tttt ttttlet aContainer = CKContainer(identifier: myContainerId) tttt ttttlet operation = CKModifySubscriptionsOperation(subscriptionsToSave:
Posted
by
bss
Post marked as solved
5 Replies
854 Views
I'm trying to call the Search Ads API via cURL and I'm getting http 503 error code.curl --cert {FILE}.p12 --pass {PASS} https://api.searchads.apple.com/v1/aclsIs the service working? Did someone try?
Posted
by
Post not yet marked as solved
1 Replies
Hello, I am also getting the same error SERVICE_UNAVAILABLE_ERROR while using Apple store connect API https://api.appstoreconnect.apple.com/v1/salesReports. Are you able to find any solution ? { errors: [ { id: d6404eb9-24b6-49be-83c3-3a15da1dfb41, status: 503, code: SERVICE_UNAVAILABLE_ERROR, title: This request can not be processed right now, detail: Reporter is currently unavailable. } ] }
Post not yet marked as solved
2 Replies
987 Views
When i try to enable iCloud Sync, for example, using 1Password.app i have an error saying The Operation couldn't be completed. (CKErrorDomain error 7.) or Request failed with http status code 503. I have this issue with all the apps i have installed with iCloud Sync feature on any device with iOS 9.3 beta 4.
Posted
by
Post not yet marked as solved
0 Replies
946 Views
I am implementing apple sign in on my website On my backend(Nodejs), I need to request an authentication token using https://appleid.apple.com/auth/token REST api. I used Axios and coded as following export const createSignWithAppleSecret = () => { const token = jwt.sign({}, signWithApplePrivateKey, { algorithm: 'ES256', expiresIn: '1h', audience: APPLE_DOMAIN, issuer: APPLE_TEAM_ID, subject: APPLE_SERVICE_ID, keyid: APPLE_KEY_ID, }); return token; }; export const getAppleToken = async (code: string) => axios.post( 'https://appleid.apple.com/auth/token', qs.stringify({ grant_type: 'authorization_code', code, client_secret: createSignWithAppleSecret(), client_id: APPLE_SERVICE_ID, redirect_uri: APPLE_REDIRECT_URI, }), { headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, } ); But I am getting Reqest failed with status code 400 Error: Request failed with status code 400n at c
Posted
by
Post not yet marked as solved
0 Replies
593 Views
I am using apple maps with leaflet and mapkitmutant. The apple maps appear to be displayed correctly, but the browser console gets flooded with these error messages. 503 servie not available. Any ideas on how to fix or suppress the error messages? Could not read source map for https://cdn.apple-mapkit.com/mk/5.75.107/libs/mapkit.core.f63534.js: Unexpected 503 response from https://mw-ci1-mapkitjs.geo.apple.com/admin/source-maps/5.75.107/source-maps/libs/mapkit.core.f63534.js.map: getaddrinfo ENOTFOUND mw-ci1-mapkitjs.geo.apple.com
Posted
by
Post not yet marked as solved
5 Replies
Thanks for the sysdiagnose pointer (this should be added to the documentation page). I found this: Service: applinks App ID: TeamId.bundle.id App Version: 510.0 App PI: { v = 0, t = 0x8, u = 0x8a4, db = 284B9176-578F-42D3-A1D7-9F82DA98D040, {length = 8, bytes = 0xa408000000000000} } Domain: mydomain.com User Approval: unspecified Site/Fmwk Approval: unspecified Flags: Last Checked: 2022-01-27 20:20:37 +0000 Next Check: 2022-01-27 23:55:10 +0000 Error: Error Domain=SWCErrorDomain Code=7 SWCERR00101 Bad HTTP Response: 503 Service Unavailable -- {status:503 Service Temporarily Unavailable} UserInfo={Line=274, Function=-[SWCDownloader URLSession:dataTask:didReceiveResponse:completionHandler:], NSDebugDescription=SWCERR00101 Bad HTTP Response: 503 Service Unavailable -- {status:503 Service Temporarily Unavailable}, UnderlyingError=Error Domain=HTTP Code=404 (null) UserInfo={Line=274, Function=-[SWCDownloader URLSess
Post not yet marked as solved
1 Replies
According tohttps://developer.apple.com/system-status/everything is up.If I check with Chrome Developer Tools, I see that I Get HTTP 503 on both the page and the favicon.From Chrome on Mac, I get 503:s but on Chrome on Windows I get Invalid Certificate. Interesting.
Post not yet marked as solved
1 Replies
1.7k Views
Hi Team, this is the full error message Error Analyzing App Version Build number request failed with error: BuildsService: ResponseErrors (1): Error status: 403, code: FORBIDDEN_ERROR, title: 'This request is forbidden for security reasons', detail: 'The API key in use does not allow this request', id: c959a0b0-f507-4d77-abf0-f66e87b21821 request id getting random and same error message appear with the associated developer account. Please guide or hint me to resolve the error
Posted
by