I looked the older logs. There is an error in handling request.
>2022-08-29T14:12:29.869-04:00  Error handling request
2022-08-29T14:12:29.869-04:00   Traceback (most recent call last):
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in 
_handle_request
2022-08-29T14:12:29.869-04:00   resp = await self._request_handler(request)
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
2022-08-29T14:12:29.869-04:00   resp = await handler(request)
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/hsds/dset_dn.py", line 43, in GET_Dataset
2022-08-29T14:12:29.869-04:00   dset_json = await get_metadata_obj(app, 
dset_id, bucket=bucket)
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/hsds/datanode_lib.py", line 378, in 
get_metadata_obj
2022-08-29T14:12:29.869-04:00   obj_json = await getStorJSONObj(app, s3_key, 
bucket=bucket)
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/hsds/util/storUtil.py", line 217, in 
getStorJSONObj
2022-08-29T14:12:29.869-04:00   data = await client.get_object(key, 
bucket=bucket)
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/hsds/util/s3Client.py", line 257, in 
get_object
2022-08-29T14:12:29.869-04:00   async with session.create_client('s3', 
**kwargs) as _client:
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/aiobotocore/session.py", line 37, in 
__aenter__
2022-08-29T14:12:29.869-04:00   self._client = await self._coro
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/aiobotocore/session.py", line 121, in 
_create_client
2022-08-29T14:12:29.869-04:00   client = await client_creator.create_client(
2022-08-29T14:12:29.869-04:00   File 
"/var/lang/lib/python3.8/site-packages/aiobotocore/client.py", line 46, in 
create_client
2022-08-29T14:12:29.869-04:00   
self._register_lazy_block_unknown_fips_pseudo_regions(service_client)
2022-08-29T14:12:29.869-04:00   AttributeError: 'AioClientCreator' object has 
no attribute '_register_lazy_block_unknown_fips_pseudo_regions'

It seems like the error from package aiobotocore. Is there any version problem 
here?





---
[Visit 
Topic](https://forum.hdfgroup.org/t/how-to-issue-requests-to-hsds-lambda/10136/10)
 or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://forum.hdfgroup.org/email/unsubscribe/13c2cb83d7c8d001f3b6c604174940c5f854a423cb48ee7b60c53ed341912cfd).

Reply via email to