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

Break on migrate from v0.5.3 to v0.5.4+ #928

Closed
klutzer opened this issue Mar 21, 2024 · 4 comments
Closed

Break on migrate from v0.5.3 to v0.5.4+ #928

klutzer opened this issue Mar 21, 2024 · 4 comments

Comments

@klutzer
Copy link
Contributor

klutzer commented Mar 21, 2024

I'm facing the following issue when trying to update sqs-admin version from 0.5.3 to 0.5.4 and above:

2024/03/21 20:14:21 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

And with that, no queue is shown in the UI. The fix is just to downgrade to version 0.5.3 without changing anything else. I'm using localstack 1.3.1.

@PacoVK
Copy link
Owner

PacoVK commented Mar 21, 2024

Thanks for sharing! I will take a closer look soon. This issue also affects 0.6.0 right?

It may relate to the localstack version you are using, are you able to upgrade that one? At least to version 2+

@klutzer
Copy link
Contributor Author

klutzer commented Mar 21, 2024

Yep, same for 0.6.0.

The main reason for keeping localstack in 1.3.1 is due to some supports they dropped in new community versions, like Cloud Pods for instance (that we're currently using).

@PacoVK
Copy link
Owner

PacoVK commented Apr 2, 2024

Okay makes sense. Since this is related to SDK upgrades, i will add a hint into the docs to make this transparent :)

@PacoVK
Copy link
Owner

PacoVK commented Apr 2, 2024

Updated in e317fc4

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