We just had the issue https://github.com/aws/aws-sdk-js-v3/issues/4576 and it was recently re-opened with no comment. #5190
-
We just had the issue #4576 and it was recently re-opened with no comment. We had this code running in production for more than a year with no changed. The timing is a bit weird. Any reason it was Thanks. @RanVaknin maybe you know more about this since you re-opened it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @JeremieDoctrine , Thanks for reaching out. The gist is that the Service is sending back a response that is not JSON causing a deserialization error. For example, S3 uses XML based wire protocol. If it sends back something other than XML, the SDK will not know how to deserialize the response and will raise a similar error. There was an internal escalation about this, but I dont have any new information. That's why it was re-opened without any additional info. Are you saying you started seeing this error shortly after the ticket was re-opened? Is it also related to SSM? That is indeed weird. I know that the SSM service team is rolling out a fix for this, so Im not sure if this is a coincidence. Will keep you posted. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @JeremieDoctrine ,
Thanks for the additional details. #4576 was an issue was specific to SSM, as different services use different wire protocols. Since you are experiencing this with Kinesis this tells me that its just a coincidence.
Im going to ask you to open a separate bug report. In order to investigate this further, we would need a minimal code snippet that can reliably reproduce this on our end. If you can also fill in the rest of the intake form that will be extremely helpful.
EDIT: re-reading your last comment made me realize that this isnt reproducible on your end. I have seen reports about this before happening inconsistently in a very very low cadence because of a networking…