hey team! having a weird issue with just one of se...
# troubleshooting
j
hey team! having a weird issue with just one of several pipelines for tap-facebook. error i'm getting is
facebook_business.exceptions.FacebookBadObjectError: Bad data to set object data
which traces back to here, line 99: https://github.com/facebook/facebook-python-business-sdk/blob/main/facebook_business/adobjects/abstractobject.py. with some tinkering, figured out that the tap is hitting the API, returning all the batches of records, and successfully processing all of them except for the last batch, which is being redirected to a "Facebook: Error" page, so there's no json to parse, just html. thoughts on how to fix this?
Available on API version 17.0.2.
u
@joel_doerfel did switching to the new api version fix your issue? If so, would you mind opening an issue in the tap repo to update the default api version to the one with the bug fix?
j
@pat_nadolny Yep. Runs fine with the new version. Happy to open an issue on the tap repo.
u
Yeah and issue or a PR (if youre up for it) to alter the default would be fantastic. Thanks for calling this out and sharing back