Search results for

Request failed with http status code 503

190,659 results found

Post

Replies

Boosts

Views

Activity

Reply to Can you upgrade from a 10.10.4 beta?
You can. I did and the update process did work fine for me after the invitation code being unlocked for the German AppStore.But I found, 10.11 has way more bugs than 10.10.4 beta, so, for example, for me, Photos is not launching anymore and I got a problem with iCloud mail in Mail while all other accounts I got in there continue to work fine.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Get X509 Data without OpenSSL
I previously would check if one certificate signed another (used to construct a certificate chain, NOT to validate), using the following code to create the data representation for the leaf certificate: CFDataRef data = SecCertificateCopyData(certificate); const UInt8 *buffer = CFDataGetBytePtr(data); X509 *x = X509_new(); d2i_X509(&x, &buffer, CFDataGetLength(data)); CFRelease(data); int length = i2d_X509_CINF(x->cert_info, NULL); unsigned char *info = malloc(length), *infoPtr = info; i2d_X509_CINF(x->cert_info, &info); X509_free(x); return CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, infoPtr, length, kCFAllocatorMalloc);OpenSSL is now gone from 10.11, is there another method of creating this representation?I didn't see anything like this in CryptoCompatibility
7
0
2.5k
Jun ’15
Dev Account & Dev Support Problems?
I'm unable to log into my dev account, and I get an error message saying There may be a problem with your account. Please contact us.... But it seems all dev support links to contact Apple (such as Request assistance with sign in issues) aren't working... Is anyone else having this problem too?
2
0
336
Jun ’15
Failed upgrade to watchOS2
Hi,I've followed the installation guide but the installation has 'stalled'..The watch has performed a reboot.. shows a new Apple logo.. the dots have reached around the 10 o'clock position and has remained there for over 30 minutes.What are my options?Thanks in advance.Andy
10
0
1.2k
Jun ’15
iBooks won't login to iCloud
When i open iBooks, it show me a windows to login with my icloud ID. When i press enter, the windows disappears and become gray, with the name window and a spinning wheel (not when it crash, but when it's thinking/connecting). Then it comes back with the same login screen and the text An unknow error occured. When i close this window, iBooks hang and i have to force close the program.Console info:09-06-15 19:32:01,755 storeaccountd[567]: ADI: { Connection = keep-alive; Content-Length = 20; Content-Type = application/x-dmap-tagged; Date = Tue, 09 Jun 2015 17:31:59 GMT; Strict-Transport-Security = max-age=31536000; apple-timing-app = 5 ms; server-cloud-daap-version = 1.0; x-apple-application-instance = 404602; x-apple-application-site = ST11; x-apple-jingle-correlation-key = P6GIJJU424NU6YWNKOWSGTFHTI; x-webobjects-loadaverage = 0;}09-06-15 19:32:01,000 kernel[0]: Sandbox: iBooks(1543) deny(1) mach-lookup com.apple.dock.appstore09-06-15 19:32:01,763 iBooks[1543]: Could not find image named 'NSImage'.09-06-15 19
1
0
769
Jun ’15
Reply to Filesystem Lab notes
One thing that seems to be blocked is creating new files in /usr/bin. I've seen several installers which attempt to install files here fail, and trying to touch a file in /usr/bin/ results in a message: Operation not permitted
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Java SE 6 Runtime messed up my laptop apps...
Just says Java for OS X 2014-001 can't be installed on this disk. A newer version of this package is already installed. I also used a code from Apple Support to delete all the java's it all workes but the last command that containt /usr/bin/ and after I use it to enable Java SE 6 Runtime to work it says Operation is not permitted
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Can't enroll in developer program
Today, the day after the new developer program was released by apple, I was trying to enroll, but after going through the review page, it said unable to precess your request. I'm not sure what to do since it was an unknown error and I need to enroll in the new program since my previous membership expired. Any help is appreciated, thank you.
4
0
570
Jun ’15
Reply to OS X 10.11 Beta Software Compatibility
SpamSieve is not working, yet. But the developer is aware of the issues and will publish an update as soon as possible. Edit: There is an update available.Daylite Mail Plugin is not working, either. Don't expect them to update it any time soon, they are always quite slow.GPGMail does not work.iStatMenu does not work. Edit: http://download.bjango.com/istatmenus-elcapitan/TrimEnabler does not work (as expected). Edit: But it is no longer needed, google trimforce will show you why.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 7 beta remote repository could not be found
Before launching the beta I committed changes, created a new branch in Xcode 6 for the beta, did a push to remote repository and got a success message, and then opened the project in the Xcode 7 beta. After allowing Swift to update a few things that have changed (in my case, some sorting closures), I saved and committed changes, then received this error:The remote repository could not be foundMake sure a valid repository exists at the specified location and try again.With this error, I quit the Beta, re-opened, and did a pull from the remote (which worked fine), then made one change, committed changes, and attempted a push to remote, which failed with the same error ... I could pull from it, but not push to it?MBA (mid-2013), 8 GB RAM 256 GB SSDXcode 7 beta (7A120f)Mac OS X 10.10.3Remote is running over the network, via SSH, on an iMac (and I have had no problems pushing/pulling from XCode 6.3.2)
4
0
5.9k
Jun ’15