facebook_business.exceptions.FacebookBadObjectError: Bad data to set object data error when trying to pull advertiser data

huangapple go评论56阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年6月16日 05:18:48
  • 转载请务必保留本文链接:https://go.coder-hub.com/76485586.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定