GNS-Science / toshi-hazard-post

Hazard post-processing pipeline as serverless AWS infrastructure.
MIT License
0 stars 1 forks source link

qraphql error in disaggs #10

Closed chrisdicaprio closed 2 weeks ago

chrisdicaprio commented 1 year ago

AWS disaggs

2023-05-06 21:10:02,394 - __main__ - INFO - args: DeaggProcessArgs(lt_config_id='RmlsZTozNDE1MzM1', lt_config='', source_branches_truncate=0, hazard_model_id='NSHM_v1.0.4', aggs=['mean'], deagg_dimensions=['eps', 'dist', 'mag', 'trt'], stride=100, skip_save=False, hazard_gts=None, locations=[[-43.375755162, 170.18836548]], deagg_agg_targets=['mean'], poes=[0.63], imts=['PGA'], vs30s=[400], deagg_hazard_model_target='NSHM_v1.0.4', inv_time=50, num_workers=4)
2023-05-06 21:11:01,463 - gql.transport.requests - INFO - <<< {
    "errors": [
        {
            "message": "An error occurred (404) when calling the HeadObject operation: Not Found",
            "locations": [
                {
                    "line": 2,
                    "column": 3
                }
            ],
            "path": [
                "node1"
            ]
        }
    ],
    "data": {
        "node1": null
    }
}
2023-05-06 21:11:01,464 - toshi_hazard_post.hazard_aggregation.deaggregation - ERROR - unknown exception occured: {'message': 'An error occurred (404) when calling the HeadObject operation: Not Found', 'locations': [{'line': 2, 'column': 3}], 'path': ['node1']}