line 16, in str
error = self.error if isinstance(self.error, str) else self.error.encode('utf-8', 'ignore')
AttributeError: 'bool' object has no attribute 'encode'
表里有bool字段,默认是false,导致model.save 虽然成功,但是解析不回来
1.3的SDK没问题,尝试删掉表里的bool字段就正常了
-
创建时间
16年5月13日
-
最后回复
16年5月16日
-
1
回复
-
659
浏览
-
2
用户