-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error : Cannot include in summary param error message #664
Comments
Hi rdeshmukh15 👋 Can you share your SDK implementation details ( code snipet / full graph api call ) ? |
@Just1B : This is the code, we are using https://github.com/singer-io/tap-facebook |
Hi @rdeshmukh15 the two kinds of errors are different. for the second one, the error message indicates that it might be an internal error, I would suggest you to create a bug report to provide more information. |
Initially, we didn't encounter any errors in the previous versions like v16.0. However, after upgrading to v17.0, we started experiencing the issue. In an attempt to resolve it, we upgraded further to API version v19.0, but unfortunately, the problem persists. Could you please verify if there have been any significant changes or updates between v16.0 and the latest API version? We suspect there might be a breaking change causing this issue. |
Just to clarify, the parameters included in the job execution are:
These parameters are included at the start of the report generation process, and no additional parameters are added afterwards. Our codebase for reference - https://github.com/singer-io/tap-facebook/blob/master/tap_facebook/__init__.py#L666-#L728 |
Here are the logs containing the stack trace to assist you in resolving the issue.
The error originates from the SDK, specifically from the Please note that I intentionally removed the ID from the Graph API endpoint for security reasons. |
Could someone please prioritize investigating this issue promptly? We are experiencing failures across multiple connections due to the error mentioned above. |
Facebook Python Business SDK Issue
Hi,
Many of our customers facing the below intermittent issue :
We are using facebook-ads with version v17 and facebook_business version 17.0.2
And, alternatively, I get below error as well :
Can you guide us why we are getting these errors?
The text was updated successfully, but these errors were encountered: