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

delete_message and change_visibility not working on sqs #45

Open
JSilva6 opened this issue Apr 19, 2023 · 1 comment
Open

delete_message and change_visibility not working on sqs #45

JSilva6 opened this issue Apr 19, 2023 · 1 comment

Comments

@JSilva6
Copy link

JSilva6 commented Apr 19, 2023

Theres an issue were the AWS server, for some reason, expects only / characters to be encoded while sending the authorization header, resulting on error 403 forbidden when trying to request those methods. This issue can be fixed by adding a simple replace on line 200 for core.py

image

Its also noticeable that the change_visibility method does not contains the "raise_for_status" for checking for erros on the request.

@vfos-github
Copy link

I also experienced this error when deleting SQS messages and downloading S3 files. It seems the issue was caused by a change to query parameter encoding in httpx 0.24.0. Reverting to httpx 0.23.3 resolved the issue for me.

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