Search results for

“Request failed with http status code 503”

201,016 results found

Post

Replies

Boosts

Views

Activity

git clone failed via https
clone failed using https $ git clone https://github.com/Homebrew/homebrew-core.git Cloning into 'homebrew-core'... fatal: Out of memory, malloc failed (tried to allocate 52428800000000000 bytes) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. success using ssh $ git clone git@github.com:Homebrew/homebrew-core.git Cloning into 'homebrew-core'... remote: Enumerating objects: 1121549, done. remote: Counting objects: 100% (38/38), done. remote: Compressing objects: 100% (27/27), done. ^Cfetch-pack: unexpected disconnect while reading sideband packet git version git version 2.30.1 (Apple Git-130) sys version Darwin MacBook-Pro.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64
0
0
1.3k
Jan ’22
altool sometimes fails with exit code 239
We are seeing some failures every now and then in our notarization TeamCity job where the altool --notarization-info command is failing with exit code 239. I didn't find anything about this by googling, except that the Mozilla guys are seeing the same issue (https://bugzilla.mozilla.org/show_bug.cgi?id=1562412).What does exit code 239 mean and can we prevent it somehow?
13
0
4.3k
Sep ’19
Coding help requested
I am relatively new to coding and put together this countdown timer based on code available in various public forums. This countdown timer for my iPhone puts a timer on my screen, allows me to select the time counted down in minutes and seconds, then to start the timer and, if so desired, reset it.While such timers are readily available, I wanted to try and build one myself and learn swift in the process. The program builds and runs fine. However the latter section is intended to play a chime when the countdown timer reaches the 1/2 way point and then when it finishes. This is not working and I'm at a loss to get it to do so. I would appreciate it if someone would modify my code to make this work. Also, I don't know how to compile the program so that I can move it off my MacBook and onto my iPad and would appreciate guidance on that. The code follows: Thank you // // Content-ViewModel.swift // Countdown Timer // // // import Foundation import AVFoundation extension ContentV
3
0
998
Jun ’23
Failed to render and update auto layout status
Hi thereSince few days ago I'm getting this error and I'm completely stuck on my project.This is just a Builtime issue, I can run my project but can't touch interface builder at all.Here is my log fileProcess: IBDesignablesAgentCocoaTouch [10742]Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays/IBDesignablesAgentCocoaTouchIdentifier: IBDesignablesAgentCocoaTouchVersion: 8.1 (11524)Code Type: X86-64 (Native)Parent Process: launchd_sim [8117]Responsible: IBDesignablesAgentCocoaTouch [10742]User ID: 501Date/Time: 2016-11-11 18:10:08.256 -0200OS Version: Mac OS X 10.12.1 (16B2657)Report Version: 12Anonymous UUID: 544DA3C3-CD64-6444-0CE0-06F48A5B5FE9Time Awake Since Boot: 9000 secondsSystem Integrity Protection: enabledCrashed Thread: 0Exception Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** Terminating app due to uncaught except
1
0
1.2k
Nov ’16
Build Failed Task failed with exit code 65
I am working on a project that uses Carthage, it’s been a couple of months since the last time the project was opened. Now I am trying to move dependencies to .xcframeworks because with the .framework, it wasn’t working. I encountered various errors and fixed them but there’s one dependency that I can’t fix, SwinjectStoryboard
. I tried using this workaround and setting command line tools I have also tried creating an empty project with only Swinject and SwinjectStoryboard dependency but still, my build is failing with the following message Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/abu/Developer/xcframework_2/Carthage/Checkouts/SwinjectStoryboard/SwinjectStoryboard.xcodeproj -scheme SwinjectStoryboard-iOS -configuration Release -derivedDataPath /Users/abu/Library/Caches/org.carthage.CarthageKit/DerivedData/12.5_12E262/SwinjectStoryboard/2.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=Y
1
0
2.6k
May ’21
Code signature validation failed fatally
seeing this error when I am trying to install my network extension: _macvnodechecksignature: /Applications/abc.app/Contents/MacOS/abc: code signature validation failed fatally: When validating /Applications/abc.app/Contents/MacOS/abc: Code has restricted entitlements, but the validation of its code signature failed. Unsatisfied Entitlements:__ I have set the right entitlements as far as I know . is this error about entitlements or signature that is not obvious from the message . this is sseen on Catalina 10.15.6 the macOS Network extension is Developer ID signed . still facing this error . any idea what will fix this error ??
11
0
8.4k
Aug ’20
Reply to When a refund of subscription is processed by App Store customer support, would the customer's subscription-to-refund canceled from Apple side?
When a customer requests a refund, their subscription is canceled immediately, so their auto renew status is set to false, so their subscription is active only until their expiration date. If the refund request is approved then the transaction will have a revocation date populated, indicating the subscription is no longer active effective to that timestamp. I suggest looking into server notifications v2 as they provide real time status updates and you can contribute to the refund decision via consumption info requests. https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/handling_refund_notifications/
Topic: Community SubTopic: Apple Developers Tags:
Jun ’24
Reply to App Store Connect API: Modify an Auto-Renewable Subscription to change prices for all territories
Hello @alpennec, I am also working with this API, but keep encountering a panic: HTTP status code 500, body { errors: [{ status: 500, code: UNEXPECTED_ERROR, title: An unexpected error occurred., detail: An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/. }] } error, my subscription is Ready to Submit
Feb ’25
Reply to StoreKit : Sandbox Purchase not working
similar error here: : Payment completed with error: Error Domain=ASDErrorDomain Code=500 (null) UserInfo={client-environment-type=Sandbox, storefront-country-code=USA, NSUnderlyingError=0x281077240 {Error Domain=AMSErrorDomain Code=301 Invalid Status Code UserInfo={NSLocalizedDescription=Invalid Status Code, AMSURL=https://sandbox.itunes.apple.com/WebObjects/MZBuy.woa/wa/inAppBuy?REDACTED, AMSStatusCode=500, NSLocalizedFailureReason=The response has an invalid status code}}}
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’24
How to add certificate and privatekey in https request in swift?
Hi I want to add certificate and its privatekey in https request, like this mentioned in this cURL `curl -L -i -X PUT –cert ./[device_cert].pem –key ./[device_cert_private_key].pem -H 'Content-Type: application/json' -H 'Content-Encoding: utf-8' -d '{registrationId: [registration_id]}' https://global.azure-devices-provisioning.net/[ID_Scope]/registrations/[registration_id]/register?api-version=2021-06-01
4
0
614
Aug ’24
App Clip Keychain Access Fails with App Group, status -34018
We're developing our first App Clip, and having issues with accessing the keychain. At the moment, we've been running the App Clip from Xcode with the environment variable, _XCAppClipURL, set to a URL the app clip responds to. This is the failing call: var addquery: [CFString: Any] = [ kSecClass: kSecClassGenericPassword, kSecAttrLabel: secretKey, kSecAttrAccount: userID] if let accessGroup = accessGroup { addquery[kSecAttrAccessGroup] = accessGroup } SecItemDelete(addquery as CFDictionary) addquery[kSecAttrAccessible] = kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly addquery[kSecUseDataProtectionKeychain] = true addquery[kSecValueData] = key let status = SecItemAdd(addquery as CFDictionary, nil) guard status == errSecSuccess else { throw MercuryError(message: Failed storing db encryption key: (status)) } The status that is reported has the value -34018, which I haven't tried to compare to the massive list of constants. The trouble seems to be kSecAttrAc
3
0
880
Apr ’24
Using mitmproxy to Analyse HTTP[S] Requests
I’m posting this here primarily so that Future Quinn™ can reference it. Hopefully other folks will find it useful as well.I’ve recently been playing around with mitmproxy, which is working out well for me. One feature I really like is the ability to programmatically extract information from traces created the mitmproxy tool. The workflow looks something like this: Run mitmproxy.Use the l command to filter the flows it captures. For example, ~d example.com will only shows requests to example.com.Run my test.Use the w command to save the flows to a file.Extract content from the file programmatically using the script facility built in to mitmdump. For example:$ mitmdump -r test1.flows -s filter.py -n -q … output from my filter …The filters themselves are written in Python (yay Python!) and have deep access to the flows. For example:from urlparse import urlparse def response(context, flow): u = urlparse(flow.request.url) if u.hostname.endswith(example.com): cookie = flow.request.headers[Cookie] if cookie
0
0
2.7k
Aug ’16
Request location on the Apple Watch only, without code on the paired phone
Hi,I am unable to figure out how to request the users location via requestWhenInUseAuthorization() (resp. requestAlwaysAuthorization()) just using code on the WatchKit Extention. After some Google research I found the question on StackOverflow: https://stackoverflow.com/questions/47543655/request-location-on-the-apple-watch-only-without-code-on-the-paired-phone , but as well without any usefull solution.What I did is, to set in the Info.plist all required keys (NSLocationWhenInUseUsageDescription, and so on), as well on the iOS application and as well in the WatchKit Extention counterpart. The WatchKit Swift code snippet looks as follows:override func willActivate() { super.willActivate() locMgr.delegate = self if CLLocationManager.authorizationStatus() == .notDetermined { locMgr.requestWhenInUseAuthorization() } } func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) { switch status { ca
4
0
5.3k
Mar ’18
Reply to Why my App Clip Card can not be opened?
Hey, I have two questions: How many app clips does your app have? What's the status of the app clips when you look at App Store Connect's XHR request? https://developer.apple.com/forums/thread/810544
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’25
git clone failed via https
clone failed using https $ git clone https://github.com/Homebrew/homebrew-core.git Cloning into 'homebrew-core'... fatal: Out of memory, malloc failed (tried to allocate 52428800000000000 bytes) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. success using ssh $ git clone git@github.com:Homebrew/homebrew-core.git Cloning into 'homebrew-core'... remote: Enumerating objects: 1121549, done. remote: Counting objects: 100% (38/38), done. remote: Compressing objects: 100% (27/27), done. ^Cfetch-pack: unexpected disconnect while reading sideband packet git version git version 2.30.1 (Apple Git-130) sys version Darwin MacBook-Pro.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64
Replies
0
Boosts
0
Views
1.3k
Activity
Jan ’22
altool sometimes fails with exit code 239
We are seeing some failures every now and then in our notarization TeamCity job where the altool --notarization-info command is failing with exit code 239. I didn't find anything about this by googling, except that the Mozilla guys are seeing the same issue (https://bugzilla.mozilla.org/show_bug.cgi?id=1562412).What does exit code 239 mean and can we prevent it somehow?
Replies
13
Boosts
0
Views
4.3k
Activity
Sep ’19
Coding help requested
I am relatively new to coding and put together this countdown timer based on code available in various public forums. This countdown timer for my iPhone puts a timer on my screen, allows me to select the time counted down in minutes and seconds, then to start the timer and, if so desired, reset it.While such timers are readily available, I wanted to try and build one myself and learn swift in the process. The program builds and runs fine. However the latter section is intended to play a chime when the countdown timer reaches the 1/2 way point and then when it finishes. This is not working and I'm at a loss to get it to do so. I would appreciate it if someone would modify my code to make this work. Also, I don't know how to compile the program so that I can move it off my MacBook and onto my iPad and would appreciate guidance on that. The code follows: Thank you // // Content-ViewModel.swift // Countdown Timer // // // import Foundation import AVFoundation extension ContentV
Replies
3
Boosts
0
Views
998
Activity
Jun ’23
Failed to render and update auto layout status
Hi thereSince few days ago I'm getting this error and I'm completely stuck on my project.This is just a Builtime issue, I can run my project but can't touch interface builder at all.Here is my log fileProcess: IBDesignablesAgentCocoaTouch [10742]Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays/IBDesignablesAgentCocoaTouchIdentifier: IBDesignablesAgentCocoaTouchVersion: 8.1 (11524)Code Type: X86-64 (Native)Parent Process: launchd_sim [8117]Responsible: IBDesignablesAgentCocoaTouch [10742]User ID: 501Date/Time: 2016-11-11 18:10:08.256 -0200OS Version: Mac OS X 10.12.1 (16B2657)Report Version: 12Anonymous UUID: 544DA3C3-CD64-6444-0CE0-06F48A5B5FE9Time Awake Since Boot: 9000 secondsSystem Integrity Protection: enabledCrashed Thread: 0Exception Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** Terminating app due to uncaught except
Replies
1
Boosts
0
Views
1.2k
Activity
Nov ’16
Build Failed Task failed with exit code 65
I am working on a project that uses Carthage, it’s been a couple of months since the last time the project was opened. Now I am trying to move dependencies to .xcframeworks because with the .framework, it wasn’t working. I encountered various errors and fixed them but there’s one dependency that I can’t fix, SwinjectStoryboard
. I tried using this workaround and setting command line tools I have also tried creating an empty project with only Swinject and SwinjectStoryboard dependency but still, my build is failing with the following message Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/abu/Developer/xcframework_2/Carthage/Checkouts/SwinjectStoryboard/SwinjectStoryboard.xcodeproj -scheme SwinjectStoryboard-iOS -configuration Release -derivedDataPath /Users/abu/Library/Caches/org.carthage.CarthageKit/DerivedData/12.5_12E262/SwinjectStoryboard/2.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=Y
Replies
1
Boosts
0
Views
2.6k
Activity
May ’21
Code signature validation failed fatally
seeing this error when I am trying to install my network extension: _macvnodechecksignature: /Applications/abc.app/Contents/MacOS/abc: code signature validation failed fatally: When validating /Applications/abc.app/Contents/MacOS/abc: Code has restricted entitlements, but the validation of its code signature failed. Unsatisfied Entitlements:__ I have set the right entitlements as far as I know . is this error about entitlements or signature that is not obvious from the message . this is sseen on Catalina 10.15.6 the macOS Network extension is Developer ID signed . still facing this error . any idea what will fix this error ??
Replies
11
Boosts
0
Views
8.4k
Activity
Aug ’20
Reply to When a refund of subscription is processed by App Store customer support, would the customer's subscription-to-refund canceled from Apple side?
When a customer requests a refund, their subscription is canceled immediately, so their auto renew status is set to false, so their subscription is active only until their expiration date. If the refund request is approved then the transaction will have a revocation date populated, indicating the subscription is no longer active effective to that timestamp. I suggest looking into server notifications v2 as they provide real time status updates and you can contribute to the refund decision via consumption info requests. https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/handling_refund_notifications/
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to App Store Connect API: Modify an Auto-Renewable Subscription to change prices for all territories
Hello @alpennec, I am also working with this API, but keep encountering a panic: HTTP status code 500, body { errors: [{ status: 500, code: UNEXPECTED_ERROR, title: An unexpected error occurred., detail: An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/. }] } error, my subscription is Ready to Submit
Replies
Boosts
Views
Activity
Feb ’25
Reply to StoreKit : Sandbox Purchase not working
similar error here: : Payment completed with error: Error Domain=ASDErrorDomain Code=500 (null) UserInfo={client-environment-type=Sandbox, storefront-country-code=USA, NSUnderlyingError=0x281077240 {Error Domain=AMSErrorDomain Code=301 Invalid Status Code UserInfo={NSLocalizedDescription=Invalid Status Code, AMSURL=https://sandbox.itunes.apple.com/WebObjects/MZBuy.woa/wa/inAppBuy?REDACTED, AMSStatusCode=500, NSLocalizedFailureReason=The response has an invalid status code}}}
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
How to add certificate and privatekey in https request in swift?
Hi I want to add certificate and its privatekey in https request, like this mentioned in this cURL `curl -L -i -X PUT –cert ./[device_cert].pem –key ./[device_cert_private_key].pem -H 'Content-Type: application/json' -H 'Content-Encoding: utf-8' -d '{registrationId: [registration_id]}' https://global.azure-devices-provisioning.net/[ID_Scope]/registrations/[registration_id]/register?api-version=2021-06-01
Replies
4
Boosts
0
Views
614
Activity
Aug ’24
App Clip Keychain Access Fails with App Group, status -34018
We're developing our first App Clip, and having issues with accessing the keychain. At the moment, we've been running the App Clip from Xcode with the environment variable, _XCAppClipURL, set to a URL the app clip responds to. This is the failing call: var addquery: [CFString: Any] = [ kSecClass: kSecClassGenericPassword, kSecAttrLabel: secretKey, kSecAttrAccount: userID] if let accessGroup = accessGroup { addquery[kSecAttrAccessGroup] = accessGroup } SecItemDelete(addquery as CFDictionary) addquery[kSecAttrAccessible] = kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly addquery[kSecUseDataProtectionKeychain] = true addquery[kSecValueData] = key let status = SecItemAdd(addquery as CFDictionary, nil) guard status == errSecSuccess else { throw MercuryError(message: Failed storing db encryption key: (status)) } The status that is reported has the value -34018, which I haven't tried to compare to the massive list of constants. The trouble seems to be kSecAttrAc
Replies
3
Boosts
0
Views
880
Activity
Apr ’24
Using mitmproxy to Analyse HTTP[S] Requests
I’m posting this here primarily so that Future Quinn™ can reference it. Hopefully other folks will find it useful as well.I’ve recently been playing around with mitmproxy, which is working out well for me. One feature I really like is the ability to programmatically extract information from traces created the mitmproxy tool. The workflow looks something like this: Run mitmproxy.Use the l command to filter the flows it captures. For example, ~d example.com will only shows requests to example.com.Run my test.Use the w command to save the flows to a file.Extract content from the file programmatically using the script facility built in to mitmdump. For example:$ mitmdump -r test1.flows -s filter.py -n -q … output from my filter …The filters themselves are written in Python (yay Python!) and have deep access to the flows. For example:from urlparse import urlparse def response(context, flow): u = urlparse(flow.request.url) if u.hostname.endswith(example.com): cookie = flow.request.headers[Cookie] if cookie
Replies
0
Boosts
0
Views
2.7k
Activity
Aug ’16
Reply to Request Analytics Reports via POST Call
I'm encountering the same issue. Getting the following response {errors: [{status: 405, code: METHOD_NOT_ALLOWED, title: The request method is not valid for the resource path., detail: The request method used for this request is not valid for the resource path. Please consult the documentation.}]}
Replies
Boosts
Views
Activity
Aug ’25
Request location on the Apple Watch only, without code on the paired phone
Hi,I am unable to figure out how to request the users location via requestWhenInUseAuthorization() (resp. requestAlwaysAuthorization()) just using code on the WatchKit Extention. After some Google research I found the question on StackOverflow: https://stackoverflow.com/questions/47543655/request-location-on-the-apple-watch-only-without-code-on-the-paired-phone , but as well without any usefull solution.What I did is, to set in the Info.plist all required keys (NSLocationWhenInUseUsageDescription, and so on), as well on the iOS application and as well in the WatchKit Extention counterpart. The WatchKit Swift code snippet looks as follows:override func willActivate() { super.willActivate() locMgr.delegate = self if CLLocationManager.authorizationStatus() == .notDetermined { locMgr.requestWhenInUseAuthorization() } } func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) { switch status { ca
Replies
4
Boosts
0
Views
5.3k
Activity
Mar ’18