Skip to content
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

500 with parse error #946

Closed
kewur opened this issue Apr 7, 2024 · 3 comments
Closed

500 with parse error #946

kewur opened this issue Apr 7, 2024 · 3 comments

Comments

@kewur
Copy link

kewur commented Apr 7, 2024

I seemt o be getting a 500 eror with parsing while getting messages. Looks like create queue works fine but it just can't list the queues.

sqs-admin  | 2024/04/07 16:50:14 Got an error retrieving queue URLs: operation error SQS: ListQueues, exceeded maximum number of attempts, 3, https response error StatusCode: 500, RequestID: , deserialization failed, failed to decode response body, invalid character '<' looking for beginning of value

this is what I get when I run aws cli to list-queues

{
    "QueueUrls": [
        "http://169.254.170.9:4566/000000000000/PriceQueue.fifo",
        "http://169.254.170.9:4566/000000000000/PercentCalculateQueue",
        "http://169.254.170.9:4566/000000000000/PopularityQueue",
        "http://169.254.170.9:4566/000000000000/NewUserCreated"
    ]
}
@PacoVK
Copy link
Owner

PacoVK commented Apr 8, 2024

Hey @kewur thanks for raising this issue. I think this could probably be the same like in #928

Which version of localstack are you using together with which version of sqs-admin?

@kewur
Copy link
Author

kewur commented Apr 8, 2024

ah I see, I'm on version localstack/localstack:1.4

is there a recommended version for the sqs-admin?

@kewur
Copy link
Author

kewur commented Apr 8, 2024

ok just checked that other issue, I'll downgrade to 0.5.3

@kewur kewur closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants