You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am still investigating but it seems that the new versions of the AWS SDK client @aws-sdk/client-sqs is sending an Unsupported Media Type application/x-amz-json-1.0 that fails with the current version.
SQSError: SQS receive message failed: Unsupported Media Type: application/x-amz-json-1.0
at toSQSError (/x/node_modules/sqs-consumer/dist/errors.js:42:22)
at Consumer.receiveMessage (/x/node_modules/sqs-consumer/dist/consumer.js:190:43)
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'FST_ERR_CTP_INVALID_MEDIA_TYPE',
statusCode: 415,
retryable: undefined,
service: undefined,
fault: 'client',
time: 2023-11-16T17:00:26.666Z
}
Describe the solution you'd like
Support for the new aws sdk client, and, application/x-amz-json-1.0
Describe alternatives you've considered
Still researching
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am still investigating but it seems that the new versions of the AWS SDK client @aws-sdk/client-sqs is sending an Unsupported Media Type application/x-amz-json-1.0 that fails with the current version.
SQSError: SQS receive message failed: Unsupported Media Type: application/x-amz-json-1.0
at toSQSError (/x/node_modules/sqs-consumer/dist/errors.js:42:22)
at Consumer.receiveMessage (/x/node_modules/sqs-consumer/dist/consumer.js:190:43)
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'FST_ERR_CTP_INVALID_MEDIA_TYPE',
statusCode: 415,
retryable: undefined,
service: undefined,
fault: 'client',
time: 2023-11-16T17:00:26.666Z
}
Describe the solution you'd like
Support for the new aws sdk client, and, application/x-amz-json-1.0
Describe alternatives you've considered
Still researching
Additional context
The text was updated successfully, but these errors were encountered: