Tikka 0.5.5
J’ai des erreurs comme ça dans les logs :
DEBUG:substrateinterface.base:RPC request #8: "chain_getHead"
ERROR:root:[Errno 32] Relais brisé (pipe)
Traceback (most recent call last):
File "/home/vincentux/.local/lib/python3.8/site-packages/tikka/adapters/network/accounts.py", line 36, in get_balance
result = self.connections.rpc.client.query("System", "Account", [address])
File "/home/vincentux/.local/lib/python3.8/site-packages/substrateinterface/base.py", line 1300, in query
block_hash = self.get_chain_head()
File "/home/vincentux/.local/lib/python3.8/site-packages/substrateinterface/base.py", line 741, in get_chain_head
response = self.rpc_request("chain_getHead", [])
File "/home/vincentux/.local/lib/python3.8/site-packages/substrateinterface/base.py", line 581, in rpc_request
self.websocket.send(json.dumps(payload))
File "/home/vincentux/.local/lib/python3.8/site-packages/websocket/_core.py", line 283, in send
return self.send_frame(frame)
File "/home/vincentux/.local/lib/python3.8/site-packages/websocket/_core.py", line 311, in send_frame
l = self._send(data)
File "/home/vincentux/.local/lib/python3.8/site-packages/websocket/_core.py", line 515, in _send
return send(self.sock, data)
File "/home/vincentux/.local/lib/python3.8/site-packages/websocket/_socket.py", line 173, in send
return _send()
File "/home/vincentux/.local/lib/python3.8/site-packages/websocket/_socket.py", line 150, in _send
return sock.send(data)
File "/usr/lib/python3.8/ssl.py", line 1173, in send
return self._sslobj.write(data)
BrokenPipeError: [Errno 32] Relais brisé (pipe)