Parse.com错误3840

时间:2015-10-01 13:12:48

标签: json parse-platform

当我尝试从Parse.com检索项目时出现此错误 在10次尝试中,它失败了大约6次。

PFQuery *query = [PFQuery queryWithClassName:@"ServiceCatalogue"];
items  = [[NSMutableArray alloc] init];
[query findObjectsInBackgroundWithBlock:^(NSArray *objects, NSError *error) {
    if (!error) {

         NSLog(@"ServiceCatalogue  retrieved");

    } else {
        // Log details of the failure
        NSLog(@"Error: %@ %@", error, [error userInfo]);
    }
}];

收到错误:

  

“错误:错误域= NSCocoaErrorDomain Code = 3840”操作   无法完成。 (可可错误3840.)“(JSON文本没有开始   使用数组或对象以及允许未设置片段的选项。)   UserInfo = 0x7fcfbaadc480 {NSDebugDescription = JSON文本未启动   使用数组或对象以及允许未设置片段的选项。} {           NSDebugDescription =“JSON文本不是以数组或对象开头,而是选项允许未设置片段。”;       }“

1 个答案:

答案 0 :(得分:1)

如Parse的状态报告中所示,看起来他们的服务器正在创建更多的错误。

2nd October 2015 - Elevated Error Rates - Incident Report for Parse