JSON text did not start with array or object and option to allow fragments not set

请求数据时报错:

error:Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}

原因:

未指定响应接收类型

解决办法:

  1. 指定响应接收类型
    [AFHTTPSessionManager new].requestSerializer = [AFHTTPRequestSerializer serializer];
    [AFHTTPSessionManager new].responseSerializer = [AFHTTPResponseSerializer serializer];

2.修改接收响应类型,设置的过多,导致错误了

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容