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
Problem with receiving messages from the queue in my environment
I connected to SQS and started listening for messages
I sent a test message there and got an empty list instead of the message body
After digging into the library a bit, I saw that the request returns the correct response, but the xml parser cannot parse it.
Problem with receiving messages from the queue in my environment
I connected to SQS and started listening for messages
I sent a test message there and got an empty list instead of the message body
After digging into the library a bit, I saw that the request returns the correct response, but the xml parser cannot parse it.
Environment parameters to reproduce the error:
Apple MacBook Air M1
OS: MacOS Sonoma 14.4.1
Python version: 3.12.0
Project libraries:
aiodns==3.2.0
aiohttp==3.9.5
aiokafka==0.10.0
aiosignal==1.3.1
aiosqs==1.0.5
annotated-types==0.6.0
async-timeout==4.0.3
attrs==23.2.0
boto3==1.34.97
botocore==1.34.97
Brotli==1.1.0
cffi==1.16.0
frozenlist==1.4.1
graypy==2.1.0
idna==3.7
jmespath==1.0.1
lxml==5.2.1
multidict==6.0.5
packaging==24.0
pycares==4.4.0
pycparser==2.22
pydantic==2.7.1
pydantic-settings==2.2.1
pydantic_core==2.18.2
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.1
s3transfer==0.10.1
six==1.16.0
typing_extensions==4.11.0
urllib3==2.2.1
yarl==1.9.4
Code sample:
Console output:
The text was updated successfully, but these errors were encountered: