-
Notifications
You must be signed in to change notification settings - Fork 24
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
Converting circular structure to JSON #643
Comments
Do you have an example of a request that causes this issue? Thanks! |
Unfortunately not. |
Ok, so this happens on any request, but only when it gets throttled? |
@nguyentoanit please look at this. I am also experiencing this issue. |
@ownagedj do you know which endpoint causes this? Seems like
Can you confirm that? Thanks. |
🎉 This issue has been resolved in version 1.30.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@ownagedj did you have time to test the new version? |
When calling the
SponsoredProductsReportOperation.getReport()
method, the client can run into an exception where it tries to JSON.stringify() the full response object, resulting inConverting circular structure to JSON
See: https://github.com/ScaleLeap/amazon-advertising-api-sdk/blob/master/src/http-client.ts#L87
Node: v14.14.0
Package Version: 1.30.9
The response of the api is the following
The text was updated successfully, but these errors were encountered: