runtime error

e │ │ 968 │ │ if block_hash: │ │ 969 │ │ │ params = [block_hash] │ │ ❱ 970 │ │ response = self.rpc_request("state_getMetadata", params) │ │ 971 │ │ │ │ 972 │ │ if 'error' in response: │ │ 973 │ │ │ raise SubstrateRequestException(response['error']['messag │ │ │ │ /home/user/.local/lib/python3.10/site-packages/substrateinterface/base.py:75 │ │ 9 in rpc_request │ │ │ │ 756 │ │ │ │ │ │ │ │ 757 │ │ │ │ │ │ # Check if response has error │ │ 758 │ │ │ │ │ │ if 'error' in message: │ │ ❱ 759 │ │ │ │ │ │ │ raise SubstrateRequestException(message[' │ │ 760 │ │ │ │ │ │ │ │ 761 │ │ │ │ │ │ # If result handler is set, pass result throu │ │ 762 │ │ │ │ │ │ if callable(result_handler): │ ╰──────────────────────────────────────────────────────────────────────────────╯ SubstrateRequestException: {'code': -32000, 'message': 'Client error: Execution failed: failed to instantiate a new WASM module instance: maximum concurrent instance limit of 32 reached'}

Container logs:

Fetching error logs...