英文:
facebook_business.exceptions.FacebookBadObjectError: Bad data to set object data error when trying to pull advertiser data
问题
我正在尝试从Facebook广告API中提取广告主数据,但在Python中遇到以下错误 -
facebook_business.exceptions.FacebookBadObjectError
这与访问令牌有关吗?还是facebook_business库本身出了问题?
有人可以帮忙解释这是什么意思吗?
英文:
I am trying to pull advertiser data from facebook ads api but getting the following error in python -
facebook_business.exceptions.FacebookBadObjectError
does this have anything to do with the access token? or is something wrong with the facebook_business library itself?
Can someone help with what this means?
答案1
得分: 1
我曾经遇到16.0.0版本的相同问题,升级到17.0.2似乎解决了这个问题。
英文:
I had the same issue with 16.0.0, updating to 17.0.2 seems to resolve the issue.
答案2
得分: 0
我自从那一天也遇到了同样的问题,所以我认为这是在使用Facebook的游标对象时出现的问题,当数据集达到10475个对象时,无论我拉取哪个数据集,都会出错。这个问题直到6月14日才出现。
英文:
Have you resolved this or found a workaround?
I have had the same issue since the same day, so I think it's an issue on facebook's end when using their cursor object to a certain length. No matter what data set I pull, it errors out when it hits 10475 objects. This was not an issue until June 14th.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论