Search results for

“Request failed with http status code 503”

200,952 results found

Post

Replies

Boosts

Views

Activity

HTTP load failed (error code:
Hi,I am working on an application , where it getting urls in response for Images to load from that urls.I am getting HTTP Load failed against error code 1003, and 999 , and i am unable to debug those failed Urls.is there way to debug those failed HTTP Request so that i can be aware of those list, due to this my app is freezing, and behaving some weird issue sometimes.any help is much appreciated.here you go with my plist information<?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -/ <plist version=1.0> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT
6
0
13k
Jan ’18
Apple Watch via iPhone: Failed with HTTP status 403: forbidden
Hi, I recently updated my watch and phone to watchOS 9.1 and iOS 16.1 beta 3, and now my Xcode 14.0.1 is not able download the debug symbols for watchOS. It just gives me the following error: Apple Watch via iPhone: Failed with HTTP status 403: forbidden I've tried restarting all the devices + restoring both iOS and watchOS but the issue persists. I am unable to continue development on watchOS anymore. Is there a solution to this?
5
0
2.5k
Sep ’22
Get HTTP Status code from NWConnection (web-socket) handshake failure
In our Mac application, we are creating a web-socket connection using NWConnection and we are able to successfully establish the connection and read/write data from both sides. We have auth tokens which are sent in headers of NWProtocolWebSocket.Options to the server. If token is good, server accepts the web-socket connection. As per RFC 6455, if server does not want to accept the connection for any reason during web-socket handshake, it returns 403 status code. In our case, if cookies are not valid, server returns 403 during web-socket handshake. However, we could not find a way to read this status code in Network.framework. We are only getting failed state with NWErrorwhich is .posix(53) but there is no indication of the status code 403. We tried looking into protocol metadata on NWConnection object and they are nil. We tested the same using URLSessionWebSocketTask where in failure callback method, we could see 403 status code
3
0
1.4k
Nov ’21
Getting HTTP 503 Service Unavailable using Apple Pay in onvalidatemerchant
This morning I noticed that Apple is returning a 503 HTTP code when I try to start a checkout using Apple Pay JS and hit their servers before calling completeMerchantValidation.This was working code, and I also noticed GrubHub seems to be erroring when I try using Apple Pay on their site, and other sites that support Apple Pay aren't showing the button at all right now. Pretty sure this is something on Apple's end, but I wanted to check if others are observing this behavior as well.
1
0
1.4k
Apr ’17
unexpected http status code: 200 355
Hello,I'm using the URLSession libraries to talk to my server and getting this response on the access logs from the phone. Success it works! But i'm not getting any response back from the server yet. I'm using apache. i am not sure what this 355 code is. Anyone know if it's something to do with the URLSession libraries?My regular code is 200 318.My google search of such a code didn't come up with anything yet. Because it's a standard http code i don't think it's anything to do with my server.Thanks for any help.
2
0
1.8k
Aug ’17
apple connect apis respond with http status code: 500
There are cases where apple connect apis respond with the following error { 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/. } But if the same request that returned above error, is called again (without any change), then response will be successful Apis that may return above error are : https://developer.apple.com/documentation/appstoreconnectapi/app_store/in-app_purchase
1
0
1.1k
Oct ’22
error: Failed with exit code exited with status 1 error in Xcode14.3.1
Hi All I am using Mac Mini with iOS version Ventura 13.4.1 and Xcode version 14.3.1 While compiling my project I am getting following error Error: Failed with exit code exited with status 1 (in target 'MyDemoApp' from project 'MyDemoApp') I tried solution mentioned in support page. But it is not working out. Could you please suggest a solution to overcome this? Do we need to re-install MAC mini for this> Its a show stopper. Kindly help
4
0
4.7k
Jul ’23
App Packaging: Error: HTTP status code: 403
Coming from Windows, I'm finding Mac app packaging farcically complicated, to the level of a Python sketch. I mastered Windows packaging, via Inno, in an hour or so, but it has taken me, on and off, the best part of a week to get to the point I am at with the Mac OS, and I'm nowhere near finished (rather, it hasn't finished with me). Every time I surmount one hurdle, another pops up, seemingly just for the jollies. I'm currently stuck at: 'Error: HTTP status code: 403. A required agreement is missing or has expired. This request requires an in-effect agreement that has not been signed or has expired. Ensure your team has signed the necessary legal agreements and that they are not expired.' My account lists no agreements in this category. I understand the need for security, but not the labyrinthine nature of the process. An inner-party member in the former Soviet Union overheard a drunken Stalin say, “I trust no one; not even myself. Apple trusts no one, but has true contemp
3
0
1.4k
Oct ’25
Reply to Xcode 15 - Unable to install iOS 17 Simulator runtime
Same problem report on Stack Overflow https://stackoverflow.com/questions/77133646/ios-17-0-simulator-21a328-failed-with-http-status-400-bad-request
Replies
Boosts
Views
Activity
Sep ’23
HTTP load failed (error code:
Hi,I am working on an application , where it getting urls in response for Images to load from that urls.I am getting HTTP Load failed against error code 1003, and 999 , and i am unable to debug those failed Urls.is there way to debug those failed HTTP Request so that i can be aware of those list, due to this my app is freezing, and behaving some weird issue sometimes.any help is much appreciated.here you go with my plist information<?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -/ <plist version=1.0> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT
Replies
6
Boosts
0
Views
13k
Activity
Jan ’18
Reply to Persistent 503/500 errors with Apple Search Ads API
i'm getting request same 503
Replies
Boosts
Views
Activity
Aug ’25
Xcode Apple Watch Ultra via iPhone: Failed with HTTP status 403: forbidden
Running watchOS 9.0.1 and Xcode 14.0.1. Also running iOS 16.0.2. Trying to run my code on the new Apple Watch Ultra and this is what I get (see below). Rebooted everything. Still no go. Failed with HTTP status 403: forbidden
Replies
12
Boosts
0
Views
2.3k
Activity
Sep ’22
Apple Watch via iPhone: Failed with HTTP status 403: forbidden
Hi, I recently updated my watch and phone to watchOS 9.1 and iOS 16.1 beta 3, and now my Xcode 14.0.1 is not able download the debug symbols for watchOS. It just gives me the following error: Apple Watch via iPhone: Failed with HTTP status 403: forbidden I've tried restarting all the devices + restoring both iOS and watchOS but the issue persists. I am unable to continue development on watchOS anymore. Is there a solution to this?
Replies
5
Boosts
0
Views
2.5k
Activity
Sep ’22
Get HTTP Status code from NWConnection (web-socket) handshake failure
In our Mac application, we are creating a web-socket connection using NWConnection and we are able to successfully establish the connection and read/write data from both sides. We have auth tokens which are sent in headers of NWProtocolWebSocket.Options to the server. If token is good, server accepts the web-socket connection. As per RFC 6455, if server does not want to accept the connection for any reason during web-socket handshake, it returns 403 status code. In our case, if cookies are not valid, server returns 403 during web-socket handshake. However, we could not find a way to read this status code in Network.framework. We are only getting failed state with NWErrorwhich is .posix(53) but there is no indication of the status code 403. We tried looking into protocol metadata on NWConnection object and they are nil. We tested the same using URLSessionWebSocketTask where in failure callback method, we could see 403 status code
Replies
3
Boosts
0
Views
1.4k
Activity
Nov ’21
Getting HTTP 503 Service Unavailable using Apple Pay in onvalidatemerchant
This morning I noticed that Apple is returning a 503 HTTP code when I try to start a checkout using Apple Pay JS and hit their servers before calling completeMerchantValidation.This was working code, and I also noticed GrubHub seems to be erroring when I try using Apple Pay on their site, and other sites that support Apple Pay aren't showing the button at all right now. Pretty sure this is something on Apple's end, but I wanted to check if others are observing this behavior as well.
Replies
1
Boosts
0
Views
1.4k
Activity
Apr ’17
unexpected http status code: 200 355
Hello,I'm using the URLSession libraries to talk to my server and getting this response on the access logs from the phone. Success it works! But i'm not getting any response back from the server yet. I'm using apache. i am not sure what this 355 code is. Anyone know if it's something to do with the URLSession libraries?My regular code is 200 318.My google search of such a code didn't come up with anything yet. Because it's a standard http code i don't think it's anything to do with my server.Thanks for any help.
Replies
2
Boosts
0
Views
1.8k
Activity
Aug ’17
apple connect apis respond with http status code: 500
There are cases where apple connect apis respond with the following error { 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/. } But if the same request that returned above error, is called again (without any change), then response will be successful Apis that may return above error are : https://developer.apple.com/documentation/appstoreconnectapi/app_store/in-app_purchase
Replies
1
Boosts
0
Views
1.1k
Activity
Oct ’22
Reply to Feedback Assistant not working
I am seeing my bug list now but when submitting I get:There was an error trying to submit your feedbackError: Request failed with status code 500
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’19
503 Service Unavailable
I'm currently getting a 503 Service Unavailable response back from the MusicAPI, but only from a few servers (cloudflare?) , it's returning results fine from another. Any ideas?
Replies
2
Boosts
0
Views
1.2k
Activity
Oct ’19
error: Failed with exit code exited with status 1 error in Xcode14.3.1
Hi All I am using Mac Mini with iOS version Ventura 13.4.1 and Xcode version 14.3.1 While compiling my project I am getting following error Error: Failed with exit code exited with status 1 (in target 'MyDemoApp' from project 'MyDemoApp') I tried solution mentioned in support page. But it is not working out. Could you please suggest a solution to overcome this? Do we need to re-install MAC mini for this> Its a show stopper. Kindly help
Replies
4
Boosts
0
Views
4.7k
Activity
Jul ’23
App Packaging: Error: HTTP status code: 403
Coming from Windows, I'm finding Mac app packaging farcically complicated, to the level of a Python sketch. I mastered Windows packaging, via Inno, in an hour or so, but it has taken me, on and off, the best part of a week to get to the point I am at with the Mac OS, and I'm nowhere near finished (rather, it hasn't finished with me). Every time I surmount one hurdle, another pops up, seemingly just for the jollies. I'm currently stuck at: 'Error: HTTP status code: 403. A required agreement is missing or has expired. This request requires an in-effect agreement that has not been signed or has expired. Ensure your team has signed the necessary legal agreements and that they are not expired.' My account lists no agreements in this category. I understand the need for security, but not the labyrinthine nature of the process. An inner-party member in the former Soviet Union overheard a drunken Stalin say, “I trust no one; not even myself. Apple trusts no one, but has true contemp
Replies
3
Boosts
0
Views
1.4k
Activity
Oct ’25
Reply to Xcode 15 - Unable to install iOS 17 Simulator runtime
I'm having the exact same issue: Failed with HTTP status 400: bad request Nothing seems to work... macOS v13.5.2 (22G91) Xcode v15.0 (15A240d)
Replies
Boosts
Views
Activity
Sep ’23
Status of "Multicast Networking Entitlement Request"
I'm working on an IoT management application where it needs multicasting permission. Therefore I applied it from this page: https://developer.apple.com/contact/request/networking-multicast However, I didn't get any response nor email after submission. How can I check the status of the progress?
Replies
4
Boosts
0
Views
1.8k
Activity
Jun ’21