2024-11-2920:20:14.194 处理数据包时出错: Did not find sedes handling typemap Traceback (most recent call last): File"/home/zhongye/ethPyProject/discv4/discovery.py", line423, in receive self.receive_find_neighbors(addr, pubkey, fn) File"/home/zhongye/ethPyProject/discv4/discovery.py", line612, in receive_find_neighbors self.send_sock(ns, node_to) File"/home/zhongye/ethPyProject/discv4/discovery.py", line998, in send_sock message = self.wrap_packet(packet) File"/home/zhongye/ethPyProject/discv4/discovery.py", line1020, in wrap_packet packet_data = rlp.encode(packet.pack()) File"/home/zhongye/ethPyProject/.venv/lib/python3.10/site-packages/rlp/codec.py", line141, in encode item = infer_sedes(obj).serialize(obj) File"/home/zhongye/ethPyProject/.venv/lib/python3.10/site-packages/rlp/codec.py", line348, in infer_sedes return List(map(infer_sedes, obj)) File"/home/zhongye/ethPyProject/.venv/lib/python3.10/site-packages/rlp/sedes/lists.py", line57, in __init__ for e in elements: File"/home/zhongye/ethPyProject/.venv/lib/python3.10/site-packages/rlp/codec.py", line354, in infer_sedes raise TypeError(msg) TypeError: Did not find sedes handling typemap