ex_aws_sqs icon indicating copy to clipboard operation
ex_aws_sqs copied to clipboard

feat: return the body as is when the response is not xml

Open yordis opened this issue 3 years ago • 1 comments
trafficstars

closes #29

yordis avatar Nov 25 '22 00:11 yordis

SweetXML is also broken, pending to be fixed for that integration

yordis avatar Nov 25 '22 01:11 yordis

@TattdCodeMonkey @bernardd do you mind giving me a hand here?

The SweetXML needs to be also fixed, but I am not sure how.

yordis avatar Dec 17 '22 01:12 yordis

I can take a look next week, or after Xmas when I’m off.

I’ll see if I can reproduce with a unit test and resolve with SweetXML

TattdCodeMonkey avatar Dec 17 '22 23:12 TattdCodeMonkey

The issue was that AWS was sending a {:http_error, 413, "HTTP content length exceeded 1662976 bytes."}\n rather than an XML response https://github.com/ex-aws/ex_aws_sqs/issues/29#issuecomment-1326927255

So it seems that either was always like this, or they recently changed it, I am not sure. It seems standard http 413 response

yordis avatar Dec 18 '22 00:12 yordis

Fixed with #31

TattdCodeMonkey avatar Jan 03 '23 22:01 TattdCodeMonkey