Start a new topic

KCSNetworkErrorDomain error, happens 100% of the time at the same spot

Hi, I am attempting to store a lot of objects (600+) to kinvey in a bulk operation with progress. Every time it stops 75% of the way through with an error. Here is the error:



Error Domain=KCSNetworkErrorDomain Code=-1001 "The request timed out." UserInfo=0x1bdeaa30 {NSLocalizedDescription=The request timed out., NSUnderlyingError=0x1ac3da10 "The request timed out.", NSErrorFailingURLStringKey=https://baas.kinvey.com/appdata/kid_TeAhMJNXYf/SNWObject/}



It's difficult to see how this is network related, since it happens at exactly the same point every single time.



Do you have any ideas?

Ok, just to update, I seemed to get this strange error on bulk operations where I included a property that was not able to be converted to a serializable type. Making progress and I'll update.
I was a version behind. I updated to 1.26.4 and the error still occurs, but it is a different message/code. Here is the error information:



http://screencast.com/t/KliBxorsUC
What version of the library are you using? Also, this error indicates there is an underlying error object, which might have some more information.
Login or Signup to post a comment