-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I am not able to download data using the python library. It could be an issue on my end, but I don't think so
When I follow instructions here, I get this error
Traceback (most recent call last):
File "test_openeew.py", line 18, in <module>
eew_data = eew_aws_client.get_filtered_records(start_time, end_time)
File "/home/ubuntu/.local/lib/python3.8/site-packages/openeew/data/aws.py", line 350, in get_filtered_records
key_records = loop.run_until_complete(
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/ubuntu/.local/lib/python3.8/site-packages/openeew/data/aws.py", line 305, in _download_keys
key_records = await asyncio.gather(*coros)
File "/home/ubuntu/.local/lib/python3.8/site-packages/openeew/data/aws.py", line 276, in _get_records_from_key
await async_s3_client.download_fileobj(
AttributeError: 'ClientCreatorContext' object has no attribute 'download_fileobj'
sys:1: RuntimeWarning: coroutine 'AioSession._create_client' was never awaited
Metadata
Metadata
Assignees
Labels
No labels