拉飞书的items的时候报错循环到2000或者2w行时报错 {‘code‘: 2200, ‘msg‘: ‘internal error‘}
作者:互联网
项目场景:
需要从飞书API处获取他的报表数据
问题描述:
在进行翻页循环的时候会丢失数据报错为
{'code': 2200, 'msg': 'internal error'}
}
是飞书服务器的问题,于是优化了一下请求
解决方案:
header = {"content-type": "application/json", "Authorization": "Bearer " + str(tat), 'Connection': 'keep-alive', 'Referer':'https://open.feishu.cn/open-apis/admin/v1/'}
标签:2200,code,internal,报错,msg,open 来源: https://blog.csdn.net/m0_45839619/article/details/112833354