As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
KCSNetworkErrorDomain error, happens 100% of the time at the same spot
J
Jeff Cranford
started a topic
over 9 years ago
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.
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.
J
Jeff Cranford
said
over 9 years ago
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
M
Mike
said
over 9 years ago
What version of the library are you using? Also, this error indicates there is an underlying error object, which might have some more information.
Jeff Cranford
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?