Getting lots of CloudKit errors (500) all of a sudden

Greg Maletic

Nearly everything my app does in CloudKit now returns this error:

<CKError 0x14ecff70: "Server Rejected Request" (15/2001); "Request failed with http status code 500">
(lldb) po [error userInfo]
{
    CKDHTTPHeaders =     {
        Connection = close;
        "Content-Length" = 0;
        "X-Apple-Request-UUID" = "F8E4C91A-5F72-4792-9F13-BB5FBB10BA8E";
        "X-Responding-Instance" = "ckdatabaseservice:32400203:mr11p24ic-ztbu11100101:8103:15B153:16274";
    };
    CKHTTPStatus = 500;
    NSDebugDescription = "CKInternalErrorDomain: 2001";
    NSLocalizedDescription = "Request failed with http status code 500";
    NSUnderlyingError = "<CKError 0x14d5af70: \"Unknown Error\" (2001)>";
}

Any ideas why this could be happening? I'm tempted to blame it on temporary CloudKit server issues (which is how I would want to interpret an error 500)...but I don't know if that's appropriate.

farktronix

This is a bug on the iCloud server that's affecting your container. I've grabbed logs from that request and the server team will clean up your container soon. In the meantime you can use a different container name for testing.

If you'd like to file a radar for this we can let you know when the container gets cleaned up.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Flask - getting 500 errors with DELETE

From Dev

Sudden weird errors on a project

From Dev

Getting lots of linker errors when changed the Qt projects Build directory

From Dev

Rails return all 404 and 500 errors as JSON

From Dev

Joomla 1.5 500 errors on all menu items

From Dev

All VMware software & their installers fail to start, all of sudden, with no error messages & without getting listed in Task Manager

From Dev

Application all of a sudden crashing

From Dev

Why am I getting this screen all of a sudden when I turn my Laptop on?

From Dev

Single Page Login getting Constant 500 Server Errors

From Dev

Continually getting https Certificate Errors on all browsers

From Dev

I am getting lots of errors in my project after updating Android SDK

From Dev

Grunt stopped working all of a sudden

From Dev

Undefied index displying all of a sudden

From Dev

Scrolling is disabled all of a sudden in terminal

From Dev

apt is slow all of a sudden on debian

From Dev

USB ports not working all of a sudden

From Dev

App is all of the sudden throwing an NSInvalidArgumentException

From Dev

Sound stopped working all of a sudden

From Dev

Sudden errors on Google Map: TypeError: _.x is not a function

From Dev

Copy lots of files ignoring errors

From Dev

Getting Private User Record in CloudKit

From Dev

Xolvio Cucumber - Getting errors in console yet all tests are passing

From Dev

Python - fabric module missing all of a sudden

From Dev

Pycharm shows "Unresolved reference" all of a sudden

From Dev

rake assets:precompile fails all of a sudden

From Dev

Google maps not showing all of a sudden in Android

From Dev

Why is Composer Install Failing All of the Sudden?

From Dev

Entire display not fully visible on monitor all of a sudden?

From Dev

Drive C filled up all of a sudden

Related Related

  1. 1

    Flask - getting 500 errors with DELETE

  2. 2

    Sudden weird errors on a project

  3. 3

    Getting lots of linker errors when changed the Qt projects Build directory

  4. 4

    Rails return all 404 and 500 errors as JSON

  5. 5

    Joomla 1.5 500 errors on all menu items

  6. 6

    All VMware software & their installers fail to start, all of sudden, with no error messages & without getting listed in Task Manager

  7. 7

    Application all of a sudden crashing

  8. 8

    Why am I getting this screen all of a sudden when I turn my Laptop on?

  9. 9

    Single Page Login getting Constant 500 Server Errors

  10. 10

    Continually getting https Certificate Errors on all browsers

  11. 11

    I am getting lots of errors in my project after updating Android SDK

  12. 12

    Grunt stopped working all of a sudden

  13. 13

    Undefied index displying all of a sudden

  14. 14

    Scrolling is disabled all of a sudden in terminal

  15. 15

    apt is slow all of a sudden on debian

  16. 16

    USB ports not working all of a sudden

  17. 17

    App is all of the sudden throwing an NSInvalidArgumentException

  18. 18

    Sound stopped working all of a sudden

  19. 19

    Sudden errors on Google Map: TypeError: _.x is not a function

  20. 20

    Copy lots of files ignoring errors

  21. 21

    Getting Private User Record in CloudKit

  22. 22

    Xolvio Cucumber - Getting errors in console yet all tests are passing

  23. 23

    Python - fabric module missing all of a sudden

  24. 24

    Pycharm shows "Unresolved reference" all of a sudden

  25. 25

    rake assets:precompile fails all of a sudden

  26. 26

    Google maps not showing all of a sudden in Android

  27. 27

    Why is Composer Install Failing All of the Sudden?

  28. 28

    Entire display not fully visible on monitor all of a sudden?

  29. 29

    Drive C filled up all of a sudden

HotTag

Archive